Home
last modified time | relevance | path

Searched refs:gCtxErrorOccurred (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/tools/sk_app/unix/
H A DGLWindowContext_unix.cpp21 static bool gCtxErrorOccurred = false; member
23 gCtxErrorOccurred = true; in ctxErrorHandler()
76 // Install Xlib error handler that will set gCtxErrorOccurred in onInitializeContext()
85 gCtxErrorOccurred = false; in onInitializeContext()
95 if (gCtxErrorOccurred) { continue; } in onInitializeContext()

Completed in 1 milliseconds