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

  /device/generic/goldfish/opengl/system/GLESv2_enc/
gl2_client_context.h 98 glIsTexture_client_proc_t glIsTexture;
gl2_client_context.cpp 100 glIsTexture = (glIsTexture_client_proc_t) getProc("glIsTexture", userData);
gl2_client_proc.h 99 typedef GLboolean (gl2_APIENTRY *glIsTexture_client_proc_t) (void * ctx, GLuint);
  /device/generic/goldfish/opengl/system/GLESv1_enc/
gl_client_context.h 106 glIsTexture_client_proc_t glIsTexture;
gl_client_context.cpp 108 glIsTexture = (glIsTexture_client_proc_t) getProc("glIsTexture", userData);
gl_client_proc.h 107 typedef GLboolean (gl_APIENTRY *glIsTexture_client_proc_t) (void * ctx, GLuint);

Completed in 31 milliseconds