Home
last modified time | relevance | path

Searched refs:s_glColorPointerData (Results 1 – 2 of 2) sorted by relevance

/hardware/google/gfxstream/host/gl/gles1_dec/
DGLESv1Decoder.h55 …static void gles1_APIENTRY s_glColorPointerData(void *self, GLint size, GLenum type, GLsizei strid…
DGLESv1Decoder.cpp110 glColorPointerData = s_glColorPointerData; in initGL()
213 void GLESv1Decoder::s_glColorPointerData(void *self, GLint size, GLenum type, GLsizei stride, void … in s_glColorPointerData() function in gfxstream::gl::GLESv1Decoder