Searched refs:EglBadAttribute (Results 1 – 12 of 12) sorted by relevance
/external/angle/src/libANGLE/ |
D | validationEGL.cpp | 121 return EglBadAttribute() << "Consumer GL extension not enabled"; in ValidateStreamAttribute() 130 return EglBadAttribute() << "Invalid stream attribute"; in ValidateStreamAttribute() 203 return EglBadAttribute() << "EGL_ANGLE_surface_orientation is not enabled."; in ValidateConfigAttribute() 210 return EglBadAttribute() << "EGL_EXT_pixel_format_float is not enabled."; in ValidateConfigAttribute() 217 return EglBadAttribute() << "EGL_ANDROID_recordable is not enabled."; in ValidateConfigAttribute() 224 return EglBadAttribute() << "EGL_ANDROID_framebuffer_target is not enabled."; in ValidateConfigAttribute() 231 return EglBadAttribute() << "EGL_ANGLE_iosurface_client_buffer is not enabled."; in ValidateConfigAttribute() 236 return EglBadAttribute() << "Unknown attribute."; in ValidateConfigAttribute() 256 return EglBadAttribute() << "EGL_bind_to_texture invalid attribute: " << value; in ValidateConfigAttributeValue() 269 return EglBadAttribute() in ValidateConfigAttributeValue() [all …]
|
D | Device.cpp | 65 return EglBadAttribute(); in CreateDevice()
|
D | Error.h | 95 using EglBadAttribute = priv::ErrorStream<EGL_BAD_ATTRIBUTE>; variable
|
/external/angle/src/libANGLE/renderer/gl/eagl/ |
D | DeviceEAGL.cpp | 41 return egl::EglBadAttribute(); in getAttribute()
|
D | DisplayEAGL.mm | 259 return egl::EglBadAttribute();
|
/external/angle/src/libANGLE/renderer/gl/cgl/ |
D | DeviceCGL.cpp | 43 return egl::EglBadAttribute(); in getAttribute()
|
D | DisplayCGL.mm | 310 return egl::EglBadAttribute();
|
/external/angle/src/libANGLE/renderer/d3d/ |
D | DeviceD3D.cpp | 60 return egl::EglBadAttribute() << "Invalid D3D device passed into EGLDeviceEXT"; in initialize()
|
/external/angle/src/libGLESv2/ |
D | entry_points_egl_ext.cpp | 71 thread->setError(EglBadAttribute(), GetDebug(), "eglQuerySurfacePointerANGLE", in EGL_QuerySurfacePointerANGLE() 79 thread->setError(EglBadAttribute(), GetDebug(), "eglQuerySurfacePointerANGLE", in EGL_QuerySurfacePointerANGLE() 85 thread->setError(EglBadAttribute(), GetDebug(), "eglQuerySurfacePointerANGLE", in EGL_QuerySurfacePointerANGLE() 298 thread->setError(EglBadAttribute(), GetDebug(), "eglQueryDeviceAttribEXT", in EGL_QueryDeviceAttribEXT() 307 thread->setError(EglBadAttribute(), GetDebug(), "eglQueryDeviceAttribEXT", in EGL_QueryDeviceAttribEXT() 317 thread->setError(EglBadAttribute(), GetDebug(), "eglQueryDeviceAttribEXT", in EGL_QueryDeviceAttribEXT() 324 thread->setError(EglBadAttribute(), GetDebug(), "eglQueryDeviceAttribEXT", in EGL_QueryDeviceAttribEXT()
|
/external/angle/src/libANGLE/renderer/vulkan/mac/ |
D | DisplayVkMac.mm | 94 return egl::EglBadAttribute();
|
/external/angle/src/libANGLE/renderer/gl/wgl/ |
D | DXGISwapChainWindowSurfaceWGL.cpp | 90 return egl::EglBadAttribute() << "DXGISwapChainWindowSurfaceWGL requires an orientation of " in initialize()
|
/external/angle/src/libANGLE/renderer/gl/egl/ |
D | DisplayEGL.cpp | 179 return egl::EglBadAttribute() << "Unsupported requested context version"; in initializeContext()
|