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

/frameworks/base/libs/hwui/
H A DCaches.h211 void bindPositionVertexPointer(bool force, GLvoid* vertices, GLsizei stride = gMeshStride);
H A DCaches.cpp476 void Caches::bindPositionVertexPointer(bool force, GLvoid* vertices, GLsizei stride) { function in class:android::uirenderer::Caches
H A DOpenGLRenderer.cpp1944 mCaches.bindPositionVertexPointer(force, 0);
1977 mCaches.bindPositionVertexPointer(force, vertices);
1989 mCaches.bindPositionVertexPointer(force, vertices, stride);
2014 mCaches.bindPositionVertexPointer(force, vertices);
2023 mCaches.bindPositionVertexPointer(force, vertices, gVertexStride);
2536 mCaches.bindPositionVertexPointer(true, vertices, isAA ? gAlphaVertexStride : gVertexStride);
H A DFontRenderer.cpp517 caches.bindPositionVertexPointer(force, &mesh[0].position[0]);

Completed in 63 milliseconds