Home
last modified time | relevance | path

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

/external/skia/src/sksl/
DSkSLUtil.h82 bool fbFetchNeedsCustomOutput() const { in fbFetchNeedsCustomOutput() function
DSkSLIRGenerator.cpp128 CAP(fbFetchNeedsCustomOutput); in fill_caps()
/external/skia/include/gpu/
DGrShaderCaps.h107 bool fbFetchNeedsCustomOutput() const { return fFBFetchNeedsCustomOutput; } in fbFetchNeedsCustomOutput() function
/external/skia/src/gpu/glsl/
DGrGLSLFragmentShaderBuilder.cpp197 if (shaderCaps->fbFetchNeedsCustomOutput()) { in dstColor()