Searched refs:_c (Results 1 – 4 of 4) sorted by relevance
/frameworks/native/opengl/libs/GLES2/ |
D | gl2.cpp | 46 gl_hooks_t::gl_t const * const _c = &getGlThreadSpecific()->gl; \ 47 if (_c) return _c->_api(__VA_ARGS__); 306 gl_hooks_t::gl_t const * const _c = &getGlThreadSpecific()->gl; in glGetString() local 307 if(_c) ret = _c->glGetString(name); in glGetString() 315 gl_hooks_t::gl_t const * const _c = &getGlThreadSpecific()->gl; in glGetStringi() local 316 if(_c) ret = _c->glGetStringi(name, index); in glGetStringi() 330 gl_hooks_t::gl_t const * const _c = &getGlThreadSpecific()->gl; in glGetBooleanv() local 331 if (_c) _c->glGetBooleanv(pname, data); in glGetBooleanv() 343 gl_hooks_t::gl_t const * const _c = &getGlThreadSpecific()->gl; in glGetFloatv() local 344 if (_c) _c->glGetFloatv(pname, data); in glGetFloatv() [all …]
|
/frameworks/native/opengl/libs/GLES_CM/ |
D | gl.cpp | 102 gl_hooks_t::gl_t const * const _c = &getGlThreadSpecific()->gl; \ 103 if (_c) return _c->_api(__VA_ARGS__); 352 gl_hooks_t::gl_t const * const _c = &getGlThreadSpecific()->gl; in glGetString() local 353 ret = _c->glGetString(name); in glGetString()
|
/frameworks/native/include/private/ui/ |
D | RegionHelper.h | 57 inline region(RECT const* _r, size_t _c) in region() 58 : rects(_r), count(_c), dx(), dy() { } in region() 59 inline region(RECT const* _r, size_t _c, TYPE _dx, TYPE _dy) in region() 60 : rects(_r), count(_c), dx(_dx), dy(_dy) { } in region()
|
/frameworks/native/opengl/libs/EGL/ |
D | eglApi.cpp | 733 ContextRef _c(dp.get(), ctx); in eglDestroyContext() local 734 if (!_c.get()) in eglDestroyContext() 740 _c.terminate(); in eglDestroyContext() 762 ContextRef _c(dp.get(), ctx); in eglMakeCurrent() local 767 if ((ctx != EGL_NO_CONTEXT) && !_c.get()) { in eglMakeCurrent() 824 _c.acquire(); in eglMakeCurrent() 880 ContextRef _c(dp.get(), ctx); in eglQueryContext() local 881 if (!_c.get()) return setError(EGL_BAD_CONTEXT, (EGLBoolean)EGL_FALSE); in eglQueryContext() 1511 ContextRef _c(dp.get(), ctx); in eglCreateImageKHR() local 1512 egl_context_t * const c = _c.get(); in eglCreateImageKHR()
|