Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/GLESv1_enc/
Dgl_client_context.h297 glExtGetBufferPointervQCOM_client_proc_t glExtGetBufferPointervQCOM;
Dgl_client_context.cpp297 …glExtGetBufferPointervQCOM = (glExtGetBufferPointervQCOM_client_proc_t) getProc("glExtGetBufferPoi… in initDispatchByName()
Dgl_client_proc.h296 typedef void (gl_APIENTRY *glExtGetBufferPointervQCOM_client_proc_t) (void * ctx, GLenum, GLvoid**); typedef
Dgl_enc.cpp8570 this->glExtGetBufferPointervQCOM = (glExtGetBufferPointervQCOM_client_proc_t) &enc_unsupported; in gl_encoder_context_t()
/device/generic/goldfish-opengl/system/GLESv2_enc/
Dgl2_client_context.h207 glExtGetBufferPointervQCOM_client_proc_t glExtGetBufferPointervQCOM;
Dgl2_client_context.cpp207 …glExtGetBufferPointervQCOM = (glExtGetBufferPointervQCOM_client_proc_t) getProc("glExtGetBufferPoi… in initDispatchByName()
Dgl2_client_proc.h206 typedef void (gl2_APIENTRY *glExtGetBufferPointervQCOM_client_proc_t) (void * ctx, GLenum, GLvoidpt… typedef
Dgl2_enc.cpp11244 this->glExtGetBufferPointervQCOM = (glExtGetBufferPointervQCOM_client_proc_t) &enc_unsupported; in gl2_encoder_context_t()