HomeSort by relevance Sort by last modified time
    Searched refs:fHasSecondaryOutput (Results 1 - 4 of 4) sorted by null

  /external/skia/src/gpu/glsl/
GrGLSLFragmentShaderBuilder.h 112 bool hasSecondaryOutput() const override { return fHasSecondaryOutput; }
165 bool fHasSecondaryOutput;
GrGLSLFragmentShaderBuilder.cpp 74 , fHasSecondaryOutput(false)
151 SkASSERT(!fHasSecondaryOutput);
152 fHasSecondaryOutput = true;
  /external/skqp/src/gpu/glsl/
GrGLSLFragmentShaderBuilder.h 174 bool hasSecondaryOutput() const override { return fHasSecondaryOutput; }
230 bool fHasSecondaryOutput;
GrGLSLFragmentShaderBuilder.cpp 86 , fHasSecondaryOutput(false)
234 SkASSERT(!fHasSecondaryOutput);
235 fHasSecondaryOutput = true;

Completed in 374 milliseconds