Searched refs:kIndices (Results 1 – 3 of 3) sorted by relevance
/hardware/google/gfxstream/host/gl/ |
D | TextureDraw.cpp | 164 const GLubyte kIndices[] = { variable 257 sizeof(kIndices), in TextureDraw() 258 kIndices, in TextureDraw()
|
D | TextureResize.cpp | 514 static const GLubyte kIndices[] = { in GenericResizer() local 523 sizeof(kIndices), in GenericResizer() 524 kIndices, in GenericResizer()
|
D | YUVConverter.cpp | 810 static const GLubyte kIndices[] = { 0, 1, 2, 2, 3, 0 }; in createYUVGLFullscreenQuad() local 815 s_gles2.glBufferData(GL_ELEMENT_ARRAY_BUFFER, sizeof(kIndices), kIndices, GL_STATIC_DRAW); in createYUVGLFullscreenQuad()
|