Searched refs:getShadowColorSize (Results 1 – 3 of 3) sorted by relevance
125 size_t Mesh::getShadowColorSize() const { in getShadowColorSize() function in android::renderengine::Mesh
122 size_t getShadowColorSize() const;
1354 glVertexAttribPointer(Program::shadowColor, mesh.getShadowColorSize(), GL_FLOAT, GL_FALSE, in drawMesh()