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

  /external/skia/tests/
GrPorterDuffTest.cpp 111 TEST_ASSERT(kReverseSubtract_GrBlendEquation == xpi.fBlendInfo.fEquation);
121 TEST_ASSERT(kAdd_GrBlendEquation == xpi.fBlendInfo.fEquation);
132 TEST_ASSERT(kAdd_GrBlendEquation == xpi.fBlendInfo.fEquation);
142 TEST_ASSERT(kAdd_GrBlendEquation == xpi.fBlendInfo.fEquation);
152 TEST_ASSERT(kAdd_GrBlendEquation == xpi.fBlendInfo.fEquation);
162 TEST_ASSERT(kAdd_GrBlendEquation == xpi.fBlendInfo.fEquation);
172 TEST_ASSERT(kReverseSubtract_GrBlendEquation == xpi.fBlendInfo.fEquation);
182 TEST_ASSERT(kAdd_GrBlendEquation == xpi.fBlendInfo.fEquation);
192 TEST_ASSERT(kAdd_GrBlendEquation == xpi.fBlendInfo.fEquation);
202 TEST_ASSERT(kAdd_GrBlendEquation == xpi.fBlendInfo.fEquation);
    [all...]
  /external/skia/src/gpu/
GrXferProcessor.h 144 fEquation = kAdd_GrBlendEquation;
153 GrBlendEquation fEquation;
GrXferProcessor.cpp 170 fWriteColor, equation_string(fEquation), coeff_string(fSrcBlend),
  /external/skia/src/gpu/gl/
GrGLGpu.h 540 GrBlendEquation fEquation;
548 fEquation = static_cast<GrBlendEquation>(-1);
GrGLGpu.cpp     [all...]
  /external/skia/src/gpu/effects/
GrCustomXfermode.cpp 308 blendInfo->fEquation = this->hwBlendEquation();
GrPorterDuffXferProcessor.cpp 359 blendInfo->fEquation = fBlendFormula.fBlendEquation;
    [all...]
  /external/skia/src/gpu/vk/
GrVkPipeline.cpp 328 GrBlendEquation equation = blendInfo.fEquation;
GrVkPipelineState.cpp 494 key |= (blendInfo.fEquation << (kBlendWriteShift + 2 * kBlendCoeffShift));

Completed in 289 milliseconds