Home
last modified time | relevance | path

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

/external/skia/src/gpu/glsl/
DGrGLSLCaps.h43 bool fbFetchSupport() const { return fFBFetchSupport; } in fbFetchSupport() function
DGrGLSLFragmentShaderBuilder.cpp223 if (glslCaps->fbFetchSupport()) { in dstColor()