Searched refs:_c (Results 1 - 4 of 4) 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/EGL/
H A Dtrace.cpp331 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) \
412 while ((status = _c
[all...]
H A DeglApi.cpp672 ContextRef _c(dp.get(), ctx);
673 if (!_c.get())
679 _c.terminate();
701 ContextRef _c(dp.get(), ctx);
706 if ((ctx != EGL_NO_CONTEXT) && !_c.get()) {
767 _c.acquire();
791 ContextRef _c(dp.get(), ctx);
792 if (!_c.get()) return setError(EGL_BAD_CONTEXT, EGL_FALSE);
1386 ContextRef _c(dp.get(), ctx);
1387 egl_context_t * const c = _c
[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__);
236 gl_hooks_t::gl_t const * const _c = &getGlThreadSpecific()->gl; member in class:gl_hooks_t
237 ret = _c->glGetString(name);

Completed in 3565 milliseconds