Home
last modified time | relevance | path

Searched refs:EGL_BAD_MATCH (Results 1 - 25 of 58) sorted by relevance

123

/third_party/mesa3d/src/egl/main/
H A Deglcontext.c448 * not support the requested profile, then an EGL_BAD_MATCH error in _eglParseContextAttribList()
451 err = EGL_BAD_MATCH; in _eglParseContextAttribList()
464 * EGL_BAD_MATCH error is generated. 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()
512 * is not defined, than an EGL_BAD_MATCH error is generated. in _eglParseContextAttribList()
521 err = EGL_BAD_MATCH; in _eglParseContextAttribList()
526 err = EGL_BAD_MATCH; in _eglParseContextAttribList()
[all...]
H A Deglsurface.c343 err = EGL_BAD_MATCH; in _eglParseSurfaceAttribList()
391 return _eglError(EGL_BAD_MATCH, func); in _eglInitSurface()
656 err = EGL_BAD_MATCH; in _eglSurfaceAttrib()
681 * EGL_MUTABLE_RENDER_BUFFER_BIT_KHR, [...] an EGL_BAD_MATCH error is 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()
H A Deglcurrent.c129 case EGL_BAD_MATCH: in _eglInternalError()
130 s = "EGL_BAD_MATCH"; in _eglInternalError()
H A Deglapi.c893 RETURN_EGL_ERROR(disp, EGL_BAD_MATCH, EGL_FALSE); in eglMakeCurrent()
994 RETURN_EGL_ERROR(disp, EGL_BAD_MATCH, EGL_NO_SURFACE); in _eglCreateWindowSurfaceCommon()
1134 RETURN_EGL_ERROR(disp, EGL_BAD_MATCH, EGL_NO_SURFACE); in _eglCreatePixmapSurfaceCommon()
1211 RETURN_EGL_ERROR(disp, EGL_BAD_MATCH, EGL_NO_SURFACE); in eglCreatePbufferSurface()
1478 RETURN_EGL_ERROR(disp, EGL_BAD_MATCH, EGL_FALSE); in eglSetDamageRegionKHR()
1852 * functions. EGL_BAD_MATCH seems reasonable. in _eglCreateSync()
1854 RETURN_EGL_ERROR(disp, EGL_BAD_MATCH, EGL_NO_SYNC_KHR); in _eglCreateSync()
1858 * (i.e., eglGetCurrentContext returns EGL_NO_CONTEXT ), an EGL_BAD_MATCH in _eglCreateSync()
1863 RETURN_EGL_ERROR(disp, EGL_BAD_MATCH, EGL_NO_SYNC_KHR); in _eglCreateSync()
1869 RETURN_EGL_ERROR(disp, EGL_BAD_MATCH, EGL_NO_SYNC_KH in _eglCreateSync()
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A 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, "Surfac in ValidateCompatibleSurface()
[all...]
H A DError.h101 using EglBadMatch = priv::ErrorStream<EGL_BAD_MATCH>;
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/
H A 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()
H A 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_KH in CreateImage()
[all...]
/third_party/vk-gl-cts/modules/egl/
H A DteglNegativePartialUpdateTests.cpp250 tcu::ScopedLogSection(log, "Test1", "If the surface is pbuffer (not postable) --> EGL_BAD_MATCH"); in iterate()
254 expectError(EGL_BAD_MATCH); in iterate()
304 tcu::ScopedLogSection(log, "Test2.2", "If call setDamageRegion() on a surface that is not the current draw surface --> EGL_BAD_MATCH"); in iterate()
306 expectError(EGL_BAD_MATCH); in iterate()
323 tcu::ScopedLogSection(log, "Test3.2", "If call setDamageRegion() on a surface that is not the current draw surface --> EGL_BAD_MATCH"); in iterate()
325 expectError(EGL_BAD_MATCH); in iterate()
344 tcu::ScopedLogSection(log, "Test4.2", "If call setDamageRegion() on a surface that is not the current draw surface --> EGL_BAD_MATCH"); in iterate()
346 expectError(EGL_BAD_MATCH); in iterate()
376 tcu::ScopedLogSection(log, "Test3", "If buffer_preserved --> EGL_BAD_MATCH"); in iterate()
380 expectError(EGL_BAD_MATCH); in iterate()
[all...]
H A DteglNegativeApiTests.cpp85 // - EGL_BAD_MATCH is generated if the surface attribute EGL_TEXTURE_FORMAT is set to EGL_NO_TEXTURE in init()
86 // - EGL_BAD_MATCH is generated if buffer is not a valid buffer (currently only EGL_BACK_BUFFER may be specified) in init()
91 // - EGL_BAD_MATCH is generated if the format of native_pixmap is not compatible with the color buffer of surface in init()
93 // - EGL_BAD_MATCH is generated if the current rendering API is EGL_NONE in init()
94 // - EGL_BAD_MATCH is generated if the server context state for share_context exists in an address space which cannot be shared with the newly created context in init()
99 // - EGL_BAD_MATCH is generated if the EGL_TEXTURE_FORMAT attribute is not EGL_NO_TEXTURE, and EGL_WIDTH and/or EGL_HEIGHT specify an invalid size in init()
102 // - EGL_BAD_MATCH is generated if the attributes of native_pixmap do not correspond to config or if config does not support rendering to pixmaps in init()
103 // - EGL_BAD_MATCH is generated if config does not support the specified OpenVG alpha format attribute or colorspace attribute in init()
106 // - EGL_BAD_MATCH is generated if the attributes of native_window do not correspond to config or if config does not support rendering to windows in init()
107 // - EGL_BAD_MATCH i in init()
[all...]
H A DteglSurfacelessContextTests.cpp118 if (err == EGL_BAD_MATCH) in executeForConfig()
120 log << TestLog::Message << " eglMakeCurrent() failed with EGL_BAD_MATCH. Context doesn't support surfaceless mode." << TestLog::EndMessage; in executeForConfig()
H A DteglCreateContextTests.cpp150 if (context == EGL_NO_CONTEXT && err == EGL_BAD_MATCH && s_apis[apiNdx].noConfigOptional) in iterate()
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/
H A DEGLCreateContextAttribsTest.cpp88 // sets EGL_BAD_MATCH
134 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()
H A DEGLSyncTest.cpp50 EXPECT_EGL_ERROR(EGL_BAD_MATCH); in TEST_P()
98 EXPECT_EGL_ERROR(EGL_BAD_MATCH); in TEST_P()
120 // GetSyncAttrib generates EGL_BAD_MATCH if the attribute is valid for sync, but not the in TEST_P()
131 // This would have created an EGL_BAD_MATCH error. in TEST_P()
149 EXPECT_EGL_ERROR(EGL_BAD_MATCH); in TEST_P()
H A DEGLStreamTest.cpp268 ASSERT_EGL_ERROR(EGL_BAD_MATCH); in TEST_P()
273 ASSERT_EGL_ERROR(EGL_BAD_MATCH); in TEST_P()
283 ASSERT_EGL_ERROR(EGL_BAD_MATCH); in TEST_P()
/third_party/mesa3d/src/egl/drivers/wgl/
H A Degl_wgl.c371 * newly created context are different then an EGL_BAD_MATCH error is in wgl_create_context()
376 _eglError(EGL_BAD_MATCH, "eglCreateContext"); in wgl_create_context()
387 _eglError(EGL_BAD_MATCH, "eglCreateContext"); in wgl_create_context()
549 * setting the error to EGL_BAD_MATCH is surely better than leaving it in wgl_make_current()
552 egl_error = EGL_BAD_MATCH; in wgl_make_current()
/third_party/mesa3d/src/egl/drivers/dri2/
H A Degl_dri2.c1362 * these attributes are supported), then an EGL_BAD_MATCH error is in dri2_create_context_attribs_error()
1368 * is not defined, than an EGL_BAD_MATCH error is generated. in dri2_create_context_attribs_error()
1376 * the requested profile, then an EGL_BAD_MATCH error is generated. in dri2_create_context_attribs_error()
1381 egl_error = EGL_BAD_MATCH; in dri2_create_context_attribs_error()
1397 egl_error = EGL_BAD_MATCH; in dri2_create_context_attribs_error()
1426 _eglError(EGL_BAD_MATCH, "eglCreateContext"); in dri2_fill_context_attribs()
1518 * newly created context are different then an EGL_BAD_MATCH error is in dri2_create_context()
1523 _eglError(EGL_BAD_MATCH, "eglCreateContext"); in dri2_create_context()
1534 _eglError(EGL_BAD_MATCH, "eglCreateContext"); in dri2_create_context()
1837 * setting the error to EGL_BAD_MATCH i in dri2_make_current()
[all...]
/third_party/EGL/api/1.2/EGL/
H A Degl.h58 #define EGL_BAD_MATCH 0x3009 macro
/third_party/EGL/api/1.2/
H A Degl.h54 #define EGL_BAD_MATCH 0x3009 macro
/third_party/EGL/api/1.1/EGL/
H A Degl.h79 #define EGL_BAD_MATCH 0x3009 macro
/third_party/skia/third_party/externals/egl-registry/api/1.2/EGL/
H A Degl.h54 #define EGL_BAD_MATCH 0x3009 macro
/third_party/skia/third_party/externals/egl-registry/api/1.1/EGL/
H A Degl.h109 #define EGL_BAD_MATCH 0x3009 macro
/third_party/skia/third_party/externals/egl-registry/api/1.2/
H A Degl.h54 #define EGL_BAD_MATCH 0x3009 macro
/third_party/EGL/api/1.0/EGL/
H A Degl.h75 #define EGL_BAD_MATCH 0x3009 macro
/third_party/EGL/api/1.0/
H A Degl.h72 #define EGL_BAD_MATCH 0x3009 macro

Completed in 35 milliseconds

123