Home
last modified time | relevance | path

Searched refs:glExtGetTexSubImageQCOM_client_proc_t (Results 1 – 7 of 7) sorted by relevance

/hardware/google/gfxstream/guest/GLESv1_enc/
Dgl_client_context.h296 glExtGetTexSubImageQCOM_client_proc_t glExtGetTexSubImageQCOM;
Dgl_client_context.cpp296 …glExtGetTexSubImageQCOM = (glExtGetTexSubImageQCOM_client_proc_t) getProc("glExtGetTexSubImageQCOM… in initDispatchByName()
Dgl_client_proc.h298 typedef void (gl_APIENTRY *glExtGetTexSubImageQCOM_client_proc_t) (void * ctx, GLenum, GLint, GLint… typedef
/hardware/google/gfxstream/guest/GLESv2_enc/
Dgl2_client_context.h206 glExtGetTexSubImageQCOM_client_proc_t glExtGetTexSubImageQCOM;
Dgl2_client_context.cpp206 …glExtGetTexSubImageQCOM = (glExtGetTexSubImageQCOM_client_proc_t) getProc("glExtGetTexSubImageQCOM… in initDispatchByName()
Dgl2_client_proc.h208 typedef void (gl2_APIENTRY *glExtGetTexSubImageQCOM_client_proc_t) (void * ctx, GLenum, GLint, GLin… typedef
Dgl2_enc.cpp12896 this->glExtGetTexSubImageQCOM = (glExtGetTexSubImageQCOM_client_proc_t) &enc_unsupported; in gl2_encoder_context_t()