Home
last modified time | relevance | path

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

/frameworks/native/opengl/libs/GLES2/
Dgl2.cpp46 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/
Dgl.cpp102 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/
DRegionHelper.h59 inline region(RECT const* _r, size_t _c) in region()
60 : rects(_r), count(_c), dx(), dy() { } in region()
61 inline region(RECT const* _r, size_t _c, TYPE _dx, TYPE _dy) in region()
62 : rects(_r), count(_c), dx(_dx), dy(_dy) { } in region()
/frameworks/native/opengl/libs/EGL/
DeglApi.cpp958 ContextRef _c(dp.get(), ctx); in eglDestroyContext() local
959 if (!_c.get()) in eglDestroyContext()
965 _c.terminate(); in eglDestroyContext()
987 ContextRef _c(dp.get(), ctx); in eglMakeCurrent() local
992 if ((ctx != EGL_NO_CONTEXT) && !_c.get()) { in eglMakeCurrent()
1049 _c.acquire(); in eglMakeCurrent()
1105 ContextRef _c(dp.get(), ctx); in eglQueryContext() local
1106 if (!_c.get()) return setError(EGL_BAD_CONTEXT, (EGLBoolean)EGL_FALSE); in eglQueryContext()
1745 ContextRef _c(dp.get(), ctx); in eglCreateImageKHR() local
1746 egl_context_t * const c = _c.get(); in eglCreateImageKHR()
/frameworks/base/services/tests/servicestests/res/raw/
Dbackup_telephony_no_password92 ��i�����o���ڢٴ%E޸���q��o�M�d�Ҹ�3����泿e@�-屡�[�_c�
/frameworks/base/config/
Dhiddenapi-private-dex.txt33008 Landroid/icu/impl/locale/InternalLocaleBuilder$CaseInsensitiveChar;->_c:C