Home
last modified time | relevance | path

Searched refs:g_vVertices (Results 1 – 3 of 3) sorted by relevance

/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic_renderer/
DYVURenderer.cpp21 const GLfloat g_vVertices[] = { variable
102 GL_FALSE, VERTEX_STRIDE, g_vVertices); in DrawTexture()
106 GL_FALSE, VERTEX_STRIDE, &g_vVertices[4]); in DrawTexture()
DWarpRenderer.cpp21 const GLfloat g_vVertices[] = { variable
137 GL_FALSE, VERTEX_STRIDE, g_vVertices); in DrawTexture()
141 GL_FALSE, VERTEX_STRIDE, &g_vVertices[4]); in DrawTexture()
DSurfaceTextureRenderer.cpp22 const GLfloat g_vVertices[] = { variable
144 GL_FALSE, VERTEX_STRIDE, g_vVertices); in DrawTexture()
148 GL_FALSE, VERTEX_STRIDE, &g_vVertices[4]); in DrawTexture()