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

  /sdk/emulator/opengl/host/libs/GLESv2_dec/
GL2Decoder.h 48 static void gl2_APIENTRY s_glDrawElementsData(void *self, GLenum mode, GLsizei count, GLenum type, void * data, GLuint datalen);
GL2Decoder.cpp 75 set_glDrawElementsData(s_glDrawElementsData);
122 void GL2Decoder::s_glDrawElementsData(void *self, GLenum mode, GLsizei count, GLenum type, void * data, GLuint datalen)
  /sdk/emulator/opengl/host/libs/GLESv1_dec/
GLDecoder.h 55 static void gl_APIENTRY s_glDrawElementsData(void *self, GLenum mode, GLsizei count, GLenum type, void * data, GLuint datalen);
GLDecoder.cpp 75 set_glDrawElementsData(s_glDrawElementsData);
210 void GLDecoder::s_glDrawElementsData(void *self, GLenum mode, GLsizei count, GLenum type, void * data, GLuint datalen)

Completed in 179 milliseconds