Home
last modified time | relevance | path

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

/external/skia/platform_tools/android/apps/jetskidemo/src/main/java/org/skia/jetskidemo/
DTextActivity.java15 Surface mSurface; field in TextRenderer
66 Surface mSurface; field in TextActivity
/external/angle/src/libANGLE/renderer/gl/egl/
DSurfaceEGL.h66 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/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 __anon7e6cd38a0111::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
DEGLIOSurfaceClientBufferTest.cpp74 IOSurfaceRef mSurface = nullptr; member in __anon7e3f7c010111::ScopedIOSurfaceRef
DEGLContextSharingTest.cpp175 EGLSurface mSurface = EGL_NO_SURFACE; member in __anon897bee180111::EGLContextSharingTestNoFixture
/external/angle/src/tests/gl_tests/gles1/
DBootAnimationTest.cpp205 EGLSurface mSurface = EGL_NO_SURFACE; member in BootAnimationTest
/external/angle/util/
DEGLWindow.h295 EGLSurface mSurface; variable
/external/angle/src/libANGLE/
DDisplay.h392 Surface *mSurface; variable
/external/angle/src/libANGLE/renderer/vulkan/
DSurfaceVk.h419 VkSurfaceKHR mSurface; variable
/external/skia/platform_tools/android/apps/jetski/src/main/java/org/skia/jetski/
DCanvas.java14 private Surface mSurface; field in Canvas