Home
last modified time | relevance | path

Searched refs:glIsFramebufferOES_wrapper_proc_t (Results 1 – 3 of 3) sorted by relevance

/device/google/cuttlefish_common/guest/libs/eglwrapper/
Dgles1_wrapper_context.h235 glIsFramebufferOES_wrapper_proc_t glIsFramebufferOES;
Dgles1_wrapper_context.cpp235 glIsFramebufferOES = (glIsFramebufferOES_wrapper_proc_t) getProc("glIsFramebufferOES", userData); in initDispatchByName()
Dgles1_wrapper_proc.h234 typedef GLboolean (gles1_APIENTRY *glIsFramebufferOES_wrapper_proc_t) (GLuint); typedef