/external/deqp/modules/egl/ |
D | teglNegativeApiTests.cpp | 175 expectError(EGL_BAD_DISPLAY); in init() 178 expectError(EGL_BAD_DISPLAY); in init() 212 expectError(EGL_BAD_DISPLAY); in init() 215 expectError(EGL_BAD_DISPLAY); in init() 260 expectError(EGL_BAD_DISPLAY); in init() 263 expectError(EGL_BAD_DISPLAY); in init() 296 expectError(EGL_BAD_DISPLAY); in init() 299 expectError(EGL_BAD_DISPLAY); in init() 496 expectError(EGL_BAD_DISPLAY); in init() 499 expectError(EGL_BAD_DISPLAY); in init() [all …]
|
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()
|
D | teglImageTests.cpp | 224 …K_CREATE("Testing bad display (-1)...", (EGLDisplay)-1, EGL_NO_CONTEXT, EGL_NONE, EGL_BAD_DISPLAY); in iterate() 235 …EATE_KHR("Testing bad display (-1)...", (EGLDisplay)-1, EGL_NO_CONTEXT, EGL_NONE, EGL_BAD_DISPLAY); in iterate()
|
D | teglSyncTests.cpp | 447 if (error != EGL_BAD_DISPLAY) in test() 1012 if (error != EGL_BAD_DISPLAY) in test() 1456 if (error != EGL_BAD_DISPLAY) in test() 1811 if (error != EGL_BAD_DISPLAY) in test() 2011 if (error != EGL_BAD_DISPLAY) in test()
|
/external/angle/src/tests/egl_tests/ |
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()
|
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()
|
D | EGLQueryContextTest.cpp | 123 EXPECT_TRUE(eglGetError() == EGL_BAD_DISPLAY); in TEST_P()
|
D | EGLFeatureControlTest.cpp | 56 EXPECT_EGL_ERROR(EGL_BAD_DISPLAY); in TEST_P()
|
D | EGLSyncTest.cpp | 80 EXPECT_EGL_ERROR(EGL_BAD_DISPLAY); in TEST_P()
|
/external/angle/extensions/ |
D | EGL_ANGLE_program_cache_control.txt | 121 error of EGL_BAD_DISPLAY. All error cases will return zero. 128 If 'dpy' is not a valid display an EGL_BAD_DISPLAY error is generated. If 131 'dpy' is not a valid display EGL_BAD_DISPLAY is generated. If 'binarysize' 151 If 'dpy' is not a valid display an EGL_BAD_DISPLAY error is generated. If 165 If 'dpy' is not a valid display an EGL_BAD_DISPLAY error is generated. If
|
D | EGL_ANGLE_power_preference.txt | 102 If |dpy| is not a valid display, an EGL_BAD_DISPLAY error is 117 If |dpy| is not a valid display, an EGL_BAD_DISPLAY error is
|
D | EGL_ANGLE_feature_control.txt | 140 An EGL_BAD_DISPLAY error is generated if dpy is not a valid 160 An EGL_BAD_DISPLAY error is generated if dpy is not a valid
|
D | EGL_ANGLE_stream_producer_d3d_texture.txt | 96 - EGL_BAD_DISPLAY is generated if <dpy> is not a valid, initialized
|
/external/swiftshader/src/OpenGL/libEGL/ |
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_FALSE); in GetSyncAttrib()
|
/external/angle/src/libANGLE/ |
D | validationEGL.cpp | 1054 val->setError(EGL_BAD_DISPLAY, "display is EGL_NO_DISPLAY."); in ValidateDisplayPointer() 1063 val->setError(EGL_BAD_DISPLAY, "display is not a valid display."); in ValidateDisplayPointer() 1256 val->setError(EGL_BAD_DISPLAY, in ValidateCreateSyncBase() 1371 val->setError(EGL_BAD_DISPLAY, "EGL_EXT_device_query extension is not available."); in ValidateQueryDisplayAttribBase() 1379 val->setError(EGL_BAD_DISPLAY, in ValidateQueryDisplayAttribBase() 2896 val->setError(EGL_BAD_DISPLAY, "'dpy' not a valid EGLDisplay handle"); in ValidateMakeCurrent() 3566 val->setError(EGL_BAD_DISPLAY, "EGL_KHR_image not supported."); in ValidateCreateImageKHR() 3584 val->setError(EGL_BAD_DISPLAY); in ValidateDestroyImageKHR() 4450 val->setError(EGL_BAD_DISPLAY, "EGL_KHR_swap_buffers_with_damage is not available."); in ValidateSwapBuffersWithDamageKHR() 4633 val->setError(EGL_BAD_DISPLAY, "EGL_ANDROID_presentation_time is not available."); in ValidatePresentationTimeANDROID() [all …]
|
D | Error.h | 100 using EglBadDisplay = priv::ErrorStream<EGL_BAD_DISPLAY>;
|
/external/tensorflow/tensorflow/lite/delegates/gpu/gl/ |
D | gl_errors.cc | 109 case EGL_BAD_DISPLAY: in GetEglError()
|
/external/mesa3d/src/egl/main/ |
D | egldispatchstubs.c | 100 return FetchVendorFunc(vendor, index, EGL_BAD_DISPLAY); in __eglDispatchFetchByDisplay()
|
D | eglcurrent.c | 247 case EGL_BAD_DISPLAY: in _eglInternalError()
|
D | eglapi.c | 182 _eglError(EGL_BAD_DISPLAY, msg); in _eglCheckDisplay() 617 RETURN_EGL_ERROR(NULL, EGL_BAD_DISPLAY, EGL_FALSE); in eglInitialize() 693 RETURN_EGL_ERROR(NULL, EGL_BAD_DISPLAY, EGL_FALSE); in eglTerminate() 858 RETURN_EGL_ERROR(disp, EGL_BAD_DISPLAY, EGL_FALSE); in eglMakeCurrent() 864 RETURN_EGL_ERROR(disp, EGL_BAD_DISPLAY, EGL_FALSE); in eglMakeCurrent() 2420 RETURN_EGL_ERROR(disp, EGL_BAD_DISPLAY, EGL_BAD_DISPLAY); in eglLabelObjectKHR()
|
/external/deqp/framework/egl/ |
D | egluStrUtil.inl | 51 case EGL_BAD_DISPLAY: return "EGL_BAD_DISPLAY";
|
/external/mesa3d/docs/_extra/specs/ |
D | EGL_MESA_query_driver.txt | 73 EGL_BAD_DISPLAY is generated if `disp` is not an EGL display connection.
|
/external/swiftshader/include/EGL/ |
D | egl.h | 69 #define EGL_BAD_DISPLAY 0x3008 macro
|
/external/angle/src/common/ |
D | PackedEnums.cpp | 547 case EGL_BAD_DISPLAY: in ErrorCodeToMessageType()
|
/external/angle/src/libGLESv2/ |
D | egl_ext_stubs.cpp | 76 thread->setError(EGL_BAD_DISPLAY, "eglCreatePlatformPixmapSurfaceEXT", in CreatePlatformPixmapSurfaceEXT() 89 thread->setError(EGL_BAD_DISPLAY, "eglCreatePlatformWindowSurfaceEXT", in CreatePlatformWindowSurfaceEXT()
|