Home
last modified time | relevance | path

Searched refs:glTexParameterfv_client_proc_t (Results 1 – 8 of 8) sorted by relevance

/device/generic/goldfish-opengl/system/GLESv1_enc/
DGLEncoder.h100 glTexParameterfv_client_proc_t m_glTexParameterfv_enc;
Dgl_client_context.h49 glTexParameterfv_client_proc_t glTexParameterfv;
Dgl_client_context.cpp49 glTexParameterfv = (glTexParameterfv_client_proc_t) getProc("glTexParameterfv", userData); in initDispatchByName()
Dgl_client_proc.h48 typedef void (gl_APIENTRY *glTexParameterfv_client_proc_t) (void * ctx, GLenum, GLenum, const GLflo… typedef
/device/generic/goldfish-opengl/system/GLESv2_enc/
Dgl2_client_context.h120 glTexParameterfv_client_proc_t glTexParameterfv;
Dgl2_client_context.cpp120 glTexParameterfv = (glTexParameterfv_client_proc_t) getProc("glTexParameterfv", userData); in initDispatchByName()
DGL2Encoder.h293 glTexParameterfv_client_proc_t m_glTexParameterfv_enc;
Dgl2_client_proc.h119 typedef void (gl2_APIENTRY *glTexParameterfv_client_proc_t) (void * ctx, GLenum, GLenum, const GLfl… typedef