Home
last modified time | relevance | path

Searched defs:fSurfaces (Results 1 – 4 of 4) sorted by relevance

/external/skia/bench/
DSKPBench.h57 SkTArray<sk_sp<SkSurface>> fSurfaces; // for MultiPictureDraw variable
/external/skia/tools/window/
DSkVulkanWindowContext.h106 sk_sp<SkSurface>* fSurfaces; // surfaces client renders to (may not be based on rts) variable
/external/skia/tools/sk_app/
DVulkanWindowContext.h109 sk_sp<SkSurface>* fSurfaces; // surfaces client renders to (may not be based on rts) variable
/external/skia/tools/sk_app/win/
DD3D12WindowContext_win.cpp59 sk_sp<SkSurface> fSurfaces[kNumFrames]; member in sk_app::D3D12WindowContext