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

/frameworks/base/libs/hwui/
H A DOpenGLRenderer.cpp128 memcpy(mMeshVertices, gMeshVertices, sizeof(gMeshVertices));
1125 setupDrawMesh(&mMeshVertices[0].position[0], &mMeshVertices[0].texture[0]);
1158 &mMeshVertices[0].position[0], &mMeshVertices[0].texture[0],
2394 &mMeshVertices[0].position[0], &mMeshVertices[0].texture[0],
2399 &mMeshVertices[0].position[0], &mMeshVertices[0].texture[0],
3427 vertices = &mMeshVertices[
[all...]
H A DOpenGLRenderer.h904 * Resets the texture coordinates stored in mMeshVertices. Setting the values
1075 TextureVertex mMeshVertices[4]; member in class:android::uirenderer::OpenGLRenderer

Completed in 35 milliseconds