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;
gl2_client_context.cpp 66 glGenTextures = (glGenTextures_client_proc_t) getProc("glGenTextures", userData);
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;
gl_client_context.cpp 93 glGenTextures = (glGenTextures_client_proc_t) getProc("glGenTextures", userData);
gl_client_proc.h 92 typedef void (gl_APIENTRY *glGenTextures_client_proc_t) (void * ctx, GLsizei, GLuint*);

Completed in 36 milliseconds