Home
last modified time | relevance | path

Searched refs:previousDraw (Results 1 – 2 of 2) sorted by relevance

/external/angle/src/libGL/
Dentry_points_wgl.cpp266 Surface *previousDraw = thread->getCurrentDrawSurface(); in wglMakeCurrent() local
270 if (previousDraw != surface || previousRead != surface || previousContext != context) in wglMakeCurrent()
/external/angle/src/libGLESv2/
Degl_stubs.cpp470 Surface *previousDraw = thread->getCurrentDrawSurface(); in MakeCurrent() local
475 if (previousDraw != drawSurface || previousRead != readSurface || previousContext != context) in MakeCurrent()
585 Surface *previousDraw = thread->getCurrentDrawSurface(); in ReleaseThread() local
595 if (previousDraw != EGL_NO_SURFACE || previousRead != EGL_NO_SURFACE || in ReleaseThread()