Home
last modified time | relevance | path

Searched refs:EGL_BAD_MATCH (Results 1 – 25 of 177) sorted by relevance

12345678

/third_party/mesa3d/src/egl/main/
Deglcontext.c451 err = EGL_BAD_MATCH; in _eglParseContextAttribList()
477 err = EGL_BAD_MATCH; in _eglParseContextAttribList()
483 err = EGL_BAD_MATCH; in _eglParseContextAttribList()
489 err = EGL_BAD_MATCH; in _eglParseContextAttribList()
496 err = EGL_BAD_MATCH; in _eglParseContextAttribList()
521 err = EGL_BAD_MATCH; in _eglParseContextAttribList()
526 err = EGL_BAD_MATCH; in _eglParseContextAttribList()
531 err = EGL_BAD_MATCH; in _eglParseContextAttribList()
541 err = EGL_BAD_MATCH; in _eglParseContextAttribList()
563 err = EGL_BAD_MATCH; in _eglParseContextAttribList()
[all …]
Deglsurface.c343 err = EGL_BAD_MATCH; in _eglParseSurfaceAttribList()
391 return _eglError(EGL_BAD_MATCH, func); in _eglInitSurface()
656 err = EGL_BAD_MATCH; in _eglSurfaceAttrib()
685 err = EGL_BAD_MATCH; in _eglSurfaceAttrib()
698 err = EGL_BAD_MATCH; in _eglSurfaceAttrib()
771 return _eglError(EGL_BAD_MATCH, "eglBindTexImage"); in _eglBindTexImage()
774 return _eglError(EGL_BAD_MATCH, "eglBindTexImage"); in _eglBindTexImage()
803 return _eglError(EGL_BAD_MATCH, "eglReleaseTexImage"); in _eglReleaseTexImage()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DvalidationEGL.cpp1141 val->setError(EGL_BAD_MATCH, "Surface not compatible with OpenGL ES 1.x."); in ValidateCompatibleSurface()
1148 val->setError(EGL_BAD_MATCH, "Surface not compatible with OpenGL ES 2.x."); in ValidateCompatibleSurface()
1155 val->setError(EGL_BAD_MATCH, "Surface not compatible with OpenGL ES 3.x."); in ValidateCompatibleSurface()
1160 val->setError(EGL_BAD_MATCH, "Surface not compatible with Context API."); in ValidateCompatibleSurface()
1172 val->setError(EGL_BAD_MATCH, "Context with no config is not supported."); in ValidateCompatibleSurface()
1181 val->setError(EGL_BAD_MATCH, "Color buffer types are not compatible."); in ValidateCompatibleSurface()
1192 val->setError(EGL_BAD_MATCH, "Color buffer sizes are not compatible."); in ValidateCompatibleSurface()
1200 val->setError(EGL_BAD_MATCH, "Color buffer component types are not compatible."); in ValidateCompatibleSurface()
1208 val->setError(EGL_BAD_MATCH, "Depth-stencil buffer types are not compatible."); in ValidateCompatibleSurface()
1215 val->setError(EGL_BAD_MATCH, "Surface type is not compatible."); in ValidateCompatibleSurface()
[all …]
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/
DDisplay.cpp306 … return error(EGL_BAD_MATCH, EGL_NO_SURFACE); // Rendering directly to front buffer not supported in createWindowSurface()
312 return error(EGL_BAD_MATCH, EGL_NO_SURFACE); in createWindowSurface()
314 return error(EGL_BAD_MATCH, EGL_NO_SURFACE); in createWindowSurface()
430 return error(EGL_BAD_MATCH, EGL_NO_SURFACE); in createPBufferSurface()
434 return error(EGL_BAD_MATCH, EGL_NO_SURFACE); in createPBufferSurface()
436 return error(EGL_BAD_MATCH, EGL_NO_SURFACE); in createPBufferSurface()
458 return error(EGL_BAD_MATCH, EGL_NO_SURFACE); in createPBufferSurface()
463 return error(EGL_BAD_MATCH, EGL_NO_SURFACE); in createPBufferSurface()
DlibEGL.cpp679 return error(EGL_BAD_MATCH, EGL_FALSE); in SurfaceAttrib()
695 return error(EGL_BAD_MATCH, EGL_FALSE); in SurfaceAttrib()
741 return error(EGL_BAD_MATCH, EGL_FALSE); in BindTexImage()
780 return error(EGL_BAD_MATCH, EGL_FALSE); in ReleaseTexImage()
891 return error(EGL_BAD_MATCH, EGL_NO_CONTEXT); in CreateContext()
899 return error(EGL_BAD_MATCH, EGL_NO_CONTEXT); in CreateContext()
903 return error(EGL_BAD_MATCH, EGL_NO_CONTEXT); in CreateContext()
973 return error(EGL_BAD_MATCH, EGL_FALSE); in MakeCurrent()
989 return error(EGL_BAD_MATCH, EGL_FALSE); in MakeCurrent()
1264 return error(EGL_BAD_MATCH, EGL_NO_IMAGE_KHR); in CreateImage()
[all …]
/third_party/vk-gl-cts/modules/egl/
DteglNegativePartialUpdateTests.cpp254 expectError(EGL_BAD_MATCH); in iterate()
306 expectError(EGL_BAD_MATCH); in iterate()
325 expectError(EGL_BAD_MATCH); in iterate()
346 expectError(EGL_BAD_MATCH); in iterate()
380 expectError(EGL_BAD_MATCH); in iterate()
521 expectError(EGL_BAD_MATCH); in iterate()
527 expectError(EGL_BAD_MATCH); in iterate()
534 expectError(EGL_BAD_MATCH); in iterate()
DteglNegativeApiTests.cpp401 expectEitherError(EGL_BAD_CONFIG, EGL_BAD_MATCH); in init()
405 expectError(EGL_BAD_MATCH); in init()
428 expectEitherError(EGL_BAD_CONFIG, EGL_BAD_MATCH); in init()
432 expectError(EGL_BAD_MATCH); in init()
601 expectError(EGL_BAD_MATCH); in init()
614 expectError(EGL_BAD_MATCH); in init()
631 expectError(EGL_BAD_MATCH); in init()
643 expectError(EGL_BAD_MATCH); in init()
650 expectError(EGL_BAD_MATCH); in init()
923 expectError(EGL_BAD_MATCH); in init()
[all …]
/third_party/mesa3d/docs/_extra/specs/
DWL_create_wayland_buffer_from_image.spec79 will generate EGL_BAD_MATCH if the implementation is not able to represent
87 1) Under what circumstances can the EGL_BAD_MATCH error be generated? Does
90 RESOLVED: Yes, the EGL_BAD_MATCH error can be generated for any reason
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/
DEGLCreateContextAttribsTest.cpp134 ASSERT_EGL_ERROR(EGL_BAD_MATCH); in TEST_P()
144 ASSERT_EGL_ERROR(EGL_BAD_MATCH); in TEST_P()
154 ASSERT_EGL_ERROR(EGL_BAD_MATCH); in TEST_P()
/third_party/EGL/extensions/WL/
DEGL_WL_create_wayland_buffer_from_image.txt79 will generate EGL_BAD_MATCH if the implementation is not able to represent
87 1) Under what circumstances can the EGL_BAD_MATCH error be generated? Does
90 RESOLVED: Yes, the EGL_BAD_MATCH error can be generated for any reason
/third_party/flutter/skia/third_party/externals/angle2/src/tests/egl_tests/
DEGLSyncTest.cpp44 EXPECT_EGL_ERROR(EGL_BAD_MATCH); in TEST_P()
92 EXPECT_EGL_ERROR(EGL_BAD_MATCH); in TEST_P()
143 EXPECT_EGL_ERROR(EGL_BAD_MATCH); in TEST_P()
/third_party/EGL/extensions/EXT/
DEGL_EXT_gl_colorspace_display_p3.txt108 Surface), an EGL_BAD_MATCH error is generated."
114 PlatformWindowSurface), an EGL_BAD_MATCH error is generated."
129 an EGL_BAD_MATCH error is generated.
DEGL_EXT_gl_colorspace_display_p3_passthrough.txt99 Surface), an EGL_BAD_MATCH error is generated."
105 PlatformWindowSurface), an EGL_BAD_MATCH error is generated."
117 an EGL_BAD_MATCH error is generated.
DEGL_EXT_gl_colorspace_bt2020_linear.txt132 Surface), an EGL_BAD_MATCH error is generated."
138 PlatformWindowSurface), an EGL_BAD_MATCH error is generated."
150 an EGL_BAD_MATCH error is generated.
/third_party/skia/third_party/externals/egl-registry/extensions/EXT/
DEGL_EXT_gl_colorspace_display_p3.txt108 Surface), an EGL_BAD_MATCH error is generated."
114 PlatformWindowSurface), an EGL_BAD_MATCH error is generated."
129 an EGL_BAD_MATCH error is generated.
DEGL_EXT_gl_colorspace_bt2020_linear.txt132 Surface), an EGL_BAD_MATCH error is generated."
138 PlatformWindowSurface), an EGL_BAD_MATCH error is generated."
150 an EGL_BAD_MATCH error is generated.
/third_party/EGL/extensions/KHR/
DEGL_KHR_surfaceless_context.txt88 EGL_NO_SURFACE, an EGL_BAD_MATCH error is generated.
90 is EGL_NO_SURFACE, an EGL_BAD_MATCH error is generated.
93 EGL_BAD_MATCH error is generated."
130 support it, this simply results in EGL_BAD_MATCH.
DEGL_KHR_config_attribs.txt133 include EGL_VG_ALPHA_FORMAT_PRE_BIT_KHR), an EGL_BAD_MATCH error
141 eglCreateWindowSurface), an EGL_BAD_MATCH error is generated."
148 eglCreateWindowSurface), an EGL_BAD_MATCH error is generated."
165 set will fail with an EGL_BAD_MATCH error.
DEGL_KHR_create_context.txt323 * If the current rendering api is EGL_NONE, then an EGL_BAD_MATCH
342 where these attributes are supported), then an EGL_BAD_MATCH
351 the requested profile, then an EGL_BAD_MATCH error is generated.
361 other with a software renderer), then an EGL_BAD_MATCH error is
372 EGL_BAD_MATCH error is generated.
399 is not defined, than an EGL_BAD_MATCH error is generated.
429 EGL_NO_SURFACE, an EGL_BAD_MATCH error is generated.
431 is EGL_NO_SURFACE, an EGL_BAD_MATCH error is generated.
434 EGL_BAD_MATCH error is generated."
512 Context creation will fail and an EGL_BAD_MATCH error will be
[all …]
/third_party/skia/third_party/externals/egl-registry/extensions/KHR/
DEGL_KHR_surfaceless_context.txt88 EGL_NO_SURFACE, an EGL_BAD_MATCH error is generated.
90 is EGL_NO_SURFACE, an EGL_BAD_MATCH error is generated.
93 EGL_BAD_MATCH error is generated."
130 support it, this simply results in EGL_BAD_MATCH.
DEGL_KHR_config_attribs.txt133 include EGL_VG_ALPHA_FORMAT_PRE_BIT_KHR), an EGL_BAD_MATCH error
141 eglCreateWindowSurface), an EGL_BAD_MATCH error is generated."
148 eglCreateWindowSurface), an EGL_BAD_MATCH error is generated."
165 set will fail with an EGL_BAD_MATCH error.
DEGL_KHR_create_context.txt323 * If the current rendering api is EGL_NONE, then an EGL_BAD_MATCH
342 where these attributes are supported), then an EGL_BAD_MATCH
351 the requested profile, then an EGL_BAD_MATCH error is generated.
361 other with a software renderer), then an EGL_BAD_MATCH error is
372 EGL_BAD_MATCH error is generated.
399 is not defined, than an EGL_BAD_MATCH error is generated.
429 EGL_NO_SURFACE, an EGL_BAD_MATCH error is generated.
431 is EGL_NO_SURFACE, an EGL_BAD_MATCH error is generated.
434 EGL_BAD_MATCH error is generated."
512 Context creation will fail and an EGL_BAD_MATCH error will be
[all …]
/third_party/skia/third_party/externals/egl-registry/extensions/ARM/
DEGL_ARM_pixmap_multisample_discard.txt137 of pixmap do not correspond to config, then an EGL_BAD_MATCH error is
140 EGL_BAD_MATCH error is generated. If config does not support the colorspace
142 eglCreateWindowSurface), an EGL_BAD_MATCH error is generated. If config does
144 EGL_DISCARD_SAMPLES_ARM attribute is set to EGL_TRUE, then an EGL_BAD_MATCH
/third_party/EGL/extensions/ARM/
DEGL_ARM_pixmap_multisample_discard.txt137 of pixmap do not correspond to config, then an EGL_BAD_MATCH error is
140 EGL_BAD_MATCH error is generated. If config does not support the colorspace
142 eglCreateWindowSurface), an EGL_BAD_MATCH error is generated. If config does
144 EGL_DISCARD_SAMPLES_ARM attribute is set to EGL_TRUE, then an EGL_BAD_MATCH
/third_party/EGL/extensions/HI/
DEGL_HI_colorformats.txt83 EGL_BAD_MATCH is generated.
90 does not match the pixmap's native ordering then an EGL_BAD_MATCH

12345678