HomeSort by relevance Sort by last modified time
    Searched refs:bindPositionVertexPointer (Results 1 - 3 of 3) sorted by null

  /frameworks/base/libs/hwui/renderstate/
MeshState.h 84 void bindPositionVertexPointer(const GLvoid* vertices,
MeshState.cpp 116 void MeshState::bindPositionVertexPointer(const GLvoid* vertices, GLsizei stride) {
RenderState.cpp 296 meshState().bindPositionVertexPointer(vertices.position, vertices.stride);
367 meshState().bindPositionVertexPointer(vertexData, vertices.stride);

Completed in 446 milliseconds