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

  /external/skqp/src/gpu/glsl/
GrGLSLFragmentShaderBuilder.h 78 virtual bool hasSecondaryOutput() const = 0;
112 bool hasSecondaryOutput() const override { return fHasSecondaryOutput; }
GrGLSLProgramBuilder.cpp 66 this->emitFSOutputSwizzle(this->pipeline().getXferProcessor().hasSecondaryOutput());
233 if (xp.hasSecondaryOutput()) {
282 void GrGLSLProgramBuilder::emitFSOutputSwizzle(bool hasSecondaryOutput) {
290 if (hasSecondaryOutput) {
GrGLSLProgramBuilder.h 154 void emitFSOutputSwizzle(bool hasSecondaryOutput);
  /external/skia/src/gpu/glsl/
GrGLSLFragmentShaderBuilder.h 94 virtual bool hasSecondaryOutput() const = 0;
130 bool hasSecondaryOutput() const override { return fHasSecondaryOutput; }
GrGLSLProgramBuilder.cpp 65 this->emitFSOutputSwizzle(this->pipeline().getXferProcessor().hasSecondaryOutput());
232 if (xp.hasSecondaryOutput()) {
292 void GrGLSLProgramBuilder::emitFSOutputSwizzle(bool hasSecondaryOutput) {
300 if (hasSecondaryOutput) {
GrGLSLProgramBuilder.h 159 void emitFSOutputSwizzle(bool hasSecondaryOutput);
  /external/skia/src/gpu/
GrXferProcessor.cpp 26 bool GrXferProcessor::hasSecondaryOutput() const {
GrXferProcessor.h 162 bool hasSecondaryOutput() const;
  /external/skqp/src/gpu/
GrXferProcessor.cpp 26 bool GrXferProcessor::hasSecondaryOutput() const {
GrXferProcessor.h 162 bool hasSecondaryOutput() const;
  /external/skia/src/gpu/effects/
GrPorterDuffXferProcessor.cpp 67 bool hasSecondaryOutput() const {
414 bool onHasSecondaryOutput() const override { return fBlendFormula.hasSecondaryOutput(); }
482 if (blendFormula.hasSecondaryOutput()) {
    [all...]
  /external/skqp/src/gpu/effects/
GrPorterDuffXferProcessor.cpp 67 bool hasSecondaryOutput() const {
414 bool onHasSecondaryOutput() const override { return fBlendFormula.hasSecondaryOutput(); }
482 if (blendFormula.hasSecondaryOutput()) {
    [all...]
  /external/skia/src/gpu/gl/builders/
GrGLProgramBuilder.cpp 462 if (fFS.hasSecondaryOutput() && caps.shaderCaps()->mustDeclareFragmentShaderOutput()) {
  /external/skqp/src/gpu/gl/builders/
GrGLProgramBuilder.cpp 393 if (fFS.hasSecondaryOutput() && caps.shaderCaps()->mustDeclareFragmentShaderOutput()) {
  /external/skia/tests/
GrPorterDuffTest.cpp 103 TEST_ASSERT(xp->hasSecondaryOutput() == GrBlendCoeffRefsSrc2(fBlendInfo.fDstBlend));
    [all...]
  /external/skqp/tests/
GrPorterDuffTest.cpp 101 TEST_ASSERT(xp->hasSecondaryOutput() == GrBlendCoeffRefsSrc2(fBlendInfo.fDstBlend));
    [all...]

Completed in 681 milliseconds