Searched refs:GLShadowVertexGenerator (Results 1 – 4 of 4) sorted by relevance
30 GLShadowVertexGenerator::GLShadowVertexGenerator(const FloatRect& casterRect, in GLShadowVertexGenerator() function in android::renderengine::gl::GLShadowVertexGenerator61 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()
38 class GLShadowVertexGenerator {40 GLShadowVertexGenerator(const FloatRect& casterRect, float casterCornerRadius, float casterZ,43 ~GLShadowVertexGenerator() = default;
1686 const GLShadowVertexGenerator shadows(casterRect, casterCornerRadius, casterZ, in handleShadow()
56 "gl/GLShadowVertexGenerator.cpp",