Searched defs:_c (Results 1 – 4 of 4) sorted by relevance
226 gl_hooks_t::gl_t const * const _c = &getGlThreadSpecific()->gl; in glGetString() local235 gl_hooks_t::gl_t const * const _c = &getGlThreadSpecific()->gl; in glGetStringi() local250 gl_hooks_t::gl_t const * const _c = &getGlThreadSpecific()->gl; in glGetBooleanv() local263 gl_hooks_t::gl_t const * const _c = &getGlThreadSpecific()->gl; in glGetFloatv() local276 gl_hooks_t::gl_t const * const _c = &getGlThreadSpecific()->gl; in glGetIntegerv() local289 gl_hooks_t::gl_t const * const _c = &getGlThreadSpecific()->gl; in glGetInteger64v() local
271 gl_hooks_t::gl_t const * const _c = &getGlThreadSpecific()->gl; in glGetString() local
704 ContextRef _c(dp.get(), ctx); in eglDestroyContext() local733 ContextRef _c(dp.get(), ctx); in eglMakeCurrent() local823 ContextRef _c(dp.get(), ctx); in eglQueryContext() local1450 ContextRef _c(dp.get(), ctx); in eglCreateImageKHR() local
409 #define CHECK_ERROR(_c, _api) \ argument