Searched refs:previousDisplay (Results 1 – 1 of 1) sorted by relevance
/external/angle/src/libGLESv2/ |
D | egl_stubs.cpp | 588 Display *previousDisplay = thread->getDisplay(); in ReleaseThread() local 590 if (previousDisplay != EGL_NO_DISPLAY) in ReleaseThread() 592 ANGLE_EGL_TRY_RETURN(thread, previousDisplay->prepareForCall(), "eglReleaseThread", in ReleaseThread() 593 GetDisplayIfValid(previousDisplay), EGL_FALSE); in ReleaseThread() 600 previousDisplay->makeCurrent(thread, previousContext, nullptr, nullptr, nullptr), in ReleaseThread() 603 ANGLE_EGL_TRY_RETURN(thread, previousDisplay->releaseThread(), "eglReleaseThread", in ReleaseThread() 604 GetDisplayIfValid(previousDisplay), EGL_FALSE); in ReleaseThread()
|