HomeSort by relevance Sort by last modified time
    Searched refs:glIsBuffer_wrapper_proc_t (Results 1 - 6 of 6) sorted by null

  /device/google/cuttlefish_common/guest/libs/eglwrapper/
gles1_wrapper_context.h 106 glIsBuffer_wrapper_proc_t glIsBuffer;
gles3_wrapper_context.h 94 glIsBuffer_wrapper_proc_t glIsBuffer;
gles1_wrapper_context.cpp 106 glIsBuffer = (glIsBuffer_wrapper_proc_t) getProc("glIsBuffer", userData);
gles1_wrapper_proc.h 105 typedef GLboolean (gles1_APIENTRY *glIsBuffer_wrapper_proc_t) (GLuint);
gles3_wrapper_context.cpp 94 glIsBuffer = (glIsBuffer_wrapper_proc_t) getProc("glIsBuffer", userData);
    [all...]
gles3_wrapper_proc.h 93 typedef GLboolean (gles3_APIENTRY *glIsBuffer_wrapper_proc_t) (GLuint);
    [all...]

Completed in 49 milliseconds