Searched refs:bindPositionVertexPointer (Results 1 – 3 of 3) sorted by relevance
85 void bindPositionVertexPointer(bool force, const GLvoid* vertices,
264 meshState().bindPositionVertexPointer(force, vertices.position, vertices.stride); in render()326 meshState().bindPositionVertexPointer(false, vertexData, vertices.stride); in render()
107 void MeshState::bindPositionVertexPointer(bool force, const GLvoid* vertices, GLsizei stride) { in bindPositionVertexPointer() function in android::uirenderer::MeshState