Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/
DGrXferProcessor.cpp218 bool needsLocalOutColor = false; in emitCode() local
237 needsLocalOutColor = args.fShaderCaps->requiresLocalOutputColorForFBFetch(); in emitCode()
241 if (!needsLocalOutColor) { in emitCode()
255 if (needsLocalOutColor) { in emitCode()