Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/GLESv2_enc/
Dgl2_client_context.h17 glBindFramebuffer_client_proc_t glBindFramebuffer;
Dgl2_client_context.cpp17 glBindFramebuffer = (glBindFramebuffer_client_proc_t) getProc("glBindFramebuffer", userData); in initDispatchByName()
DGL2Encoder.h337 glBindFramebuffer_client_proc_t m_glBindFramebuffer_enc;
Dgl2_client_proc.h16 typedef void (gl2_APIENTRY *glBindFramebuffer_client_proc_t) (void * ctx, GLenum, GLuint); typedef