Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/GLESv1_enc/
DGLEncoder.h101 glTexParameterf_client_proc_t m_glTexParameterf_enc;
Dgl_client_context.h48 glTexParameterf_client_proc_t glTexParameterf;
Dgl_client_context.cpp48 glTexParameterf = (glTexParameterf_client_proc_t) getProc("glTexParameterf", userData); in initDispatchByName()
Dgl_client_proc.h50 typedef void (gl_APIENTRY *glTexParameterf_client_proc_t) (void * ctx, GLenum, GLenum, GLfloat); typedef
/hardware/google/gfxstream/guest/GLESv2_enc/
Dgl2_client_context.h119 glTexParameterf_client_proc_t glTexParameterf;
Dgl2_client_context.cpp119 glTexParameterf = (glTexParameterf_client_proc_t) getProc("glTexParameterf", userData); in initDispatchByName()
Dgl2_client_proc.h121 typedef void (gl2_APIENTRY *glTexParameterf_client_proc_t) (void * ctx, GLenum, GLenum, GLfloat); typedef
DGL2Encoder.h382 glTexParameterf_client_proc_t m_glTexParameterf_enc;