Searched refs:getTexCoordsSize (Results 1 – 3 of 3) sorted by relevance
121 size_t Mesh::getTexCoordsSize() const { in getTexCoordsSize() function in android::renderengine::Mesh
118 size_t getTexCoordsSize() const;
1337 if (mesh.getTexCoordsSize()) { in drawMesh()1339 glVertexAttribPointer(Program::texCoords, mesh.getTexCoordsSize(), GL_FLOAT, GL_FALSE, in drawMesh()1478 if (mesh.getTexCoordsSize()) { in drawMesh()