Home
last modified time | relevance | path

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

/device/google/cuttlefish_common/guest/libs/eglwrapper/
Dgles1_wrapper_context.h106 glIsBuffer_wrapper_proc_t glIsBuffer;
Dgles3_wrapper_context.h94 glIsBuffer_wrapper_proc_t glIsBuffer;
Dgles1_wrapper_context.cpp106 glIsBuffer = (glIsBuffer_wrapper_proc_t) getProc("glIsBuffer", userData); in initDispatchByName()
Dgles1_wrapper_proc.h105 typedef GLboolean (gles1_APIENTRY *glIsBuffer_wrapper_proc_t) (GLuint); typedef
Dgles3_wrapper_context.cpp94 glIsBuffer = (glIsBuffer_wrapper_proc_t) getProc("glIsBuffer", userData); in initDispatchByName()
Dgles3_wrapper_proc.h93 typedef GLboolean (gles3_APIENTRY *glIsBuffer_wrapper_proc_t) (GLuint); typedef