Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/GLESv2_enc/
Dgl2_client_context.h237 glBindBufferBase_client_proc_t glBindBufferBase;
Dgl2_client_context.cpp237 glBindBufferBase = (glBindBufferBase_client_proc_t) getProc("glBindBufferBase", userData); in initDispatchByName()
DGL2Encoder.h382 glBindBufferBase_client_proc_t m_glBindBufferBase_enc;
Dgl2_client_proc.h236 typedef void (gl2_APIENTRY *glBindBufferBase_client_proc_t) (void * ctx, GLenum, GLuint, GLuint); typedef