Home
last modified time | relevance | path

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

/device/google/cuttlefish_common/guest/libs/eglwrapper/
Dgles1_wrapper_context.h53 glBindBuffer_wrapper_proc_t glBindBuffer;
Dgles3_wrapper_context.h16 glBindBuffer_wrapper_proc_t glBindBuffer;
Dgles1_wrapper_context.cpp53 glBindBuffer = (glBindBuffer_wrapper_proc_t) getProc("glBindBuffer", userData); in initDispatchByName()
Dgles1_wrapper_proc.h52 typedef void (gles1_APIENTRY *glBindBuffer_wrapper_proc_t) (GLenum, GLuint); typedef
Dgles3_wrapper_context.cpp16 glBindBuffer = (glBindBuffer_wrapper_proc_t) getProc("glBindBuffer", userData); in initDispatchByName()
Dgles3_wrapper_proc.h15 typedef void (gles3_APIENTRY *glBindBuffer_wrapper_proc_t) (GLenum, GLuint); typedef