Home
last modified time | relevance | path

Searched refs:glIsBuffer_client_proc_t (Results 1 – 6 of 6) sorted by relevance

/device/generic/goldfish/opengl/system/GLESv2_enc/
Dgl2_client_context.h92 glIsBuffer_client_proc_t glIsBuffer;
Dgl2_client_context.cpp94 glIsBuffer = (glIsBuffer_client_proc_t) getProc("glIsBuffer", userData); in initDispatchByName()
Dgl2_client_proc.h93 typedef GLboolean (gl2_APIENTRY *glIsBuffer_client_proc_t) (void * ctx, GLuint); typedef
/device/generic/goldfish/opengl/system/GLESv1_enc/
Dgl_client_context.h104 glIsBuffer_client_proc_t glIsBuffer;
Dgl_client_context.cpp106 glIsBuffer = (glIsBuffer_client_proc_t) getProc("glIsBuffer", userData); in initDispatchByName()
Dgl_client_proc.h105 typedef GLboolean (gl_APIENTRY *glIsBuffer_client_proc_t) (void * ctx, GLuint); typedef