Searched defs:_c (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/opengl/libs/GLES2/
H A 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; member in class:gl_hooks_t
307 if(_c) ret = _c->glGetString(name);
315 gl_hooks_t::gl_t const * const _c = &getGlThreadSpecific()->gl; member in class:gl_hooks_t
316 if(_c) ret = _c->glGetStringi(name, index);
330 gl_hooks_t::gl_t const * const _c member in class:gl_hooks_t
343 gl_hooks_t::gl_t const * const _c = &getGlThreadSpecific()->gl; member in class:gl_hooks_t
356 gl_hooks_t::gl_t const * const _c = &getGlThreadSpecific()->gl; member in class:gl_hooks_t
369 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.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; member in class:gl_hooks_t
353 ret = _c->glGetString(name);
/frameworks/native/include/private/ui/
H A DRegionHelper.h57 inline region(RECT const* _r, size_t _c) argument
58 : rects(_r), count(_c), dx(), dy() { }
59 inline region(RECT const* _r, size_t _c, TYPE _dx, TYPE _dy) argument
60 : rects(_r), count(_c), dx(_dx), dy(_dy) { }

Completed in 488 milliseconds