Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/
DTextureDraw.cpp164 const GLubyte kIndices[] = { variable
257 sizeof(kIndices), in TextureDraw()
258 kIndices, in TextureDraw()
DTextureResize.cpp514 static const GLubyte kIndices[] = { in GenericResizer() local
523 sizeof(kIndices), in GenericResizer()
524 kIndices, in GenericResizer()
DYUVConverter.cpp810 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()