Home
last modified time | relevance | path

Searched refs:EGL_SUCCESS (Results 1 – 25 of 85) sorted by relevance

1234

/third_party/flutter/skia/third_party/externals/angle2/src/tests/egl_tests/
DEGLDebugTest.cpp66 EXPECT_EQ(static_cast<EGLint>(EGL_SUCCESS), eglDebugMessageControlKHR(nullptr, nullptr)); in TEST_P()
100 EXPECT_EQ(static_cast<EGLint>(EGL_SUCCESS), eglDebugMessageControlKHR(&StubCallback, controls)); in TEST_P()
125 EXPECT_EQ(static_cast<EGLint>(EGL_SUCCESS), eglDebugMessageControlKHR(nullptr, nullptr)); in TEST_P()
127 EXPECT_EQ(EGL_SUCCESS, eglLabelObjectKHR(EGL_NO_DISPLAY, EGL_OBJECT_THREAD_KHR, nullptr, in TEST_P()
144 EXPECT_EQ(static_cast<EGLint>(EGL_SUCCESS), in TEST_P()
156 EXPECT_EQ(static_cast<EGLint>(EGL_SUCCESS), eglDebugMessageControlKHR(nullptr, nullptr)); in TEST_P()
159 EXPECT_EQ(static_cast<EGLint>(EGL_SUCCESS), in TEST_P()
162 EXPECT_NE(static_cast<EGLint>(EGL_SUCCESS), in TEST_P()
167 EXPECT_EQ(static_cast<EGLint>(EGL_SUCCESS), in TEST_P()
170 EXPECT_EGL_ERROR(EGL_SUCCESS); in TEST_P()
DEGLSurfaceTest.cpp116 ASSERT_TRUE(eglGetError() == EGL_SUCCESS); in initializeDisplay()
124 ASSERT_TRUE(eglGetError() == EGL_SUCCESS); in initializeContext()
127 ASSERT_TRUE(eglGetError() == EGL_SUCCESS); in initializeContext()
141 ASSERT_TRUE(eglGetError() == EGL_SUCCESS); in initializeSurface()
208 ASSERT_TRUE(eglGetError() == EGL_SUCCESS); in runMessageLoopTest()
221 ASSERT_TRUE(eglGetError() == EGL_SUCCESS); in runMessageLoopTest()
224 ASSERT_TRUE(eglGetError() == EGL_SUCCESS); in runMessageLoopTest()
285 ASSERT_TRUE(eglGetError() == EGL_SUCCESS); in TEST_P()
288 ASSERT_TRUE(eglGetError() == EGL_SUCCESS); in TEST_P()
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/
DEGLDebugTest.cpp66 EXPECT_EQ(static_cast<EGLint>(EGL_SUCCESS), eglDebugMessageControlKHR(nullptr, nullptr)); in TEST_P()
100 EXPECT_EQ(static_cast<EGLint>(EGL_SUCCESS), eglDebugMessageControlKHR(&StubCallback, controls)); in TEST_P()
125 EXPECT_EQ(static_cast<EGLint>(EGL_SUCCESS), eglDebugMessageControlKHR(nullptr, nullptr)); in TEST_P()
127 EXPECT_EQ(EGL_SUCCESS, eglLabelObjectKHR(EGL_NO_DISPLAY, EGL_OBJECT_THREAD_KHR, nullptr, in TEST_P()
144 EXPECT_EQ(static_cast<EGLint>(EGL_SUCCESS), in TEST_P()
159 EXPECT_EQ(static_cast<EGLint>(EGL_SUCCESS), eglDebugMessageControlKHR(nullptr, nullptr)); in TEST_P()
163 static_cast<EGLint>(EGL_SUCCESS), in TEST_P()
165 EXPECT_NE(static_cast<EGLint>(EGL_SUCCESS), in TEST_P()
171 static_cast<EGLint>(EGL_SUCCESS), in TEST_P()
173 EXPECT_EGL_ERROR(EGL_SUCCESS); in TEST_P()
DEGLCreateContextAttribsTest.cpp187 ASSERT_EGL_ERROR(EGL_SUCCESS); in TEST_P()
191 ASSERT_EGL_ERROR(EGL_SUCCESS); in TEST_P()
204 ASSERT_EGL_ERROR(EGL_SUCCESS); in TEST_P()
/third_party/mesa3d/src/egl/main/
Deglimage.c71 return EGL_SUCCESS; in _eglParseKHRImageAttribs()
101 return EGL_SUCCESS; in _eglParseMESADrmImageAttribs()
119 return EGL_SUCCESS; in _eglParseWLBindWaylandDisplayAttribs()
211 return EGL_SUCCESS; in _eglParseEXTImageDmaBufImportAttribs()
271 return EGL_SUCCESS; in _eglParseEXTImageDmaBufImportModifiersAttribs()
296 if (err == EGL_SUCCESS) in _eglParseImageAttribList()
300 if (err == EGL_SUCCESS) in _eglParseImageAttribList()
304 if (err == EGL_SUCCESS) in _eglParseImageAttribList()
308 if (err == EGL_SUCCESS) in _eglParseImageAttribList()
319 if (err == EGL_SUCCESS) in _eglParseImageAttribList()
Deglsurface.c59 EGLint i, err = EGL_SUCCESS; in _eglParseSurfaceAttribList()
64 return EGL_SUCCESS; in _eglParseSurfaceAttribList()
87 if (err != EGL_SUCCESS) in _eglParseSurfaceAttribList()
184 if (err != EGL_SUCCESS) in _eglParseSurfaceAttribList()
197 if (err != EGL_SUCCESS) in _eglParseSurfaceAttribList()
292 if (err != EGL_SUCCESS) in _eglParseSurfaceAttribList()
310 if (err != EGL_SUCCESS) in _eglParseSurfaceAttribList()
335 if (err != EGL_SUCCESS) in _eglParseSurfaceAttribList()
339 if (err == EGL_SUCCESS && type == EGL_PBUFFER_BIT) { in _eglParseSurfaceAttribList()
347 if (err != EGL_SUCCESS) in _eglParseSurfaceAttribList()
[all …]
Deglsync.c47 return EGL_SUCCESS; in _eglParseSyncAttribList()
52 EGLint err = EGL_SUCCESS; in _eglParseSyncAttribList()
75 if (err != EGL_SUCCESS) { in _eglParseSyncAttribList()
81 return EGL_SUCCESS; in _eglParseSyncAttribList()
112 if (err != EGL_SUCCESS) in _eglInitSync()
Deglcurrent.c48 t->LastError = EGL_SUCCESS; in _eglInitThreadInfo()
104 if (errCode != EGL_SUCCESS) { in _eglInternalError()
159 if (errCode != EGL_SUCCESS) { in _eglError()
Deglcontext.c89 EGLint i, err = EGL_SUCCESS; in _eglParseContextAttribList()
92 return EGL_SUCCESS; in _eglParseContextAttribList()
415 if (err != EGL_SUCCESS) { in _eglParseContextAttribList()
613 if (err == EGL_SUCCESS && ctx->Config) { in _eglInitContext()
623 if (err != EGL_SUCCESS) in _eglInitContext()
Deglcurrent.h110 _eglDebugReport(EGL_SUCCESS, funcName, EGL_DEBUG_MSG_WARN_KHR, __VA_ARGS__)
113 _eglDebugReport(EGL_SUCCESS, funcName, EGL_DEBUG_MSG_INFO_KHR, __VA_ARGS__)
Degldispatchstubs.c88 if (errorCode != EGL_SUCCESS) { in FetchVendorFunc()
118 return FetchVendorFunc(vendor, index, EGL_SUCCESS); in __eglDispatchFetchByCurrent()
/third_party/vk-gl-cts/modules/egl/
DteglNegativeApiTests.cpp877 expectError(EGL_SUCCESS); in init()
888 expectError(EGL_SUCCESS); in init()
937 expectError(EGL_SUCCESS); in init()
943 expectError(EGL_SUCCESS); in init()
954 expectError(EGL_SUCCESS); in init()
957 expectError(EGL_SUCCESS); in init()
973 expectError(EGL_SUCCESS); in init()
976 expectError(EGL_SUCCESS); in init()
980 expectError(EGL_SUCCESS); in init()
983 expectError(EGL_SUCCESS); in init()
[all …]
DteglClientExtensionTests.cpp142 else if (eglError != EGL_SUCCESS) in iterate()
200 else if (eglQueryError != EGL_SUCCESS) in iterate()
261 else if (eglQueryError != EGL_SUCCESS) in iterate()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
DSwapChain11.cpp165 if (result != EGL_SUCCESS) in resetOffscreenBuffers()
172 if (result != EGL_SUCCESS) in resetOffscreenBuffers()
180 return EGL_SUCCESS; in resetOffscreenBuffers()
360 return EGL_SUCCESS; in resetOffscreenColorBuffer()
450 return EGL_SUCCESS; in resetOffscreenDepthBuffer()
466 return EGL_SUCCESS; in resize()
472 return EGL_SUCCESS; in resize()
604 return EGL_SUCCESS; in reset()
773 if (result != EGL_SUCCESS) in swapRect()
780 if (result != EGL_SUCCESS) in swapRect()
[all …]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
DSwapChain11.cpp165 if (result != EGL_SUCCESS) in resetOffscreenBuffers()
172 if (result != EGL_SUCCESS) in resetOffscreenBuffers()
180 return EGL_SUCCESS; in resetOffscreenBuffers()
372 return EGL_SUCCESS; in resetOffscreenColorBuffer()
462 return EGL_SUCCESS; in resetOffscreenDepthBuffer()
478 return EGL_SUCCESS; in resize()
484 return EGL_SUCCESS; in resize()
619 return EGL_SUCCESS; in reset()
791 if (result != EGL_SUCCESS) in swapRect()
798 if (result != EGL_SUCCESS) in swapRect()
[all …]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/eagl/
DWindowSurfaceEAGL.mm195 return egl::Error(EGL_SUCCESS);
200 return egl::Error(EGL_SUCCESS);
239 return egl::Error(EGL_SUCCESS);
249 return egl::Error(EGL_SUCCESS);
255 return egl::Error(EGL_SUCCESS);
263 return egl::Error(EGL_SUCCESS);
269 return egl::Error(EGL_SUCCESS);
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/cgl/
DWindowSurfaceCGL.mm217 return egl::Error(EGL_SUCCESS);
222 return egl::Error(EGL_SUCCESS);
261 return egl::Error(EGL_SUCCESS);
271 return egl::Error(EGL_SUCCESS);
277 return egl::Error(EGL_SUCCESS);
285 return egl::Error(EGL_SUCCESS);
291 return egl::Error(EGL_SUCCESS);
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/cgl/
DWindowSurfaceCGL.mm226 return egl::Error(EGL_SUCCESS);
231 return egl::Error(EGL_SUCCESS);
270 return egl::Error(EGL_SUCCESS);
280 return egl::Error(EGL_SUCCESS);
286 return egl::Error(EGL_SUCCESS);
294 return egl::Error(EGL_SUCCESS);
300 return egl::Error(EGL_SUCCESS);
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DThread.cpp48 mError(EGL_SUCCESS), in Thread()
65 mError = EGL_SUCCESS; in setSuccess()
74 if (error != EGL_SUCCESS && message) in setError()
DError.inc82 return (mCode != EGL_SUCCESS);
88 return Error(EGL_SUCCESS);
/third_party/flutter/skia/third_party/externals/angle2/util/
DEGLWindow.cpp272 if (eglGetError() != EGL_SUCCESS || (mSurface == EGL_NO_SURFACE)) in initializeSurface()
357 if (eglGetError() != EGL_SUCCESS) in createContext()
443 if (eglGetError() != EGL_SUCCESS) in createContext()
551 eglGetError() != EGL_SUCCESS) in makeCurrent()
562 if (eglSwapInterval(mDisplay, swapInterval) == EGL_FALSE || eglGetError() != EGL_SUCCESS) in setSwapInterval()
573 return eglGetError() != EGL_SUCCESS; in hasError()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DThread.cpp21 mError(EGL_SUCCESS), in Thread()
38 mError = EGL_SUCCESS; in setSuccess()
DError.inc82 return (mCode != EGL_SUCCESS);
88 return Error(EGL_SUCCESS);
/third_party/skia/third_party/externals/angle2/util/
DEGLWindow.cpp494 if (eglGetError() != EGL_SUCCESS || (mSurface == EGL_NO_SURFACE)) in initializeSurface()
599 if (eglGetError() != EGL_SUCCESS) in createContext()
823 eglGetError() != EGL_SUCCESS) in makeCurrent()
834 if (eglSwapInterval(mDisplay, swapInterval) == EGL_FALSE || eglGetError() != EGL_SUCCESS) in setSwapInterval()
845 return eglGetError() != EGL_SUCCESS; in hasError()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
DSwapChain9.cpp274 return EGL_SUCCESS; in reset()
282 return EGL_SUCCESS; in swapRect()
377 return EGL_SUCCESS; in swapRect()

1234