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

/frameworks/base/libs/hwui/
H A DOpenGLRenderer.cpp1239 setupDrawMeshIndices(&mesh[0].position[0], &mesh[0].texture[0]);
2002 void OpenGLRenderer::setupDrawMeshIndices(GLvoid* vertices, GLvoid* texCoords, GLuint vbo) { function in class:android::uirenderer::OpenGLRenderer
3124 setupDrawMeshIndices(&mesh[0].position[0], &mesh[0].texture[0]);
3506 setupDrawMeshIndices(vertices, texCoords, vbo);
H A DOpenGLRenderer.h999 void setupDrawMeshIndices(GLvoid* vertices, GLvoid* texCoords, GLuint vbo = 0);

Completed in 60 milliseconds