Home
last modified time | relevance | path

Searched refs:EGL_SUCCESS (Results 1 - 25 of 55) sorted by relevance

123

/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/
H A 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()
[all...]
H A 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/
H A 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()
[all...]
H A 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...]
H A 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()
H A Deglcurrent.c48 t->LastError = EGL_SUCCESS; in _eglInitThreadInfo()
104 if (errCode != EGL_SUCCESS) { in _eglInternalError()
159 if (errCode != EGL_SUCCESS) { in _eglError()
H A 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__)
H A Degldispatchstubs.c88 if (errorCode != EGL_SUCCESS) { in FetchVendorFunc()
118 return FetchVendorFunc(vendor, index, EGL_SUCCESS); in __eglDispatchFetchByCurrent()
H A 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()
H A Deglapi.c132 RETURN_EGL_ERROR(disp, EGL_SUCCESS, ret)
134 /* record EGL_SUCCESS only when ret evaluates to true */
136 RETURN_EGL_ERROR(disp, (ret) ? EGL_SUCCESS : 0, ret)
311 return EGL_SUCCESS; in _eglConvertIntsToAttribs()
329 return EGL_SUCCESS; in _eglConvertIntsToAttribs()
434 if (_eglConvertIntsToAttribs(int_attribs, &attrib_list) != EGL_SUCCESS) in eglGetPlatformDisplayEXT()
1615 EGLint err = EGL_SUCCESS; in eglGetCurrentSurface()
1648 t->LastError = EGL_SUCCESS; in eglGetError()
1913 if (err != EGL_SUCCESS) in eglCreateSyncKHR()
2433 return EGL_SUCCESS; in eglLabelObjectKHR()
[all...]
/third_party/vk-gl-cts/modules/egl/
H A 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...]
H A 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()
H A DteglCreateContextTests.cpp101 if (context == EGL_NO_CONTEXT || err != EGL_SUCCESS) in executeForConfig()
154 else if (context == EGL_NO_CONTEXT || err != EGL_SUCCESS) in iterate()
H A DteglMultiContextTests.cpp156 if (context == EGL_NO_CONTEXT || error != EGL_SUCCESS) in iterate()
184 if (!result || makeCurrentError != EGL_SUCCESS) in iterate()
H A DteglImageTests.cpp443 CHECK_EXT_CALL_RET(egl.destroyImageKHR(context.getEglDisplay(), image), (EGLBoolean)EGL_TRUE, EGL_SUCCESS); in iterate()
511 EGLImageKHR image = CHECK_EXT_CALL_ERR(egl.createImageKHR(context.getEglDisplay(), context.getEglContext(), EGL_GL_TEXTURE_2D_KHR, (EGLClientBuffer)(deUintptr)srcTex, attribs), EGL_SUCCESS); in iterate()
543 CHECK_EXT_CALL_RET(egl.destroyImageKHR(context.getEglDisplay(), image), (EGLBoolean)EGL_TRUE, EGL_SUCCESS); in iterate()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
H A 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/
H A DThread.cpp48 mError(EGL_SUCCESS), in Thread()
65 mError = EGL_SUCCESS; in setSuccess()
74 if (error != EGL_SUCCESS && message) in setError()
/third_party/skia/third_party/externals/angle2/util/
H A 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/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/
H A Dmain.h72 egl::setCurrentError(EGL_SUCCESS); in success()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
H A DSwapChain9.cpp274 return EGL_SUCCESS; in reset()
282 return EGL_SUCCESS; in swapRect()
377 return EGL_SUCCESS; in swapRect()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
H A DSurfaceD3D.cpp239 else if (status != EGL_SUCCESS) in resizeSwapChain()
265 else if (status != EGL_SUCCESS) in resetSwapChain()
307 else if (status != EGL_SUCCESS) in swapRect()
/third_party/vk-gl-cts/framework/egl/
H A DegluDefs.cpp41 if (err != EGL_SUCCESS) in checkError()
/third_party/mesa3d/src/egl/drivers/wgl/
H A Degl_wgl.c521 EGLint egl_error = EGL_SUCCESS; in wgl_make_current()
550 * as EGL_SUCCESS. in wgl_make_current()
609 if (egl_error != EGL_SUCCESS) in wgl_make_current()
/third_party/EGL/api/1.2/EGL/
H A Degl.h49 #define EGL_SUCCESS 0x3000 macro
/third_party/EGL/api/1.2/
H A Degl.h45 #define EGL_SUCCESS 0x3000 macro

Completed in 18 milliseconds

123