Home
last modified time | relevance | path

Searched defs:requiresDstTexture (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/skia/src/gpu/ganesh/
H A DGrProcessorAnalysis.cpp52 bool GrColorFragmentProcessorAnalysis::requiresDstTexture(const GrCaps& caps) const { in requiresDstTexture() function in GrColorFragmentProcessorAnalysis
H A DGrProcessorSet.h90 bool requiresDstTexture() const { return fRequiresDstTexture; } in requiresDstTexture() function
/aosp_15_r20/external/skia/src/gpu/graphite/
H A DDrawPass.h73 bool requiresDstTexture() const { return false; } in requiresDstTexture() function