Home
last modified time | relevance | path

Searched refs:glBindFramebufferOES_client_proc_t (Results 1 – 4 of 4) sorted by relevance

/device/generic/goldfish-opengl/system/GLESv1_enc/
DGLEncoder.h108 glBindFramebufferOES_client_proc_t m_glBindFramebufferOES_enc;
Dgl_client_context.h236 glBindFramebufferOES_client_proc_t glBindFramebufferOES;
Dgl_client_context.cpp236 …glBindFramebufferOES = (glBindFramebufferOES_client_proc_t) getProc("glBindFramebufferOES", userDa… in initDispatchByName()
Dgl_client_proc.h235 typedef void (gl_APIENTRY *glBindFramebufferOES_client_proc_t) (void * ctx, GLenum, GLuint); typedef