HomeSort by relevance Sort by last modified time
    Searched refs:VulkanWindowContext (Results 1 - 5 of 5) sorted by null

  /external/skia/tools/viewer/sk_app/
VulkanWindowContext.h 22 class VulkanWindowContext : public WindowContext {
24 ~VulkanWindowContext() override;
50 VulkanWindowContext(const DisplayParams&, CreateVkSurfaceFn, CanPresentFn);
VulkanWindowContext.cpp 13 #include "VulkanWindowContext.h"
30 VulkanWindowContext::VulkanWindowContext(const DisplayParams& params,
46 void VulkanWindowContext::initializeContext() {
97 bool VulkanWindowContext::createSwapchain(int width, int height,
258 void VulkanWindowContext::createBuffers(VkFormat format) {
346 void VulkanWindowContext::destroyBuffers() {
385 VulkanWindowContext::~VulkanWindowContext() {
389 void VulkanWindowContext::destroyContext()
    [all...]
  /external/skia/tools/viewer/sk_app/android/
VulkanWindowContext_android.cpp 10 #include "../VulkanWindowContext.h"
41 WindowContext* ctx = new VulkanWindowContext(params, createVkSurface, canPresent);
  /external/skia/tools/viewer/sk_app/unix/
VulkanWindowContext_unix.cpp 16 #include "../VulkanWindowContext.h"
69 WindowContext* context = new VulkanWindowContext(displayParams, createVkSurface, canPresent);
  /external/skia/tools/viewer/sk_app/win/
VulkanWindowContext_win.cpp 12 #include "../VulkanWindowContext.h"
62 WindowContext* ctx = new VulkanWindowContext(params, createVkSurface, canPresent);

Completed in 548 milliseconds