Searched refs:setupDrawMeshIndices (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/libs/hwui/
H A DOpenGLRenderer.h727 void setupDrawMeshIndices(GLvoid* vertices, GLvoid* texCoords);
H A DOpenGLRenderer.cpp1023 setupDrawMeshIndices(&mesh[0].position[0], &mesh[0].texture[0]);
1545 void OpenGLRenderer::setupDrawMeshIndices(GLvoid* vertices, GLvoid* texCoords) { function in class:android::uirenderer::OpenGLRenderer

Completed in 208 milliseconds