Lines Matching refs:_c
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) \ argument
412 while ((status = _c->glGetError()) != GL_NO_ERROR) { \
424 gl_hooks_t::gl_t const * const _c = &getGLTraceThreadSpecific()->gl; \
425 _c->_api _argList; \
426 CHECK_ERROR(_c, _api); \
431 gl_hooks_t::gl_t const * const _c = &getGLTraceThreadSpecific()->gl; \
432 _type _r = _c->_api _argList; \
433 CHECK_ERROR(_c, _api); \