/external/angle/src/libANGLE/renderer/vulkan/android/ |
D | WindowSurfaceVkAndroid.cpp | 19 WindowSurfaceVkAndroid::WindowSurfaceVkAndroid(const egl::SurfaceState &surfaceState, in WindowSurfaceVkAndroid() argument 21 : WindowSurfaceVk(surfaceState, window) in WindowSurfaceVkAndroid()
|
D | WindowSurfaceVkAndroid.h | 21 WindowSurfaceVkAndroid(const egl::SurfaceState &surfaceState, EGLNativeWindowType window);
|
/external/angle/src/libANGLE/renderer/vulkan/win32/ |
D | WindowSurfaceVkWin32.cpp | 17 WindowSurfaceVkWin32::WindowSurfaceVkWin32(const egl::SurfaceState &surfaceState, in WindowSurfaceVkWin32() argument 19 : WindowSurfaceVk(surfaceState, window) in WindowSurfaceVkWin32()
|
D | WindowSurfaceVkWin32.h | 21 WindowSurfaceVkWin32(const egl::SurfaceState &surfaceState, EGLNativeWindowType window);
|
/external/angle/src/libANGLE/renderer/vulkan/xcb/ |
D | WindowSurfaceVkXcb.cpp | 17 WindowSurfaceVkXcb::WindowSurfaceVkXcb(const egl::SurfaceState &surfaceState, in WindowSurfaceVkXcb() argument 20 : WindowSurfaceVk(surfaceState, window), mXcbConnection(conn) in WindowSurfaceVkXcb()
|
D | WindowSurfaceVkXcb.h | 23 WindowSurfaceVkXcb(const egl::SurfaceState &surfaceState,
|
/external/angle/src/libANGLE/renderer/vulkan/fuchsia/ |
D | WindowSurfaceVkFuchsia.cpp | 23 WindowSurfaceVkFuchsia::WindowSurfaceVkFuchsia(const egl::SurfaceState &surfaceState, in WindowSurfaceVkFuchsia() argument 25 : WindowSurfaceVk(surfaceState, window) in WindowSurfaceVkFuchsia()
|
D | WindowSurfaceVkFuchsia.h | 21 WindowSurfaceVkFuchsia(const egl::SurfaceState &surfaceState, EGLNativeWindowType window);
|
/external/angle/src/libANGLE/renderer/vulkan/ggp/ |
D | WindowSurfaceVkGGP.cpp | 25 WindowSurfaceVkGGP::WindowSurfaceVkGGP(const egl::SurfaceState &surfaceState, in WindowSurfaceVkGGP() argument 27 : WindowSurfaceVk(surfaceState, window) in WindowSurfaceVkGGP()
|
D | WindowSurfaceVkGGP.h | 21 WindowSurfaceVkGGP(const egl::SurfaceState &surfaceState, EGLNativeWindowType window);
|
/external/angle/src/libANGLE/renderer/null/ |
D | SurfaceNULL.cpp | 19 SurfaceNULL::SurfaceNULL(const egl::SurfaceState &surfaceState) : SurfaceImpl(surfaceState) {} in SurfaceNULL() argument
|
D | SurfaceNULL.h | 21 SurfaceNULL(const egl::SurfaceState &surfaceState);
|
/external/angle/src/libANGLE/renderer/vulkan/mac/ |
D | WindowSurfaceVkMac.mm | 21 WindowSurfaceVkMac::WindowSurfaceVkMac(const egl::SurfaceState &surfaceState, 23 : WindowSurfaceVk(surfaceState, window), mMetalLayer(nullptr)
|
D | WindowSurfaceVkMac.h | 23 WindowSurfaceVkMac(const egl::SurfaceState &surfaceState, EGLNativeWindowType window);
|
/external/angle/src/libANGLE/renderer/vulkan/ |
D | SurfaceVk.h | 33 SurfaceVk(const egl::SurfaceState &surfaceState); 43 OffscreenSurfaceVk(const egl::SurfaceState &surfaceState); 187 WindowSurfaceVk(const egl::SurfaceState &surfaceState, EGLNativeWindowType window);
|
D | SurfaceVk.cpp | 113 SurfaceVk::SurfaceVk(const egl::SurfaceState &surfaceState) : SurfaceImpl(surfaceState) {} in SurfaceVk() argument 217 OffscreenSurfaceVk::OffscreenSurfaceVk(const egl::SurfaceState &surfaceState) in OffscreenSurfaceVk() argument 218 : SurfaceVk(surfaceState), in OffscreenSurfaceVk() 443 WindowSurfaceVk::WindowSurfaceVk(const egl::SurfaceState &surfaceState, EGLNativeWindowType window) in WindowSurfaceVk() argument 444 : SurfaceVk(surfaceState), in WindowSurfaceVk()
|
/external/angle/src/libANGLE/renderer/ |
D | SurfaceImpl.h | 49 SurfaceImpl(const egl::SurfaceState &surfaceState);
|