Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/
DGrProcessorAnalysis.cpp52 bool GrColorFragmentProcessorAnalysis::requiresDstTexture(const GrCaps& caps) const { in requiresDstTexture() function in GrColorFragmentProcessorAnalysis
DGrProcessorSet.h80 bool requiresDstTexture() const { return fRequiresDstTexture; } in requiresDstTexture() function
/third_party/skia/experimental/graphite/src/
DDrawPass.h57 bool requiresDstTexture() const { return false; } in requiresDstTexture() function
/third_party/flutter/skia/src/gpu/
DGrProcessorSet.h84 bool requiresDstTexture() const { return fRequiresDstTexture; } in requiresDstTexture() function