Searched refs:fbFetchSupport (Results 1 - 8 of 8) sorted by relevance

/external/skia/include/gpu/
H A DGrShaderCaps.h55 bool fbFetchSupport() const { return fFBFetchSupport; } function in class:GrShaderCaps
/external/skia/src/gpu/glsl/
H A DGrGLSLFragmentShaderBuilder.cpp104 if (shaderCaps->fbFetchSupport()) {
/external/skqp/include/gpu/
H A DGrShaderCaps.h55 bool fbFetchSupport() const { return fFBFetchSupport; } function in class:GrShaderCaps
/external/skia/src/sksl/
H A DSkSLUtil.h78 bool fbFetchSupport() const { function in class:SkSL::StandaloneShaderCaps
H A DSkSLIRGenerator.cpp127 CAP(fbFetchSupport);
/external/skqp/src/sksl/
H A DSkSLUtil.h78 bool fbFetchSupport() const { function in class:SkSL::StandaloneShaderCaps
H A DSkSLIRGenerator.cpp127 CAP(fbFetchSupport);
/external/skqp/src/gpu/glsl/
H A DGrGLSLFragmentShaderBuilder.cpp187 if (shaderCaps->fbFetchSupport()) {

Completed in 255 milliseconds