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/GLESv1_enc/
gl_client_context.h 93 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*);
  /device/generic/goldfish-opengl/system/GLESv2_enc/
gl2_client_context.h 66 glGenTextures_client_proc_t glGenTextures;
gl2_client_context.cpp 66 glGenTextures = (glGenTextures_client_proc_t) getProc("glGenTextures", userData);
    [all...]
gl2_client_proc.h 65 typedef void (gl2_APIENTRY *glGenTextures_client_proc_t) (void * ctx, GLsizei, GLuint*);
    [all...]

Completed in 90 milliseconds