Searched defs:_c (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/opengl/libs/GLES2/
H A Dgl2.cpp44 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; member in class:gl_hooks_t
183 ret = _c->glGetString(name);
/frameworks/native/opengl/libs/GLES_CM/
H A Dgl.cpp100 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; member in class:gl_hooks_t
237 ret = _c->glGetString(name);

Completed in 1467 milliseconds