Home
last modified time | relevance | path

Searched refs:fOldDisplay (Results 1 – 5 of 5) sorted by relevance

/external/skia/src/gpu/gl/angle/
DSkANGLEGLContext.cpp13 fOldDisplay = eglGetCurrentDisplay(); in AutoContextRestore()
19 if (NULL != fOldDisplay) { in ~AutoContextRestore()
20 eglMakeCurrent(fOldDisplay, fOldSurface, fOldSurface, fOldEGLContext); in ~AutoContextRestore()
/external/skia/src/gpu/gl/android/
DSkNativeGLContext_android.cpp12 fOldDisplay = eglGetCurrentDisplay(); in AutoContextRestore()
18 if (NULL != fOldDisplay) { in ~AutoContextRestore()
19 eglMakeCurrent(fOldDisplay, fOldSurface, fOldSurface, fOldEGLContext); in ~AutoContextRestore()
/external/skia/include/gpu/gl/
DSkNativeGLContext.h44 EGLDisplay fOldDisplay;
48 Display* fOldDisplay;
DSkANGLEGLContext.h33 EGLDisplay fOldDisplay; variable
/external/skia/src/gpu/gl/unix/
DSkNativeGLContext_unix.cpp16 fOldDisplay = glXGetCurrentDisplay(); in AutoContextRestore()
21 if (NULL != fOldDisplay) { in ~AutoContextRestore()
22 glXMakeCurrent(fOldDisplay, fOldDrawable, fOldGLXContext); in ~AutoContextRestore()