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 91 glActiveTexture_client_proc_t m_glActiveTexture_enc;
gl_client_context.h 51 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 13 glActiveTexture_client_proc_t glActiveTexture;
gl2_client_context.cpp 13 glActiveTexture = (glActiveTexture_client_proc_t) getProc("glActiveTexture", userData);
    [all...]
GL2Encoder.h 322 glActiveTexture_client_proc_t m_glActiveTexture_enc;
    [all...]
gl2_client_proc.h 12 typedef void (gl2_APIENTRY *glActiveTexture_client_proc_t) (void * ctx, GLenum);
    [all...]

Completed in 92 milliseconds