Home
last modified time | relevance | path

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

/external/skia/src/gpu/graphite/precompile/
DPrecompileShader.cpp1230 class PrecompileLightingShader final : public PrecompileShader { class
1232 PrecompileLightingShader(sk_sp<PrecompileShader> wrapped) in PrecompileLightingShader() function in skgpu::graphite::PrecompileLightingShader
1267 return sk_make_sp<PrecompileLightingShader>(std::move(wrapped)); in Lighting()