Home
last modified time | relevance | path

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

/device/google/cuttlefish_common/guest/libs/eglwrapper/
Dgles1_wrapper_context.h92 glGenBuffers_wrapper_proc_t glGenBuffers;
Dgles3_wrapper_context.h62 glGenBuffers_wrapper_proc_t glGenBuffers;
Dgles1_wrapper_context.cpp92 glGenBuffers = (glGenBuffers_wrapper_proc_t) getProc("glGenBuffers", userData); in initDispatchByName()
Dgles1_wrapper_proc.h91 typedef void (gles1_APIENTRY *glGenBuffers_wrapper_proc_t) (GLsizei, GLuint*); typedef
Dgles3_wrapper_context.cpp62 glGenBuffers = (glGenBuffers_wrapper_proc_t) getProc("glGenBuffers", userData); in initDispatchByName()
Dgles3_wrapper_proc.h61 typedef void (gles3_APIENTRY *glGenBuffers_wrapper_proc_t) (GLsizei, GLuint*); typedef