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

/frameworks/native/opengl/libs/GLES2/
H A Dgl2.cpp98 gl_hooks_t::gl_t const * const _c = &getGlThreadSpecific()->gl; \
99 if (_c) return _c->_api(__VA_ARGS__);
129 gl_hooks_t::gl_t const * const _c = &getGlThreadSpecific()->gl; member in class:gl_hooks_t
130 ret = _c->glGetString(name);
/frameworks/native/opengl/libs/GLES_CM/
H A Dgl.cpp150 gl_hooks_t::gl_t const * const _c = &getGlThreadSpecific()->gl; \
151 if (_c) return _c->_api(__VA_ARGS__);
178 gl_hooks_t::gl_t const * const _c = &getGlThreadSpecific()->gl; member in class:gl_hooks_t
179 ret = _c->glGetString(name);

Completed in 37 milliseconds