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

  /external/skia/tests/
GrPorterDuffTest.cpp 128 TEST_ASSERT(kAdd_GrBlendEquation == xpi.fBlendInfo.fEquation);
139 TEST_ASSERT(kAdd_GrBlendEquation == xpi.fBlendInfo.fEquation);
150 TEST_ASSERT(kAdd_GrBlendEquation == xpi.fBlendInfo.fEquation);
161 TEST_ASSERT(kAdd_GrBlendEquation == xpi.fBlendInfo.fEquation);
172 TEST_ASSERT(kAdd_GrBlendEquation == xpi.fBlendInfo.fEquation);
183 TEST_ASSERT(kAdd_GrBlendEquation == xpi.fBlendInfo.fEquation);
194 TEST_ASSERT(kAdd_GrBlendEquation == xpi.fBlendInfo.fEquation);
205 TEST_ASSERT(kAdd_GrBlendEquation == xpi.fBlendInfo.fEquation);
216 TEST_ASSERT(kAdd_GrBlendEquation == xpi.fBlendInfo.fEquation);
227 TEST_ASSERT(kAdd_GrBlendEquation == xpi.fBlendInfo.fEquation);
    [all...]
  /external/skia/src/gpu/
GrXferProcessor.h 132 fEquation = kAdd_GrBlendEquation;
141 GrBlendEquation fEquation;
GrXferProcessor.cpp 148 fWriteColor, equation_string(fEquation), coeff_string(fSrcBlend),
  /external/skia/src/gpu/gl/
GrGLGpu.h 549 GrBlendEquation fEquation;
557 fEquation = static_cast<GrBlendEquation>(-1);
GrGLGpu.cpp     [all...]
  /external/skia/src/gpu/effects/
GrCustomXfermode.cpp 198 blendInfo->fEquation = this->hwBlendEquation();
GrPorterDuffXferProcessor.cpp 417 blendInfo->fEquation = fBlendFormula.equation();
    [all...]
  /external/skia/src/gpu/vk/
GrVkPipeline.cpp 350 GrBlendEquation equation = blendInfo.fEquation;
GrVkPipelineState.cpp 562 key |= (blendInfo.fEquation << (kBlendWriteShift + 2 * kBlendCoeffShift));

Completed in 1609 milliseconds