Home | History | Annotate | Download | only in hwui

Lines Matching refs:setupDrawMesh

1125     setupDrawMesh(&mMeshVertices[0].position[0], &mMeshVertices[0].texture[0]);
1969 void OpenGLRenderer::setupDrawMesh(GLvoid* vertices, GLvoid* texCoords, GLuint vbo) {
1985 void OpenGLRenderer::setupDrawMesh(GLvoid* vertices, GLvoid* texCoords, GLvoid* colors) {
2306 setupDrawMesh(&mesh[0].position[0], &mesh[0].texture[0], &mesh[0].color[0]);
2834 setupDrawMesh(NULL, (GLvoid*) gMeshTextureOffset);
3265 setupDrawMesh(NULL, (GLvoid*) gMeshTextureOffset);
3481 setupDrawMesh(vertices, texCoords, vbo);
3535 setupDrawMesh(vertices, texCoords);