Home
last modified time | relevance | path

Searched refs:mNativeWindowType (Results 1 – 7 of 7) sorted by relevance

/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/vulkan/android/
DWindowSurfaceVkAndroid.cpp30 createInfo.window = mNativeWindowType; in createSurfaceVk()
40 int32_t width = ANativeWindow_getWidth(mNativeWindowType); in getCurrentWindowSize()
41 int32_t height = ANativeWindow_getHeight(mNativeWindowType); in getCurrentWindowSize()
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/vulkan/win32/
DWindowSurfaceVkWin32.cpp29 createInfo.hwnd = mNativeWindowType; in createSurfaceVk()
40 ANGLE_VK_CHECK(context, GetClientRect(mNativeWindowType, &rect) == TRUE, in getCurrentWindowSize()
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/vulkan/fuchsia/
DWindowSurfaceVkFuchsia.cpp42 fuchsia_egl_window *egl_window = reinterpret_cast<fuchsia_egl_window *>(mNativeWindowType); in createSurfaceVk()
56 fuchsia_egl_window *egl_window = reinterpret_cast<fuchsia_egl_window *>(mNativeWindowType); in getCurrentWindowSize()
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/vulkan/xcb/
DWindowSurfaceVkXcb.cpp30 createInfo.window = static_cast<xcb_window_t>(mNativeWindowType); in createSurfaceVk()
41 xcb_get_geometry(mXcbConnection, static_cast<xcb_drawable_t>(mNativeWindowType)); in getCurrentWindowSize()
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/vulkan/mac/
DWindowSurfaceVkMac.mm37 CALayer *layer = reinterpret_cast<CALayer *>(mNativeWindowType);
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/vulkan/
DSurfaceVk.h249 EGLNativeWindowType mNativeWindowType; variable
DSurfaceVk.cpp459 mNativeWindowType(window), in WindowSurfaceVk()