Home
last modified time | relevance | path

Searched defs:sampleTextureView (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/skia/src/gpu/graphite/dawn/
H A DDawnTexture.cpp88 wgpu::TextureView sampleTextureView, in DawnTexture()
120 wgpu::TextureView sampleTextureView = texture.CreateView(&viewDesc); in CreateTextureViews() local
H A DDawnTexture.h43 const wgpu::TextureView& sampleTextureView() const { return fSampleTextureView; } in sampleTextureView() function