Searched refs:_c (Results 1 – 4 of 4) sorted by relevance
331 gl_hooks_t::gl_t const * const _c = &getGLTraceThreadSpecific()->gl; \332 _c->_api _argList; \338 gl_hooks_t::gl_t const * const _c = &getGLTraceThreadSpecific()->gl; \339 return _c->_api _argList; \373 gl_hooks_t::gl_t const * const _c = &getGLTraceThreadSpecific()->gl; \374 _c->_api _argList; \380 gl_hooks_t::gl_t const * const _c = &getGLTraceThreadSpecific()->gl; \381 return _c->_api _argList; \409 #define CHECK_ERROR(_c, _api) \ argument412 while ((status = _c->glGetError()) != GL_NO_ERROR) { \[all …]
672 ContextRef _c(dp.get(), ctx); in eglDestroyContext() local673 if (!_c.get()) in eglDestroyContext()679 _c.terminate(); in eglDestroyContext()701 ContextRef _c(dp.get(), ctx); in eglMakeCurrent() local706 if ((ctx != EGL_NO_CONTEXT) && !_c.get()) { in eglMakeCurrent()767 _c.acquire(); in eglMakeCurrent()791 ContextRef _c(dp.get(), ctx); in eglQueryContext() local792 if (!_c.get()) return setError(EGL_BAD_CONTEXT, EGL_FALSE); in eglQueryContext()1386 ContextRef _c(dp.get(), ctx); in eglCreateImageKHR() local1387 egl_context_t * const c = _c.get(); in eglCreateImageKHR()
44 gl_hooks_t::gl_t const * const _c = &getGlThreadSpecific()->gl; \45 if (_c) return _c->_api(__VA_ARGS__);182 gl_hooks_t::gl_t const * const _c = &getGlThreadSpecific()->gl; in glGetString() local183 ret = _c->glGetString(name); in glGetString()
100 gl_hooks_t::gl_t const * const _c = &getGlThreadSpecific()->gl; \101 if (_c) return _c->_api(__VA_ARGS__);236 gl_hooks_t::gl_t const * const _c = &getGlThreadSpecific()->gl; in glGetString() local237 ret = _c->glGetString(name); in glGetString()