Home
last modified time | relevance | path

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

/external/skia/src/sksl/
DSkSLCPP.h40 #define fbFetchSupport fbFetchSupport() macro
DSkSLUtil.h93 bool fbFetchSupport() const { in fbFetchSupport() function
/external/skia/resources/sksl/shared/
DCaps.sksl6 if (sk_Caps.fbFetchSupport) y = 1;
/external/skqp/src/gpu/
DGrShaderCaps.h58 bool fbFetchSupport() const { return fFBFetchSupport; } in fbFetchSupport() function
/external/skia/src/gpu/glsl/
DGrGLSLFragmentShaderBuilder.cpp90 if (shaderCaps->fbFetchSupport()) { in dstColor()
/external/skia/src/sksl/ir/
DSkSLSetting.cpp81 CAP(Bool, fbFetchSupport), in caps_lookup_table()
/external/skia/src/gpu/
DGrShaderCaps.h57 bool fbFetchSupport() const { return fFBFetchSupport; } in fbFetchSupport() function
/external/skqp/src/gpu/glsl/
DGrGLSLFragmentShaderBuilder.cpp99 if (shaderCaps->fbFetchSupport()) { in dstColor()
/external/skqp/src/sksl/
DSkSLUtil.h80 bool fbFetchSupport() const { in fbFetchSupport() function
DSkSLIRGenerator.cpp128 CAP(fbFetchSupport); in fill_caps()