OpenGL ES SDK for Android
ARM Developer Center
|
This is the complete list of members for CullingInterface, including all inherited members.
compute_frustum_from_view_projection(vec4 *planes, const mat4 &view_projection) | CullingInterface | protected |
get_depth_texture() const | CullingInterface | inlinevirtual |
get_num_lods() const | CullingInterface | inlinevirtual |
rasterize_occluders()=0 | CullingInterface | pure virtual |
set_view_projection(const mat4 &projection, const mat4 &view, const vec2 &zNearFar)=0 | CullingInterface | pure virtual |
setup_occluder_geometry(const std::vector< vec4 > &positions, const std::vector< uint32_t > &indices)=0 | CullingInterface | pure virtual |
test_bounding_boxes(GLuint counter_buffer, const unsigned *counter_offsets, unsigned num_offsets, const GLuint *culled_instance_buffer, GLuint instance_data_buffer, unsigned num_instances)=0 | CullingInterface | pure virtual |
~CullingInterface() | CullingInterface | inlinevirtual |