Home
last modified time | relevance | path

Searched refs:surfaceless (Results 1 – 25 of 25) sorted by relevance

/external/mesa3d/docs/_extra/specs/
DEGL_MESA_platform_surfaceless.txt52 This extension defines a new EGL platform, the "surfaceless" platform. This
86 To obtain an EGLDisplay on the surfaceless platform, call
91 belongs to the surfaceless platform. It returns EGL_NO_SURFACE and
93 failure is that the surfaceless platform has no native windows, and
97 <display> that belongs to the surfaceless platform. It returns
100 The surfaceless platform imposes no platform-specific restrictions on the
/external/virglrenderer/src/
Dvirgl_egl_context.c126 struct virgl_egl *virgl_egl_init(int fd, bool surfaceless, bool gles) in virgl_egl_init() argument
154 if (surfaceless) { in virgl_egl_init()
180 if (surfaceless) { in virgl_egl_init()
193 if (surfaceless) { in virgl_egl_init()
Dvirgl_egl.h30 struct virgl_egl *virgl_egl_init(int fd, bool surfaceless, bool gles);
/external/deqp/framework/platform/
DCMakeLists.txt88 surfaceless/tcuSurfacelessPlatform.hpp
89 surfaceless/tcuSurfacelessPlatform.cpp
/external/mesa3d/.gitlab-ci/container/
Dx86_test-gl.sh76 DEQP_TARGET=surfaceless . .gitlab-ci/build-deqp.sh
Dlava_build.sh109 DEQP_TARGET=surfaceless . .gitlab-ci/build-deqp.sh
/external/mesa3d/docs/relnotes/
D19.3.5.rst37 - drisw crashes on calling NULL putImage on EGL surfaceless platform
141 - egl: Fix A2RGB10 platform_{device,surfaceless} PBuffer configs.
D20.0.1.rst139 - egl: Fix A2RGB10 platform_{device,surfaceless} PBuffer configs.
D18.1.8.rst112 - meson: fix egl build for surfaceless
D17.1.2.rst69 - configure: enable the surfaceless platform by default
D7.10.2.rst82 - st/dri: Fix surfaceless gl using contexts with previous bound
D12.0.2.rst330 - egl/surfaceless: Set disp->DriverData to NULL on error
D19.3.0.rst130 - egl: Enable 10bpc EGLConfigs for platform_{device,surfaceless}
154 - egl/surfaceless: Add FP16 format support
166 - surfaceless: Support EGL_WL_bind_wayland_display
3329 - panfrost/ci: Run dEQP with the surfaceless platform
D20.1.0.rst221 - drisw crashes on calling NULL putImage on EGL surfaceless platform
3220 - egl: Fix A2RGB10 platform_{device,surfaceless} PBuffer configs.
3222 {device,surfaceless}.
4278 - gitlab-ci: Use surfaceless platform also for apitrace
D20.2.0.rst1967 - egl: always compile surfaceless
4251 - egl: Build surfaceless platform on Android
D7.10.rst628 - st/dri: Add support for surfaceless current contexts.
D20.0.0.rst54 - drisw crashes on calling NULL putImage on EGL surfaceless platform
D20.3.0.rst1737 - egl/surfaceless: simplify dri2_initialize_surfaceless()
/external/deqp/framework/platform/surfaceless/
DtcuSurfacelessPlatform.cpp85 namespace surfaceless namespace
481 return new tcu::surfaceless::Platform(); in createPlatform()
/external/mesa3d/.gitlab-ci/
Ddeqp-runner.sh36 export EGL_PLATFORM=surfaceless
/external/angle/src/libANGLE/renderer/gl/eagl/
DDisplayEAGL.mm314 // We have nothing to do as mContext is always current, and that EAGL is surfaceless by
/external/angle/src/libANGLE/renderer/gl/cgl/
DDisplayCGL.mm373 // We have nothing to do as mContext is always current, and that CGL is surfaceless by
/external/mesa3d/docs/
Degl.rst162 ``drm, ``surfaceless``, ``wayland`` and ``x11``. It functions as
/external/mesa3d/
Dmeson.build340 egl_native_platform = 'surfaceless'
1962 _platforms += 'surfaceless'
/external/exoplayer/tree/
DRELEASENOTES.md1606 * Use surfaceless context for secure `DummySurface`, if available