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

  /external/skia/tests/
GrPorterDuffTest.cpp 119 TEST_ASSERT(kReverseSubtract_GrBlendEquation == xpi.fBlendInfo.fEquation);
130 TEST_ASSERT(kAdd_GrBlendEquation == xpi.fBlendInfo.fEquation);
144 TEST_ASSERT(kAdd_GrBlendEquation == xpi.fBlendInfo.fEquation);
155 TEST_ASSERT(kAdd_GrBlendEquation == xpi.fBlendInfo.fEquation);
166 TEST_ASSERT(kAdd_GrBlendEquation == xpi.fBlendInfo.fEquation);
177 TEST_ASSERT(kAdd_GrBlendEquation == xpi.fBlendInfo.fEquation);
188 TEST_ASSERT(kReverseSubtract_GrBlendEquation == xpi.fBlendInfo.fEquation);
199 TEST_ASSERT(kAdd_GrBlendEquation == xpi.fBlendInfo.fEquation);
210 TEST_ASSERT(kAdd_GrBlendEquation == xpi.fBlendInfo.fEquation);
221 TEST_ASSERT(kAdd_GrBlendEquation == xpi.fBlendInfo.fEquation);
    [all...]
  /external/skia/include/gpu/
GrXferProcessor.h 158 fEquation = kAdd_GrBlendEquation;
167 GrBlendEquation fEquation;
  /external/skia/src/gpu/
GrXferProcessor.cpp 187 fWriteColor, equation_string(fEquation), coeff_string(fSrcBlend),
  /external/skia/src/gpu/gl/
GrGLGpu.h 539 GrBlendEquation fEquation;
547 fEquation = static_cast<GrBlendEquation>(-1);
GrGLGpu.cpp     [all...]
  /external/skia/src/gpu/effects/
GrCustomXfermode.cpp 322 blendInfo->fEquation = this->hwBlendEquation();
GrPorterDuffXferProcessor.cpp 367 blendInfo->fEquation = fBlendFormula.fBlendEquation;
    [all...]
  /external/skia/src/gpu/vk/
GrVkPipeline.cpp 353 GrBlendEquation equation = blendInfo.fEquation;

Completed in 626 milliseconds