Home
last modified time | relevance | path

Searched refs:EGL_BAD_DISPLAY (Results 1 - 25 of 39) sorted by relevance

12

/third_party/vk-gl-cts/modules/egl/
H A DteglNegativeApiTests.cpp172 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 DteglClientExtensionTests.cpp140 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 DteglImageTests.cpp224 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 DEGLProgramCacheControlTest.cpp95 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 DEGLBlobCacheTest.cpp193 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 DEGLQueryContextTest.cpp123 EXPECT_TRUE(eglGetError() == EGL_BAD_DISPLAY); in TEST_P()
H A DEGLFeatureControlTest.cpp51 // 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 DEGLSyncTest.cpp80 EXPECT_EGL_ERROR(EGL_BAD_DISPLAY); in TEST_P()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/
H A DlibEGL.cpp49 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 DvalidationEGL.cpp1076 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 DError.h100 using EglBadDisplay = priv::ErrorStream<EGL_BAD_DISPLAY>;
/third_party/mesa3d/src/egl/main/
H A Degldispatchstubs.c127 return FetchVendorFunc(vendor, index, EGL_BAD_DISPLAY); in __eglDispatchFetchByDisplay()
H A Deglcurrent.c126 case EGL_BAD_DISPLAY: in _eglInternalError()
127 s = "EGL_BAD_DISPLAY"; in _eglInternalError()
H A Deglapi.c49 * 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 Degl.h57 #define EGL_BAD_DISPLAY 0x3008 macro
/third_party/EGL/api/1.2/
H A Degl.h53 #define EGL_BAD_DISPLAY 0x3008 macro
/third_party/EGL/api/1.1/EGL/
H A Degl.h78 #define EGL_BAD_DISPLAY 0x3008 macro
/third_party/skia/third_party/externals/egl-registry/api/1.2/EGL/
H A Degl.h53 #define EGL_BAD_DISPLAY 0x3008 macro
/third_party/skia/third_party/externals/egl-registry/api/1.1/EGL/
H A Degl.h108 #define EGL_BAD_DISPLAY 0x3008 macro
/third_party/skia/third_party/externals/egl-registry/api/1.2/
H A Degl.h53 #define EGL_BAD_DISPLAY 0x3008 macro
/third_party/EGL/api/1.0/EGL/
H A Degl.h74 #define EGL_BAD_DISPLAY 0x3008 macro
/third_party/EGL/api/1.0/
H A Degl.h71 #define EGL_BAD_DISPLAY 0x3008 macro
/third_party/skia/third_party/externals/egl-registry/api/1.0/EGL/
H A Degl.h71 #define EGL_BAD_DISPLAY 0x3008 macro
/third_party/skia/third_party/externals/egl-registry/api/1.0/
H A Degl.h71 #define EGL_BAD_DISPLAY 0x3008 macro
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
H A Degl_ext_stubs.cpp76 thread->setError(EGL_BAD_DISPLAY, "eglCreatePlatformPixmapSurfaceEXT", in CreatePlatformPixmapSurfaceEXT()
89 thread->setError(EGL_BAD_DISPLAY, "eglCreatePlatformWindowSurfaceEXT", in CreatePlatformWindowSurfaceEXT()

Completed in 23 milliseconds

12