Home
last modified time | relevance | path

Searched refs:GLShadowVertexGenerator (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/libs/renderengine/gl/
DGLShadowVertexGenerator.cpp30 GLShadowVertexGenerator::GLShadowVertexGenerator(const FloatRect& casterRect, in GLShadowVertexGenerator() function in android::renderengine::gl::GLShadowVertexGenerator
61 size_t GLShadowVertexGenerator::getVertexCount() const { in getVertexCount()
65 size_t GLShadowVertexGenerator::getIndexCount() const { in getIndexCount()
69 void GLShadowVertexGenerator::fillVertices(Mesh::VertexArray<vec2>& position, in fillVertices()
84 void GLShadowVertexGenerator::fillIndices(uint16_t* indices) const { in fillIndices()
DGLShadowVertexGenerator.h38 class GLShadowVertexGenerator {
40 GLShadowVertexGenerator(const FloatRect& casterRect, float casterCornerRadius, float casterZ,
43 ~GLShadowVertexGenerator() = default;
DGLESRenderEngine.cpp1686 const GLShadowVertexGenerator shadows(casterRect, casterCornerRadius, casterZ, in handleShadow()
/frameworks/native/libs/renderengine/
DAndroid.bp56 "gl/GLShadowVertexGenerator.cpp",