Home
last modified time | relevance | path

Searched refs:to_dawn_mipmap_mode (Results 1 – 1 of 1) sorted by relevance

/external/skia/src/gpu/dawn/
DGrDawnGpu.cpp82 static wgpu::FilterMode to_dawn_mipmap_mode(GrSamplerState::MipmapMode mode) { in to_dawn_mipmap_mode() function
879 desc.mipmapFilter = to_dawn_mipmap_mode(samplerState.mipmapMode()); in getOrCreateSampler()