Searched refs:caveat (Results 1 – 2 of 2) sorted by relevance
108 existing caveat mechanism to report this drawback to the client.123 EGLConfig would likely have the EGL_SLOW_CONFIG caveat because using that131 read. The EGLConfig would likely not need to have any caveat set, as using
221 EGLint caveat; in selectEGLConfig() local222 if (eglGetConfigAttrib(display, *config, EGL_CONFIG_CAVEAT, &caveat)) in selectEGLConfig()223 ALOGW_IF(caveat == EGL_SLOW_CONFIG, "EGL_SLOW_CONFIG selected!"); in selectEGLConfig()