Home
last modified time | relevance | path

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

/external/mesa3d/src/egl/main/
Deglsurface.c67 EGLint i, err = EGL_SUCCESS; in _eglParseScreenSurfaceAttribList()
70 return EGL_SUCCESS; in _eglParseScreenSurfaceAttribList()
96 if (err != EGL_SUCCESS) { in _eglParseScreenSurfaceAttribList()
116 EGLint i, err = EGL_SUCCESS; in _eglParseSurfaceAttribList()
119 return EGL_SUCCESS; in _eglParseSurfaceAttribList()
144 if (err != EGL_SUCCESS) in _eglParseSurfaceAttribList()
157 if (err != EGL_SUCCESS) in _eglParseSurfaceAttribList()
230 if (err != EGL_SUCCESS) in _eglParseSurfaceAttribList()
247 if (err != EGL_SUCCESS) in _eglParseSurfaceAttribList()
264 if (err != EGL_SUCCESS) { in _eglParseSurfaceAttribList()
[all …]
Deglsync.c42 EGLint i, err = EGL_SUCCESS; in _eglParseSyncAttribList()
45 return EGL_SUCCESS; in _eglParseSyncAttribList()
58 if (err != EGL_SUCCESS) { in _eglParseSyncAttribList()
84 if (err != EGL_SUCCESS) in _eglInitSync()
Deglcontext.c86 EGLint i, err = EGL_SUCCESS; in _eglParseContextAttribList()
89 return EGL_SUCCESS; in _eglParseContextAttribList()
203 if (err != EGL_SUCCESS) { in _eglParseContextAttribList()
380 if (err == EGL_SUCCESS && ctx->Config) { in _eglInitContext()
390 if (err != EGL_SUCCESS) in _eglInitContext()
Deglimage.c44 EGLint i, err = EGL_SUCCESS; in _eglParseImageAttribList()
101 if (err != EGL_SUCCESS) { in _eglParseImageAttribList()
Deglcurrent.c39 { EGL_SUCCESS, { NULL }, 0 }
147 t->LastError = EGL_SUCCESS; in _eglInitThreadInfo()
277 if (errCode != EGL_SUCCESS) { in _eglError()
Deglapi.c119 RETURN_EGL_ERROR(disp, EGL_SUCCESS, ret)
123 RETURN_EGL_ERROR(disp, (ret) ? EGL_SUCCESS : 0, ret)
823 EGLint err = EGL_SUCCESS; in eglGetCurrentSurface()
855 t->LastError = EGL_SUCCESS; in eglGetError()
/external/deqp/modules/egl/
DteglNegativeApiTests.cpp807 expectError(EGL_SUCCESS); in init()
849 expectError(EGL_SUCCESS); in init()
860 expectError(EGL_SUCCESS); in init()
909 expectError(EGL_SUCCESS); in init()
915 expectError(EGL_SUCCESS); in init()
926 expectError(EGL_SUCCESS); in init()
929 expectError(EGL_SUCCESS); in init()
945 expectError(EGL_SUCCESS); in init()
948 expectError(EGL_SUCCESS); in init()
952 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()
DteglImageTests.cpp369 …T_CALL_RET(egl.destroyImageKHR(context.getEglDisplay(), image), (EGLBoolean)EGL_TRUE, EGL_SUCCESS); in iterate()
436 …getEglContext(), EGL_GL_TEXTURE_2D_KHR, (EGLClientBuffer)(deUintptr)srcTex, attribs), EGL_SUCCESS); in iterate()
468 …T_CALL_RET(egl.destroyImageKHR(context.getEglDisplay(), image), (EGLBoolean)EGL_TRUE, EGL_SUCCESS); in iterate()
DteglCreateContextTests.cpp98 if (context == EGL_NO_CONTEXT || err != EGL_SUCCESS) in executeForConfig()
DteglQuerySurfaceTests.cpp277 if (error != EGL_SUCCESS) in checkNonPbufferAttributes()
508 if (error != EGL_SUCCESS) in testAttributes()
/external/mesa3d/src/gallium/state_trackers/egl/common/
Degl_g3d_sync.c89 return EGL_SUCCESS; in egl_g3d_insert_fence_sync()
177 err = EGL_SUCCESS; in egl_g3d_create_sync()
187 if (err != EGL_SUCCESS) { in egl_g3d_create_sync()
Degl_g3d_image.c76 if (_eglParseImageAttribList(&attrs, dpy, attribs) != EGL_SUCCESS) in egl_g3d_create_drm_buffer()
144 if (_eglParseImageAttribList(&attrs, dpy, attribs) != EGL_SUCCESS) in egl_g3d_reference_drm_buffer()
Degl_g3d_api.c416 EGLint err = EGL_SUCCESS; in egl_g3d_create_pbuffer_from_client_buffer()
430 if (err != EGL_SUCCESS) { in egl_g3d_create_pbuffer_from_client_buffer()
/external/deqp/framework/egl/
DegluDefs.cpp41 if (err != EGL_SUCCESS) in checkError()
DegluStrUtil.inl43 case EGL_SUCCESS: return "EGL_SUCCESS";
DegluGLContextFactory.cpp499 error = EGL_SUCCESS; in postIterate()
/external/mesa3d/src/egl/drivers/dri2/
Degl_dri2.c1119 if (err != EGL_SUCCESS) in dri2_create_image_mesa_drm_buffer()
1190 if (err != EGL_SUCCESS) { in dri2_create_image_wayland_wl_buffer()
1258 EGLint err = EGL_SUCCESS; in dri2_create_drm_image_mesa()
1279 if (err != EGL_SUCCESS) in dri2_create_drm_image_mesa()
/external/mesa3d/include/EGL/
Degl.h77 #define EGL_SUCCESS 0x3000 macro
/external/deqp/framework/egl/wrapper/
DeglwEnums.inl47 #define EGL_SUCCESS 0x3000 macro
/external/robolectric/lib/main/
Dopengl-api-gl1.1-android-2.1_r1.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/microedition/ javax/ ...
Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/external/drm_hwcomposer/
Dglworker.cpp90 case EGL_SUCCESS: in GetEGLError()