Lines Matching refs:set
625 /* set options */
629 _eglLog(_EGL_DEBUG, "Found 'LIBGL_ALWAYS_SOFTWARE' set, will use a CPU renderer");
883 * To release the current context without assigning a new one, set ctx
884 * to EGL_NO_CONTEXT and set draw and read to EGL_NO_SURFACE.
1480 /* If the damage region is already set or
1687 * Return the last value set with eglBindAPI().
2502 // On error, set the last error code, call the current
2598 eglSetBlobCacheFuncsANDROID(EGLDisplay *dpy, EGLSetBlobFuncANDROID set,
2617 if (!set || !get) {
2626 "eglSetBlobCacheFuncsANDROID: functions already set");
2631 disp->BlobCacheSet = set;
2634 disp->Driver->SetBlobCacheFuncsANDROID(disp, set, get);