Home
last modified time | relevance | path

Searched refs:EGL_BAD_SURFACE (Results 1 – 13 of 13) sorted by relevance

/external/deqp/modules/egl/
DteglNegativeApiTests.cpp185 expectError(EGL_BAD_SURFACE); in init()
188 expectError(EGL_BAD_SURFACE); in init()
224 expectError(EGL_BAD_SURFACE); in init()
227 expectError(EGL_BAD_SURFACE); in init()
740 expectError(EGL_BAD_SURFACE); in init()
743 expectError(EGL_BAD_SURFACE); in init()
873 expectError(EGL_BAD_SURFACE); in init()
876 expectError(EGL_BAD_SURFACE); in init()
879 expectError(EGL_BAD_SURFACE); in init()
1090 expectError(EGL_BAD_SURFACE); in init()
[all …]
DteglNegativePartialUpdateTests.cpp295 expectError(EGL_BAD_SURFACE); in iterate()
314 expectError(EGL_BAD_SURFACE); in iterate()
335 expectError(EGL_BAD_SURFACE); in iterate()
/external/mesa3d/src/egl/main/
Deglapi.c185 _eglError(EGL_BAD_SURFACE, msg); in _eglCheckSurface()
489 RETURN_EGL_ERROR(disp, EGL_BAD_SURFACE, EGL_FALSE); in eglMakeCurrent()
493 RETURN_EGL_ERROR(disp, EGL_BAD_SURFACE, EGL_FALSE); in eglMakeCurrent()
674 RETURN_EGL_ERROR(disp, EGL_BAD_SURFACE, EGL_FALSE); in eglSwapInterval()
696 RETURN_EGL_ERROR(disp, EGL_BAD_SURFACE, EGL_FALSE); in eglSwapBuffers()
1091 RETURN_EGL_ERROR(disp, EGL_BAD_SURFACE, EGL_FALSE); in eglShowScreenSurfaceMESA()
1450 RETURN_EGL_ERROR(disp, EGL_BAD_SURFACE, EGL_FALSE); in eglSwapBuffersRegionNOK()
Deglcurrent.c314 case EGL_BAD_SURFACE: in _eglError()
Deglsurface.c499 _eglError(EGL_BAD_SURFACE, "eglBindTexImage"); in _eglBindTexImage()
/external/deqp/framework/egl/
DegluStrUtil.inl56 case EGL_BAD_SURFACE: return "EGL_BAD_SURFACE";
DegluGLContextFactory.cpp470 const bool badWindow = error == EGL_BAD_SURFACE || error == EGL_BAD_NATIVE_WINDOW; in postIterate()
/external/mesa3d/src/egl/drivers/dri2/
Dplatform_drm.c48 _eglError(EGL_BAD_SURFACE, "no front buffer"); in lock_front_buffer()
331 _eglError(EGL_BAD_SURFACE, "dri2_swap_buffers"); in dri2_swap_buffers()
/external/mesa3d/include/EGL/
Degl.h90 #define EGL_BAD_SURFACE 0x300D macro
/external/mesa3d/src/gallium/state_trackers/egl/common/
Degl_g3d_api.c703 return _eglError(EGL_BAD_SURFACE, "eglBindTexImage"); in egl_g3d_bind_tex_image()
759 return _eglError(EGL_BAD_SURFACE, "eglReleaseTexImage"); in egl_g3d_release_tex_image()
811 return _eglError(EGL_BAD_SURFACE, "eglShowScreenSurfaceMESA"); in egl_g3d_show_screen_surface()
/external/deqp/framework/egl/wrapper/
DeglwEnums.inl60 #define EGL_BAD_SURFACE 0x300D macro
/external/drm_hwcomposer/
Dglworker.cpp117 case EGL_BAD_SURFACE: in GetEGLError()
/external/libgdx/backends/gdx-backend-android/src/com/badlogic/gdx/backends/android/surfaceview/
DGLSurfaceViewAPI18.java1243 case EGL10.EGL_BAD_SURFACE: in getErrorString()