Searched refs:caveat (Results 1 – 3 of 3) 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
137 EGLint caveat; in selectEGLConfig() local138 if (eglGetConfigAttrib(display, *config, EGL_CONFIG_CAVEAT, &caveat)) in selectEGLConfig()139 ALOGW_IF(caveat == EGL_SLOW_CONFIG, "EGL_SLOW_CONFIG selected!"); in selectEGLConfig()
193 EGLint caveat; in selectEGLConfig() local194 if (eglGetConfigAttrib(display, *config, EGL_CONFIG_CAVEAT, &caveat)) in selectEGLConfig()195 ALOGW_IF(caveat == EGL_SLOW_CONFIG, "EGL_SLOW_CONFIG selected!"); in selectEGLConfig()