Home
last modified time | relevance | path

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

/external/skia/src/gpu/graphite/dawn/
DDawnSharedContext.cpp37 auto noopFragment = CreateNoopFragment(backendContext.fDevice); in Make() local
51 wgpu::ShaderModule noopFragment) in DawnSharedContext()
DDawnSharedContext.h31 const wgpu::ShaderModule& noopFragment() const { return fNoopFragment; } in noopFragment() function