Home
last modified time | relevance | path

Searched refs:VulkanWindowContext (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/tools/sk_app/
DVulkanWindowContext.cpp32 VulkanWindowContext::VulkanWindowContext(const DisplayParams& params, in VulkanWindowContext() function in sk_app::VulkanWindowContext
51 void VulkanWindowContext::initializeContext() { in initializeContext()
150 bool VulkanWindowContext::createSwapchain(int width, int height, in createSwapchain()
339 bool VulkanWindowContext::createBuffers(VkFormat format, VkImageUsageFlags usageFlags, in createBuffers()
406 void VulkanWindowContext::destroyBuffers() { in destroyBuffers()
430 VulkanWindowContext::~VulkanWindowContext() { in ~VulkanWindowContext()
434 void VulkanWindowContext::destroyContext() { in destroyContext()
475 VulkanWindowContext::BackbufferInfo* VulkanWindowContext::getAvailableBackbuffer() { in getAvailableBackbuffer()
487 sk_sp<SkSurface> VulkanWindowContext::getBackbufferSurface() { in getBackbufferSurface()
541 void VulkanWindowContext::swapBuffers() { in swapBuffers()
DVulkanWindowContext.h26 class VulkanWindowContext : public WindowContext {
28 ~VulkanWindowContext() override;
50 VulkanWindowContext(const DisplayParams&, CreateVkSurfaceFn, CanPresentFn,
/third_party/skia/tools/sk_app/android/
DVulkanWindowContext_android.cpp53 new VulkanWindowContext(params, createVkSurface, canPresent, instProc, devProc)); in MakeVulkanForAndroid()
/third_party/skia/tools/sk_app/win/
DVulkanWindowContext_win.cpp73 new VulkanWindowContext(params, createVkSurface, canPresent, instProc, devProc)); in MakeVulkanForWin()
/third_party/skia/tools/sk_app/unix/
DVulkanWindowContext_unix.cpp78 new VulkanWindowContext(displayParams, createVkSurface, canPresent, instProc, devProc)); in MakeVulkanForXlib()
/third_party/skia/
DBUILD.gn3329 sources += [ "tools/sk_app/VulkanWindowContext.cpp" ]
3330 sources += [ "tools/sk_app/VulkanWindowContext.h" ]