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

  /device/generic/goldfish/opengl/system/GLESv2_enc/
gl2_client_context.h 64 glGenTextures_client_proc_t glGenTextures;
273 virtual glGenTextures_client_proc_t set_glGenTextures(glGenTextures_client_proc_t f) { glGenTextures_client_proc_t retval = glGenTextures; glGenTextures = f; return retval;}
    [all...]
gl2_client_context.cpp 68 ptr = getProc("glGenTextures", userData); set_glGenTextures((glGenTextures_client_proc_t)ptr);
gl2_client_proc.h 65 typedef void (gl2_APIENTRY *glGenTextures_client_proc_t) (void * ctx, GLsizei, GLuint*);
  /device/generic/goldfish/opengl/system/GLESv1_enc/
gl_client_context.h 91 glGenTextures_client_proc_t glGenTextures;
383 virtual glGenTextures_client_proc_t set_glGenTextures(glGenTextures_client_proc_t f) { glGenTextures_client_proc_t retval = glGenTextures; glGenTextures = f; return retval;}
    [all...]
gl_client_context.cpp 95 ptr = getProc("glGenTextures", userData); set_glGenTextures((glGenTextures_client_proc_t)ptr);
gl_client_proc.h 92 typedef void (gl_APIENTRY *glGenTextures_client_proc_t) (void * ctx, GLsizei, GLuint*);

Completed in 30 milliseconds