Home
last modified time | relevance | path

Searched refs:fSwapChainImplementation (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/tools/sk_app/
H A DDawnWindowContext.cpp44 fSwapChainImplementation = this->createSwapChainImplementation(-1, -1, fDisplayParams); in initializeContext()
46 swapChainDesc.implementation = reinterpret_cast<int64_t>(&fSwapChainImplementation); in initializeContext()
94 fSwapChainImplementation = this->createSwapChainImplementation(w, h, fDisplayParams); in resize()
96 swapChainDesc.implementation = reinterpret_cast<int64_t>(&fSwapChainImplementation); in resize()
H A DDawnWindowContext.h45 DawnSwapChainImplementation fSwapChainImplementation; member in sk_app::DawnWindowContext

Completed in 1 milliseconds