/third_party/vk-gl-cts/modules/egl/ |
H A D | teglNegativeApiTests.cpp | 172 log << TestLog::Section("Test1", "EGL_BAD_DISPLAY is generated if display is not an EGL display connection"); in init() 175 expectError(EGL_BAD_DISPLAY); in init() 178 expectError(EGL_BAD_DISPLAY); in init() 209 log << TestLog::Section("Test1", "EGL_BAD_DISPLAY is generated if display is not an EGL display connection"); in init() 212 expectError(EGL_BAD_DISPLAY); in init() 215 expectError(EGL_BAD_DISPLAY); in init() 257 log << TestLog::Section("Test1", "EGL_BAD_DISPLAY is generated if display is not an EGL display connection"); in init() 260 expectError(EGL_BAD_DISPLAY); in init() 263 expectError(EGL_BAD_DISPLAY); in init() 293 log << TestLog::Section("Test1", "EGL_BAD_DISPLAY i in init() [all...] |
H A D | teglClientExtensionTests.cpp | 140 if (eglError == EGL_BAD_DISPLAY) in iterate() 198 if (eglQueryError == EGL_BAD_DISPLAY) in iterate() 259 if (eglQueryError == EGL_BAD_DISPLAY) in iterate()
|
H A D | teglImageTests.cpp | 224 CHECK_CREATE("Testing bad display (-1)...", (EGLDisplay)-1, EGL_NO_CONTEXT, EGL_NONE, EGL_BAD_DISPLAY); in iterate() 235 CHECK_CREATE_KHR("Testing bad display (-1)...", (EGLDisplay)-1, EGL_NO_CONTEXT, EGL_NONE, EGL_BAD_DISPLAY); in iterate()
|
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/ |
H A D | EGLProgramCacheControlTest.cpp | 95 EXPECT_EGL_ERROR(EGL_BAD_DISPLAY); in TEST_P() 99 EXPECT_EGL_ERROR(EGL_BAD_DISPLAY); in TEST_P() 104 EXPECT_EGL_ERROR(EGL_BAD_DISPLAY); in TEST_P() 107 EXPECT_EGL_ERROR(EGL_BAD_DISPLAY); in TEST_P()
|
H A D | EGLBlobCacheTest.cpp | 193 EXPECT_EGL_ERROR(EGL_BAD_DISPLAY); in TEST_P() 196 EXPECT_EGL_ERROR(EGL_BAD_DISPLAY); in TEST_P() 219 EXPECT_EGL_ERROR(EGL_BAD_DISPLAY); in TEST_P()
|
H A D | EGLQueryContextTest.cpp | 123 EXPECT_TRUE(eglGetError() == EGL_BAD_DISPLAY); in TEST_P()
|
H A D | EGLFeatureControlTest.cpp | 51 // Ensure eglQueryStringiANGLE generates EGL_BAD_DISPLAY if the display passed in is invalid. 56 EXPECT_EGL_ERROR(EGL_BAD_DISPLAY); in TEST_P()
|
H A D | EGLSyncTest.cpp | 80 EXPECT_EGL_ERROR(EGL_BAD_DISPLAY); in TEST_P()
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/ |
H A D | libEGL.cpp | 49 return error(EGL_BAD_DISPLAY, false); in validateDisplay() 179 return error(EGL_BAD_DISPLAY, EGL_FALSE); in Initialize() 199 return error(EGL_BAD_DISPLAY, EGL_FALSE); in Terminate() 1129 return error(EGL_BAD_DISPLAY, EGL_FALSE); in WaitNative() 1197 return error(EGL_BAD_DISPLAY, EGL_NO_IMAGE_KHR); in CreateImage() 1295 return error(EGL_BAD_DISPLAY, EGL_FALSE); in DestroyImageKHR() 1379 return error(EGL_BAD_DISPLAY, EGL_NO_SYNC_KHR); in CreateSync() 1423 return error(EGL_BAD_DISPLAY, EGL_FALSE); in DestroySyncKHR() 1447 return error(EGL_BAD_DISPLAY, EGL_FALSE); in ClientWaitSyncKHR() 1477 return error(EGL_BAD_DISPLAY, EGL_FALS in GetSyncAttrib() [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | validationEGL.cpp | 1076 val->setError(EGL_BAD_DISPLAY, "display is EGL_NO_DISPLAY."); in ValidateDisplayPointer() 1085 val->setError(EGL_BAD_DISPLAY, "display is not a valid display: 0x%p", display); in ValidateDisplayPointer() 1277 val->setError(EGL_BAD_DISPLAY, in ValidateCreateSyncBase() 1392 val->setError(EGL_BAD_DISPLAY, "EGL_EXT_device_query extension is not available."); in ValidateQueryDisplayAttribBase() 1400 val->setError(EGL_BAD_DISPLAY, in ValidateQueryDisplayAttribBase() 3048 val->setError(EGL_BAD_DISPLAY, "'dpy' not a valid EGLDisplay handle"); in ValidateMakeCurrent() 3758 // EGL_BAD_DISPLAY seems like a reasonable error. in ValidateCreateImageKHR() 3759 val->setError(EGL_BAD_DISPLAY, "EGL_KHR_image not supported."); in ValidateCreateImageKHR() 3776 // EGL_BAD_DISPLAY seems like a reasonable error. in ValidateDestroyImageKHR() 3777 val->setError(EGL_BAD_DISPLAY); in ValidateDestroyImageKHR() [all...] |
H A D | Error.h | 100 using EglBadDisplay = priv::ErrorStream<EGL_BAD_DISPLAY>;
|
/third_party/mesa3d/src/egl/main/ |
H A D | egldispatchstubs.c | 127 return FetchVendorFunc(vendor, index, EGL_BAD_DISPLAY); in __eglDispatchFetchByDisplay()
|
H A D | eglcurrent.c | 126 case EGL_BAD_DISPLAY: in _eglInternalError() 127 s = "EGL_BAD_DISPLAY"; in _eglInternalError()
|
H A D | eglapi.c | 49 * EGL_BAD_DISPLAY 181 _eglError(EGL_BAD_DISPLAY, msg); in _eglCheckDisplay() 622 RETURN_EGL_ERROR(NULL, EGL_BAD_DISPLAY, EGL_FALSE); in eglInitialize() 702 RETURN_EGL_ERROR(NULL, EGL_BAD_DISPLAY, EGL_FALSE); in eglTerminate() 867 RETURN_EGL_ERROR(disp, EGL_BAD_DISPLAY, EGL_FALSE); in eglMakeCurrent() 873 RETURN_EGL_ERROR(disp, EGL_BAD_DISPLAY, EGL_FALSE); in eglMakeCurrent() 2438 RETURN_EGL_ERROR(disp, EGL_BAD_DISPLAY, EGL_BAD_DISPLAY); in eglLabelObjectKHR()
|
/third_party/EGL/api/1.2/EGL/ |
H A D | egl.h | 57 #define EGL_BAD_DISPLAY 0x3008 macro
|
/third_party/EGL/api/1.2/ |
H A D | egl.h | 53 #define EGL_BAD_DISPLAY 0x3008 macro
|
/third_party/EGL/api/1.1/EGL/ |
H A D | egl.h | 78 #define EGL_BAD_DISPLAY 0x3008 macro
|
/third_party/skia/third_party/externals/egl-registry/api/1.2/EGL/ |
H A D | egl.h | 53 #define EGL_BAD_DISPLAY 0x3008 macro
|
/third_party/skia/third_party/externals/egl-registry/api/1.1/EGL/ |
H A D | egl.h | 108 #define EGL_BAD_DISPLAY 0x3008 macro
|
/third_party/skia/third_party/externals/egl-registry/api/1.2/ |
H A D | egl.h | 53 #define EGL_BAD_DISPLAY 0x3008 macro
|
/third_party/EGL/api/1.0/EGL/ |
H A D | egl.h | 74 #define EGL_BAD_DISPLAY 0x3008 macro
|
/third_party/EGL/api/1.0/ |
H A D | egl.h | 71 #define EGL_BAD_DISPLAY 0x3008 macro
|
/third_party/skia/third_party/externals/egl-registry/api/1.0/EGL/ |
H A D | egl.h | 71 #define EGL_BAD_DISPLAY 0x3008 macro
|
/third_party/skia/third_party/externals/egl-registry/api/1.0/ |
H A D | egl.h | 71 #define EGL_BAD_DISPLAY 0x3008 macro
|
/third_party/skia/third_party/externals/angle2/src/libGLESv2/ |
H A D | egl_ext_stubs.cpp | 76 thread->setError(EGL_BAD_DISPLAY, "eglCreatePlatformPixmapSurfaceEXT", in CreatePlatformPixmapSurfaceEXT() 89 thread->setError(EGL_BAD_DISPLAY, "eglCreatePlatformWindowSurfaceEXT", in CreatePlatformWindowSurfaceEXT()
|