Searched refs:bindTexCoordsVertexPointer (Results 1 – 4 of 4) sorted by relevance
219 … void bindTexCoordsVertexPointer(bool force, const GLvoid* vertices, GLsizei stride = gMeshStride);
494 void Caches::bindTexCoordsVertexPointer(bool force, const GLvoid* vertices, GLsizei stride) { in bindTexCoordsVertexPointer() function in android::uirenderer::Caches
519 caches.bindTexCoordsVertexPointer(force, &mesh[0].u); in issueDrawCommand()
1848 mCaches.bindTexCoordsVertexPointer(force, texCoords);1861 mCaches.bindTexCoordsVertexPointer(force, texCoords, stride);1887 mCaches.bindTexCoordsVertexPointer(force, texCoords);