Searched refs:disableValidation (Results 1 – 1 of 1) sorted by relevance
631 …bool disableValidation = android::base::getEnvironmentVariable("ANDROID_EMUGL_EGL_VALIDATION") == … in createContext() local632 … != nullptr && emugl::hasExtension(exts, "EGL_KHR_create_context_no_error") && disableValidation) { in createContext()