Home
last modified time | relevance | path

Searched refs:glMatrixIndexPointerOES_client_proc_t (Results 1 – 5 of 5) sorted by relevance

/device/generic/goldfish-opengl/system/GLESv1_enc/
DGLEncoder.h76 glMatrixIndexPointerOES_client_proc_t m_glMatrixIndexPointerOES_enc;
Dgl_client_context.h249 glMatrixIndexPointerOES_client_proc_t glMatrixIndexPointerOES;
Dgl_client_context.cpp249 …glMatrixIndexPointerOES = (glMatrixIndexPointerOES_client_proc_t) getProc("glMatrixIndexPointerOES… in initDispatchByName()
Dgl_client_proc.h248 typedef void (gl_APIENTRY *glMatrixIndexPointerOES_client_proc_t) (void * ctx, GLint, GLenum, GLsiz… typedef
Dgl_enc.cpp8522 this->glMatrixIndexPointerOES = (glMatrixIndexPointerOES_client_proc_t) &enc_unsupported; in gl_encoder_context_t()