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(bool force, const GLvoid* vertices,
DRenderState.cpp264 meshState().bindPositionVertexPointer(force, vertices.position, vertices.stride); in render()
326 meshState().bindPositionVertexPointer(false, vertexData, vertices.stride); in render()
DMeshState.cpp107 void MeshState::bindPositionVertexPointer(bool force, const GLvoid* vertices, GLsizei stride) { in bindPositionVertexPointer() function in android::uirenderer::MeshState