Searched refs:bindTexCoordsVertexPointer (Results 1 – 3 of 3) sorted by relevance
92 void bindTexCoordsVertexPointer(bool force, const GLvoid* vertices,
283 meshState().bindTexCoordsVertexPointer(force, vertices.texCoord, vertices.stride); in render()328 meshState().bindTexCoordsVertexPointer(false, in render()
115 void MeshState::bindTexCoordsVertexPointer(bool force, const GLvoid* vertices, GLsizei stride) { in bindTexCoordsVertexPointer() function in android::uirenderer::MeshState