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

  /device/generic/goldfish/opengl/system/GLESv1_enc/
GLEncoder.h 83 glDrawElements_client_proc_t m_glDrawElements_enc;
gl_client_context.h 78 glDrawElements_client_proc_t glDrawElements;
gl_client_context.cpp 80 glDrawElements = (glDrawElements_client_proc_t) getProc("glDrawElements", userData);
gl_client_proc.h 79 typedef void (gl_APIENTRY *glDrawElements_client_proc_t) (void * ctx, GLenum, GLsizei, GLenum, const GLvoid*);
gl_enc.cpp     [all...]
  /device/generic/goldfish/opengl/system/GLESv2_enc/
gl2_client_context.h 52 glDrawElements_client_proc_t glDrawElements;
GL2Encoder.h 88 glDrawElements_client_proc_t m_glDrawElements_enc;
gl2_client_context.cpp 54 glDrawElements = (glDrawElements_client_proc_t) getProc("glDrawElements", userData);
gl2_client_proc.h 53 typedef void (gl2_APIENTRY *glDrawElements_client_proc_t) (void * ctx, GLenum, GLsizei, GLenum, const GLvoid*);
gl2_enc.cpp     [all...]

Completed in 521 milliseconds