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

  /device/generic/goldfish/opengl/system/GLESv1_enc/
GLEncoder.h 95 glTexParameterfv_client_proc_t m_glTexParameterfv_enc;
gl_client_context.h 47 glTexParameterfv_client_proc_t glTexParameterfv;
gl_client_context.cpp 49 glTexParameterfv = (glTexParameterfv_client_proc_t) getProc("glTexParameterfv", userData);
gl_client_proc.h 48 typedef void (gl_APIENTRY *glTexParameterfv_client_proc_t) (void * ctx, GLenum, GLenum, const GLfloat*);
  /device/generic/goldfish/opengl/system/GLESv2_enc/
gl2_client_context.h 118 glTexParameterfv_client_proc_t glTexParameterfv;
GL2Encoder.h 218 glTexParameterfv_client_proc_t m_glTexParameterfv_enc;
gl2_client_context.cpp 120 glTexParameterfv = (glTexParameterfv_client_proc_t) getProc("glTexParameterfv", userData);
gl2_client_proc.h 119 typedef void (gl2_APIENTRY *glTexParameterfv_client_proc_t) (void * ctx, GLenum, GLenum, const GLfloat*);

Completed in 30 milliseconds