Home
last modified time | relevance | path

Searched refs:_c (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/opengl/libs/EGL/
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) \ argument
412 while ((status = _c->glGetError()) != GL_NO_ERROR) { \
[all …]
DeglApi.cpp672 ContextRef _c(dp.get(), ctx); in eglDestroyContext() local
673 if (!_c.get()) in eglDestroyContext()
679 _c.terminate(); in eglDestroyContext()
701 ContextRef _c(dp.get(), ctx); in eglMakeCurrent() local
706 if ((ctx != EGL_NO_CONTEXT) && !_c.get()) { in eglMakeCurrent()
767 _c.acquire(); in eglMakeCurrent()
791 ContextRef _c(dp.get(), ctx); in eglQueryContext() local
792 if (!_c.get()) return setError(EGL_BAD_CONTEXT, EGL_FALSE); in eglQueryContext()
1386 ContextRef _c(dp.get(), ctx); in eglCreateImageKHR() local
1387 egl_context_t * const c = _c.get(); in eglCreateImageKHR()
/frameworks/native/opengl/libs/GLES2/
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; in glGetString() local
183 ret = _c->glGetString(name); in glGetString()
/frameworks/native/opengl/libs/GLES_CM/
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; in glGetString() local
237 ret = _c->glGetString(name); in glGetString()