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

  /device/generic/goldfish/opengl/system/GLESv2_enc/
gl2_client_context.h 103 glReadPixels_client_proc_t glReadPixels;
312 virtual glReadPixels_client_proc_t set_glReadPixels(glReadPixels_client_proc_t f) { glReadPixels_client_proc_t retval = glReadPixels; glReadPixels = f; return retval;}
    [all...]
gl2_client_context.cpp 107 ptr = getProc("glReadPixels", userData); set_glReadPixels((glReadPixels_client_proc_t)ptr);
gl2_client_proc.h 104 typedef void (gl2_APIENTRY *glReadPixels_client_proc_t) (void * ctx, GLint, GLint, GLsizei, GLsizei, GLenum, GLenum, GLvoid*);
  /device/generic/goldfish/opengl/system/GLESv1_enc/
gl_client_context.h 130 glReadPixels_client_proc_t glReadPixels;
    [all...]
gl_client_context.cpp 134 ptr = getProc("glReadPixels", userData); set_glReadPixels((glReadPixels_client_proc_t)ptr);
gl_client_proc.h 131 typedef void (gl_APIENTRY *glReadPixels_client_proc_t) (void * ctx, GLint, GLint, GLsizei, GLsizei, GLenum, GLenum, GLvoid*);

Completed in 28 milliseconds