Home
last modified time | relevance | path

Searched refs:fillIndices (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/media/libstagefright/renderfright/gl/
DGLShadowVertexGenerator.h49 void fillIndices(uint16_t* indices) const;
DGLShadowVertexGenerator.cpp84 void GLShadowVertexGenerator::fillIndices(uint16_t* indices) const { in fillIndices() function in android::renderengine::gl::GLShadowVertexGenerator
DGLESRenderEngine.cpp1755 shadows.fillIndices(mesh.getIndicesArray()); in handleShadow()