Home
last modified time | relevance | path

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

/external/skia/src/gpu/glsl/
DGrGLSLCaps.h45 bool fbFetchNeedsCustomOutput() const { return fFBFetchNeedsCustomOutput; } in fbFetchNeedsCustomOutput() function
DGrGLSLFragmentShaderBuilder.cpp229 if (glslCaps->fbFetchNeedsCustomOutput()) { in dstColor()