Home
last modified time | relevance | path

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

/frameworks/native/opengl/libs/GLES2/
Dgl2.cpp226 gl_hooks_t::gl_t const * const _c = &getGlThreadSpecific()->gl; in glGetString() local
235 gl_hooks_t::gl_t const * const _c = &getGlThreadSpecific()->gl; in glGetStringi() local
250 gl_hooks_t::gl_t const * const _c = &getGlThreadSpecific()->gl; in glGetBooleanv() local
263 gl_hooks_t::gl_t const * const _c = &getGlThreadSpecific()->gl; in glGetFloatv() local
276 gl_hooks_t::gl_t const * const _c = &getGlThreadSpecific()->gl; in glGetIntegerv() local
289 gl_hooks_t::gl_t const * const _c = &getGlThreadSpecific()->gl; in glGetInteger64v() local
/frameworks/native/opengl/libs/GLES_CM/
Dgl.cpp271 gl_hooks_t::gl_t const * const _c = &getGlThreadSpecific()->gl; in glGetString() local
/frameworks/native/opengl/libs/EGL/
DeglApi.cpp704 ContextRef _c(dp.get(), ctx); in eglDestroyContext() local
733 ContextRef _c(dp.get(), ctx); in eglMakeCurrent() local
823 ContextRef _c(dp.get(), ctx); in eglQueryContext() local
1450 ContextRef _c(dp.get(), ctx); in eglCreateImageKHR() local
Dtrace.cpp409 #define CHECK_ERROR(_c, _api) \ argument