Home | History | Annotate | Download | only in GLES2

Lines Matching defs:_c

46         gl_hooks_t::gl_t const * const _c = &getGlThreadSpecific()->gl;  \
47 if (_c) return _c->_api(__VA_ARGS__);
306 gl_hooks_t::gl_t const * const _c = &getGlThreadSpecific()->gl;
307 if(_c) ret = _c->glGetString(name);
315 gl_hooks_t::gl_t const * const _c = &getGlThreadSpecific()->gl;
316 if(_c) ret = _c->glGetStringi(name, index);
330 gl_hooks_t::gl_t const * const _c = &getGlThreadSpecific()->gl;
331 if (_c) _c->glGetBooleanv(pname, data);
343 gl_hooks_t::gl_t const * const _c = &getGlThreadSpecific()->gl;
344 if (_c) _c->glGetFloatv(pname, data);
356 gl_hooks_t::gl_t const * const _c = &getGlThreadSpecific()->gl;
357 if (_c) _c->glGetIntegerv(pname, data);
369 gl_hooks_t::gl_t const * const _c = &getGlThreadSpecific()->gl;
370 if (_c) _c->glGetInteger64v(pname, data);