Home
last modified time | relevance | path

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

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