HomeSort by relevance Sort by last modified time
    Searched refs:s_glColorPointerData (Results 1 - 2 of 2) sorted by null

  /sdk/emulator/opengl/host/libs/GLESv1_dec/
GLDecoder.h 42 static void gl_APIENTRY s_glColorPointerData(void *self, GLint size, GLenum type, GLsizei stride, void *data, GLuint datalen);
GLDecoder.cpp 71 set_glColorPointerData(s_glColorPointerData);
152 void GLDecoder::s_glColorPointerData(void *self, GLint size, GLenum type, GLsizei stride, void *data, GLuint datalen)

Completed in 219 milliseconds