Home
last modified time | relevance | path

Searched defs:mSurface (Results 1 – 17 of 17) sorted by relevance

/external/angle/src/libANGLE/renderer/gl/egl/
DSurfaceEGL.h67 EGLSurface mSurface; variable
/external/angle/util/linux/wayland/
DWaylandWindow.h60 struct wl_surface *mSurface; variable
/external/angle/src/libANGLE/renderer/d3d/d3d9/
DImage9.h108 IDirect3DSurface9 *mSurface; variable
/external/angle/src/libANGLE/renderer/wgpu/
DSurfaceWgpu.h140 wgpu::Surface mSurface; variable
/external/angle/src/libANGLE/renderer/d3d/d3d11/converged/
DCompositorNativeWindow11.h109 Microsoft::WRL::ComPtr<ABI::Windows::UI::Composition::ICompositionSurface> mSurface; variable
/external/angle/src/tests/perf_tests/
DEGLMakeCurrentPerf.cpp36 EGLSurface mSurface; member in __anonbc242dfb0111::EGLMakeCurrentPerfTest
/external/angle/src/tests/egl_tests/
DEGLSyncControlTest.cpp168 EGLSurface mSurface = EGL_NO_SURFACE; member in EGLSyncControlTest
DEGLQueryContextTest.cpp71 EGLSurface mSurface = EGL_NO_SURFACE; member in EGLQueryContextTest
DEGLPresentPathD3D11Test.cpp299 EGLSurface mSurface; member in EGLPresentPathD3D11
DEGLDeviceTest.cpp174 EGLSurface mSurface; member in EGLDeviceCreationTest
DEGLContextSharingTest.cpp176 EGLSurface mSurface = EGL_NO_SURFACE; member in __anon1273a8c90111::EGLContextSharingTestNoFixture
DEGLIOSurfaceClientBufferTest.cpp74 IOSurfaceRef mSurface = nullptr; member in __anon998625920111::ScopedIOSurfaceRef
/external/angle/src/tests/gl_tests/gles1/
DBootAnimationTest.cpp205 EGLSurface mSurface = EGL_NO_SURFACE; member in BootAnimationTest
/external/angle/util/
DEGLWindow.h282 EGLSurface mSurface; variable
/external/angle/src/libANGLE/renderer/vulkan/
DSurfaceVk.h378 VkSurfaceKHR mSurface; variable
/external/angle/src/libANGLE/
DDisplay.h422 Surface *mSurface; variable
/external/skia/platform_tools/android/apps/jetski/src/main/java/org/skia/jetski/
DCanvas.java14 private Surface mSurface; field in Canvas