Home
last modified time | relevance | path

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

/external/skia/tools/viewer/sk_app/
DVulkanWindowContext.cpp30 VulkanWindowContext::VulkanWindowContext(const DisplayParams& params, in VulkanWindowContext() function in sk_app::VulkanWindowContext
46 void VulkanWindowContext::initializeContext() { in initializeContext()
97 bool VulkanWindowContext::createSwapchain(int width, int height, in createSwapchain()
258 void VulkanWindowContext::createBuffers(VkFormat format) { in createBuffers()
346 void VulkanWindowContext::destroyBuffers() { in destroyBuffers()
385 VulkanWindowContext::~VulkanWindowContext() { in ~VulkanWindowContext()
389 void VulkanWindowContext::destroyContext() { in destroyContext()
420 VulkanWindowContext::BackbufferInfo* VulkanWindowContext::getAvailableBackbuffer() { in getAvailableBackbuffer()
435 sk_sp<SkSurface> VulkanWindowContext::getBackbufferSurface() { in getBackbufferSurface()
539 void VulkanWindowContext::swapBuffers() { in swapBuffers()
DVulkanWindowContext.h22 class VulkanWindowContext : public WindowContext {
24 ~VulkanWindowContext() override;
50 VulkanWindowContext(const DisplayParams&, CreateVkSurfaceFn, CanPresentFn);
/external/skia/tools/viewer/sk_app/android/
DVulkanWindowContext_android.cpp41 WindowContext* ctx = new VulkanWindowContext(params, createVkSurface, canPresent); in NewVulkanForAndroid()
/external/skia/tools/viewer/sk_app/win/
DVulkanWindowContext_win.cpp62 WindowContext* ctx = new VulkanWindowContext(params, createVkSurface, canPresent); in NewVulkanForWin()
/external/skia/tools/viewer/sk_app/unix/
DVulkanWindowContext_unix.cpp69 WindowContext* context = new VulkanWindowContext(displayParams, createVkSurface, canPresent); in NewVulkanForXlib()
/external/skia/
DBUILD.gn1592 sources += [ "tools/viewer/sk_app/VulkanWindowContext.cpp" ]