Searched refs:g_vVertices (Results 1 – 3 of 3) sorted by relevance
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic_renderer/ |
D | YVURenderer.cpp | 21 const GLfloat g_vVertices[] = { variable 102 GL_FALSE, VERTEX_STRIDE, g_vVertices); in DrawTexture() 106 GL_FALSE, VERTEX_STRIDE, &g_vVertices[4]); in DrawTexture()
|
D | WarpRenderer.cpp | 21 const GLfloat g_vVertices[] = { variable 137 GL_FALSE, VERTEX_STRIDE, g_vVertices); in DrawTexture() 141 GL_FALSE, VERTEX_STRIDE, &g_vVertices[4]); in DrawTexture()
|
D | SurfaceTextureRenderer.cpp | 22 const GLfloat g_vVertices[] = { variable 144 GL_FALSE, VERTEX_STRIDE, g_vVertices); in DrawTexture() 148 GL_FALSE, VERTEX_STRIDE, &g_vVertices[4]); in DrawTexture()
|