Home
last modified time | relevance | path

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

/external/skia/tools/gpu/gl/glx/
DCreatePlatformGLTestContext_glx.cpp49 static int ctxErrorHandler(Display *dpy, XErrorEvent *ev) { in ctxErrorHandler() function
290 int (*oldHandler)(Display*, XErrorEvent*) = XSetErrorHandler(&ctxErrorHandler); in CreateBestContext()