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

  /external/skia/tests/
GrPorterDuffTest.cpp 131 TEST_ASSERT(kAdd_GrBlendEquation == xpi.fBlendInfo.fEquation);
141 TEST_ASSERT(kAdd_GrBlendEquation == xpi.fBlendInfo.fEquation);
151 TEST_ASSERT(kAdd_GrBlendEquation == xpi.fBlendInfo.fEquation);
161 TEST_ASSERT(kAdd_GrBlendEquation == xpi.fBlendInfo.fEquation);
171 TEST_ASSERT(kAdd_GrBlendEquation == xpi.fBlendInfo.fEquation);
181 TEST_ASSERT(kAdd_GrBlendEquation == xpi.fBlendInfo.fEquation);
191 TEST_ASSERT(kAdd_GrBlendEquation == xpi.fBlendInfo.fEquation);
201 TEST_ASSERT(kAdd_GrBlendEquation == xpi.fBlendInfo.fEquation);
211 TEST_ASSERT(kAdd_GrBlendEquation == xpi.fBlendInfo.fEquation);
221 TEST_ASSERT(kAdd_GrBlendEquation == xpi.fBlendInfo.fEquation);
    [all...]
  /external/skqp/tests/
GrPorterDuffTest.cpp 129 TEST_ASSERT(kAdd_GrBlendEquation == xpi.fBlendInfo.fEquation);
139 TEST_ASSERT(kAdd_GrBlendEquation == xpi.fBlendInfo.fEquation);
149 TEST_ASSERT(kAdd_GrBlendEquation == xpi.fBlendInfo.fEquation);
159 TEST_ASSERT(kAdd_GrBlendEquation == xpi.fBlendInfo.fEquation);
169 TEST_ASSERT(kAdd_GrBlendEquation == xpi.fBlendInfo.fEquation);
179 TEST_ASSERT(kAdd_GrBlendEquation == xpi.fBlendInfo.fEquation);
189 TEST_ASSERT(kAdd_GrBlendEquation == xpi.fBlendInfo.fEquation);
199 TEST_ASSERT(kAdd_GrBlendEquation == xpi.fBlendInfo.fEquation);
209 TEST_ASSERT(kAdd_GrBlendEquation == xpi.fBlendInfo.fEquation);
219 TEST_ASSERT(kAdd_GrBlendEquation == xpi.fBlendInfo.fEquation);
    [all...]
  /external/skia/src/gpu/
GrXferProcessor.h 131 fEquation = kAdd_GrBlendEquation;
140 GrBlendEquation fEquation;
GrXferProcessor.cpp 157 fWriteColor, equation_string(fEquation), coeff_string(fSrcBlend),
GrPipeline.cpp 126 key |= (blendInfo.fEquation << (kBlendWriteShift + 2 * kBlendCoeffShift));
  /external/skqp/src/gpu/
GrXferProcessor.h 131 fEquation = kAdd_GrBlendEquation;
140 GrBlendEquation fEquation;
GrXferProcessor.cpp 157 fWriteColor, equation_string(fEquation), coeff_string(fSrcBlend),
  /external/skia/src/gpu/gl/
GrGLGpu.h 581 GrBlendEquation fEquation;
589 fEquation = kIllegal_GrBlendEquation;
GrGLGpu.cpp     [all...]
  /external/skqp/src/gpu/gl/
GrGLGpu.h 563 GrBlendEquation fEquation;
571 fEquation = kIllegal_GrBlendEquation;
GrGLGpu.cpp     [all...]
  /external/skia/src/gpu/effects/
GrCustomXfermode.cpp 199 blendInfo->fEquation = this->hwBlendEquation();
GrPorterDuffXferProcessor.cpp 417 blendInfo->fEquation = fBlendFormula.equation();
    [all...]
  /external/skqp/src/gpu/effects/
GrCustomXfermode.cpp 199 blendInfo->fEquation = this->hwBlendEquation();
GrPorterDuffXferProcessor.cpp 417 blendInfo->fEquation = fBlendFormula.equation();
    [all...]
  /external/skqp/src/gpu/vk/
GrVkPipelineStateBuilder.cpp 388 key |= (blendInfo.fEquation << (kBlendWriteShift + 2 * kBlendCoeffShift));
GrVkPipeline.cpp 432 GrBlendEquation equation = blendInfo.fEquation;
  /external/skia/src/gpu/mtl/
GrMtlPipelineStateBuilder.mm 286 GrBlendEquation equation = blendInfo.fEquation;
  /external/skqp/src/gpu/mtl/
GrMtlPipelineStateBuilder.mm 283 GrBlendEquation equation = blendInfo.fEquation;
  /external/skia/src/gpu/vk/
GrVkPipeline.cpp 436 GrBlendEquation equation = blendInfo.fEquation;

Completed in 814 milliseconds