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

  /device/generic/goldfish/opengl/system/GLESv1_enc/
GLEncoder.h 58 glGetError_client_proc_t m_glGetError_enc;
gl_client_context.h 94 glGetError_client_proc_t glGetError;
gl_client_context.cpp 94 glGetError = (glGetError_client_proc_t) getProc("glGetError", userData);
gl_client_proc.h 93 typedef GLenum (gl_APIENTRY *glGetError_client_proc_t) (void * ctx);
  /device/generic/goldfish/opengl/system/GLESv2_enc/
gl2_client_context.h 73 glGetError_client_proc_t glGetError;
GL2Encoder.h 67 glGetError_client_proc_t m_glGetError_enc;
gl2_client_context.cpp 73 glGetError = (glGetError_client_proc_t) getProc("glGetError", userData);
gl2_client_proc.h 72 typedef GLenum (gl2_APIENTRY *glGetError_client_proc_t) (void * ctx);

Completed in 199 milliseconds