Searched refs:bindPositionVertexPointer (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/libs/hwui/renderstate/
H A DMeshState.h85 void bindPositionVertexPointer(const GLvoid* vertices,
H A DMeshState.cpp120 void MeshState::bindPositionVertexPointer(const GLvoid* vertices, GLsizei stride) { function in class:android::uirenderer::MeshState
H A DRenderState.cpp318 meshState().bindPositionVertexPointer(vertices.position, vertices.stride);
423 meshState().bindPositionVertexPointer(vertexData, vertices.stride);

Completed in 1109 milliseconds