Home
last modified time | relevance | path

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

/external/skia/src/sksl/
DSkSLUtil.h78 bool fbFetchSupport() const { in fbFetchSupport() function
DSkSLIRGenerator.cpp127 CAP(fbFetchSupport); in fill_caps()
/external/skia/include/gpu/
DGrShaderCaps.h105 bool fbFetchSupport() const { return fFBFetchSupport; } in fbFetchSupport() function
/external/skia/src/gpu/glsl/
DGrGLSLFragmentShaderBuilder.cpp191 if (shaderCaps->fbFetchSupport()) { in dstColor()