Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/
DSurfaceImpl.cpp72 return egl::EglBadDisplay(); in getCompositorTiming()
78 return egl::EglBadDisplay(); in getNextFrameId()
93 return egl::EglBadDisplay(); in getFrameTimestamps()
100 return egl::EglBadDisplay(); in swapWithFrameToken()
DDisplayImpl.cpp43 return egl::EglBadDisplay() << "DisplayImpl::validateClientBuffer unimplemented."; in validateClientBuffer()
52 return egl::EglBadDisplay() << "DisplayImpl::validateImageClientBuffer unimplemented."; in validateImageClientBuffer()
/external/angle/src/libANGLE/
DvalidationEGL.cpp869 return EglBadDisplay() << "display is EGL_NO_DISPLAY."; in ValidateDisplayPointer()
874 return EglBadDisplay() << "display is not a valid display."; in ValidateDisplayPointer()
1953 return EglBadDisplay() << "'dpy' not a valid EGLDisplay handle"; in ValidateMakeCurrent()
2409 return EglBadDisplay() << "EGL_KHR_image not supported."; in ValidateCreateImageKHR()
2424 return EglBadDisplay(); in ValidateDestroyImageKHR()
2503 return EglBadDisplay() in ValidateCreateSyncBase()
3280 return EglBadDisplay() << "EGL_KHR_swap_buffers_with_damage is not available."; in ValidateSwapBuffersWithDamageKHR()
3438 return EglBadDisplay() << "EGL_ANDROID_presentation_time is not available."; in ValidatePresentationTimeANDROID()
3529 return EglBadDisplay() << "ValidateCreatePlatformWindowSurfaceEXT unimplemented."; in ValidateCreatePlatformWindowSurfaceEXT()
3544 return EglBadDisplay() << "ValidateCreatePlatformPixmapSurfaceEXT unimplemented."; in ValidateCreatePlatformPixmapSurfaceEXT()
[all …]
DError.h100 using EglBadDisplay = priv::ErrorStream<EGL_BAD_DISPLAY>; variable
/external/angle/src/libANGLE/renderer/vulkan/
DDisplayVk.cpp69 return egl::EglBadDisplay(); in restoreLostDevice()
DSyncVk.cpp296 return egl::EglBadDisplay(); in dupNativeFenceFD()
/external/angle/src/libANGLE/renderer/gl/wgl/
DD3DTextureSurfaceWGL.cpp226 return egl::EglBadDisplay() << "Unknown buftype for D3DTextureSurfaceWGL."; in GetD3DTextureInfo()
DDisplayWGL.cpp570 return egl::EglBadDisplay(); in restoreLostDevice()
/external/angle/src/libANGLE/renderer/gl/eagl/
DDisplayEAGL.mm241 return egl::EglBadDisplay();
/external/angle/src/libANGLE/renderer/gl/cgl/
DDisplayCGL.mm292 return egl::EglBadDisplay();
/external/angle/src/libGLESv2/
Dentry_points_egl.cpp1033 thread->setError(EglBadDisplay() << "eglCreatePlatformWindowSurface unimplemented.", GetDebug(), in EGL_CreatePlatformWindowSurface()
1053 thread->setError(EglBadDisplay() << "eglCreatePlatformPixmapSurface unimplemented.", GetDebug(), in EGL_CreatePlatformPixmapSurface()
Dentry_points_egl_ext.cpp227 thread->setError(EglBadDisplay() << "CreatePlatformWindowSurfaceEXT unimplemented.", GetDebug(), in EGL_CreatePlatformWindowSurfaceEXT()
254 thread->setError(EglBadDisplay() << "CreatePlatformPixmapSurfaceEXT unimplemented.", GetDebug(), in EGL_CreatePlatformPixmapSurfaceEXT()
/external/angle/src/libANGLE/renderer/gl/glx/
DDisplayGLX.cpp706 return egl::EglBadDisplay(); in restoreLostDevice()