Searched refs:_c (Results 1 - 3 of 3) 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__);
226 gl_hooks_t::gl_t const * const _c = &getGlThreadSpecific()->gl; member in class:gl_hooks_t
227 if(_c) ret = _c->glGetString(name);
235 gl_hooks_t::gl_t const * const _c = &getGlThreadSpecific()->gl; member in class:gl_hooks_t
236 if(_c) ret = _c->glGetStringi(name, index);
250 gl_hooks_t::gl_t const * const _c member in class:gl_hooks_t
263 gl_hooks_t::gl_t const * const _c = &getGlThreadSpecific()->gl; member in class:gl_hooks_t
276 gl_hooks_t::gl_t const * const _c = &getGlThreadSpecific()->gl; member in class:gl_hooks_t
289 gl_hooks_t::gl_t const * const _c = &getGlThreadSpecific()->gl; member in class:gl_hooks_t
[all...]
/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__);
271 gl_hooks_t::gl_t const * const _c = &getGlThreadSpecific()->gl; member in class:gl_hooks_t
272 ret = _c->glGetString(name);
/frameworks/native/opengl/libs/EGL/
H A DeglApi.cpp699 ContextRef _c(dp.get(), ctx);
700 if (!_c.get())
706 _c.terminate();
728 ContextRef _c(dp.get(), ctx);
733 if ((ctx != EGL_NO_CONTEXT) && !_c.get()) {
790 _c.acquire();
814 ContextRef _c(dp.get(), ctx);
815 if (!_c.get()) return setError(EGL_BAD_CONTEXT, EGL_FALSE);
1408 ContextRef _c(dp.get(), ctx);
1409 egl_context_t * const c = _c
[all...]

Completed in 67 milliseconds