Home | History | Annotate | Download | only in sk_app

Lines Matching refs:VulkanWindowContext

9 #include "VulkanWindowContext.h"
31 VulkanWindowContext::VulkanWindowContext(const DisplayParams& params,
51 void VulkanWindowContext::initializeContext() {
149 bool VulkanWindowContext::createSwapchain(int width, int height,
320 void VulkanWindowContext::createBuffers(VkFormat format, SkColorType colorType) {
406 void VulkanWindowContext::destroyBuffers() {
445 VulkanWindowContext::~VulkanWindowContext() {
449 void VulkanWindowContext::destroyContext() {
494 VulkanWindowContext::BackbufferInfo* VulkanWindowContext::getAvailableBackbuffer() {
509 sk_sp<SkSurface> VulkanWindowContext::getBackbufferSurface() {
611 void VulkanWindowContext::swapBuffers() {