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

  /device/generic/goldfish/opengl/system/GLESv1_enc/
GLEncoder.h 86 glActiveTexture_client_proc_t m_glActiveTexture_enc;
gl_client_context.h 49 glActiveTexture_client_proc_t glActiveTexture;
gl_client_context.cpp 51 glActiveTexture = (glActiveTexture_client_proc_t) getProc("glActiveTexture", userData);
gl_client_proc.h 50 typedef void (gl_APIENTRY *glActiveTexture_client_proc_t) (void * ctx, GLenum);
  /device/generic/goldfish/opengl/system/GLESv2_enc/
gl2_client_context.h 11 glActiveTexture_client_proc_t glActiveTexture;
GL2Encoder.h 212 glActiveTexture_client_proc_t m_glActiveTexture_enc;
gl2_client_context.cpp 13 glActiveTexture = (glActiveTexture_client_proc_t) getProc("glActiveTexture", userData);
gl2_client_proc.h 12 typedef void (gl2_APIENTRY *glActiveTexture_client_proc_t) (void * ctx, GLenum);

Completed in 33 milliseconds