HomeSort by relevance Sort by last modified time
    Searched refs:cur_c (Results 1 - 4 of 4) sorted by null

  /frameworks/native/opengl/libs/EGL/
egl_display.cpp 292 void egl_display_t::loseCurrent(egl_context_t * cur_c)
294 if (cur_c) {
295 egl_display_t* display = cur_c->getDisplay();
297 display->loseCurrentImpl(cur_c);
302 void egl_display_t::loseCurrentImpl(egl_context_t * cur_c)
306 ContextRef _cur_c(cur_c);
307 SurfaceRef _cur_r(cur_c ? get_surface(cur_c->read) : NULL);
308 SurfaceRef _cur_d(cur_c ? get_surface(cur_c->draw) : NULL)
    [all...]
egl_display.h 49 void loseCurrentImpl(egl_context_t * cur_c);
88 EGLBoolean makeCurrent(egl_context_t* c, egl_context_t* cur_c,
91 static void loseCurrent(egl_context_t * cur_c);
eglApi.cpp 619 egl_context_t * cur_c = get_context(getContext()); local
626 if (cur_c == NULL) {
650 EGLBoolean result = dp->makeCurrent(c, cur_c,
    [all...]
  /external/freetype/src/pshinter/
pshalgo.c 2109 FT_Pos org_c, org_ac, cur_c; local
    [all...]

Completed in 93 milliseconds