Home
last modified time | relevance | path

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

/device/generic/goldfish/opengl/system/GLESv2_enc/
Dgl2_client_context.h14 glBindBuffer_client_proc_t glBindBuffer;
DGL2Encoder.h74 glBindBuffer_client_proc_t m_glBindBuffer_enc;
Dgl2_client_context.cpp16 glBindBuffer = (glBindBuffer_client_proc_t) getProc("glBindBuffer", userData); in initDispatchByName()
Dgl2_client_proc.h15 typedef void (gl2_APIENTRY *glBindBuffer_client_proc_t) (void * ctx, GLenum, GLuint); typedef
/device/generic/goldfish/opengl/system/GLESv1_enc/
DGLEncoder.h74 glBindBuffer_client_proc_t m_glBindBuffer_enc;
Dgl_client_context.h51 glBindBuffer_client_proc_t glBindBuffer;
Dgl_client_context.cpp53 glBindBuffer = (glBindBuffer_client_proc_t) getProc("glBindBuffer", userData); in initDispatchByName()
Dgl_client_proc.h52 typedef void (gl_APIENTRY *glBindBuffer_client_proc_t) (void * ctx, GLenum, GLuint); typedef