Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/src/gpu/ganesh/glsl/
H A DGrGLSLFragmentShaderBuilder.h96 bool hasSecondaryOutput() const override { return fHasSecondaryOutput; } in hasSecondaryOutput() function
/aosp_15_r20/external/skia/src/gpu/
H A DBlendFormula.h66 bool hasSecondaryOutput() const { in hasSecondaryOutput() function
/aosp_15_r20/external/skia/src/gpu/ganesh/
H A DGrXferProcessor.cpp35 bool GrXferProcessor::hasSecondaryOutput() const { in hasSecondaryOutput() function in GrXferProcessor