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

  /device/generic/goldfish-opengl/system/GLESv1_enc/
GLEncoder.h 86 glIsEnabled_client_proc_t m_glIsEnabled_enc;
gl_client_context.h 107 glIsEnabled_client_proc_t glIsEnabled;
gl_client_context.cpp 107 glIsEnabled = (glIsEnabled_client_proc_t) getProc("glIsEnabled", userData);
gl_client_proc.h 106 typedef GLboolean (gl_APIENTRY *glIsEnabled_client_proc_t) (void * ctx, GLenum);
  /device/generic/goldfish-opengl/system/GLESv2_enc/
gl2_client_context.h 95 glIsEnabled_client_proc_t glIsEnabled;
gl2_client_context.cpp 95 glIsEnabled = (glIsEnabled_client_proc_t) getProc("glIsEnabled", userData);
    [all...]
gl2_client_proc.h 94 typedef GLboolean (gl2_APIENTRY *glIsEnabled_client_proc_t) (void * ctx, GLenum);
    [all...]

Completed in 44 milliseconds