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

  /external/skia/tests/
GrPorterDuffTest.cpp 131 TEST_ASSERT(xpi.fBlendInfo.fWriteColor);
142 TEST_ASSERT(xpi.fBlendInfo.fWriteColor);
153 TEST_ASSERT(xpi.fBlendInfo.fWriteColor);
164 TEST_ASSERT(xpi.fBlendInfo.fWriteColor);
175 TEST_ASSERT(xpi.fBlendInfo.fWriteColor);
186 TEST_ASSERT(xpi.fBlendInfo.fWriteColor);
197 TEST_ASSERT(xpi.fBlendInfo.fWriteColor);
208 TEST_ASSERT(xpi.fBlendInfo.fWriteColor);
219 TEST_ASSERT(xpi.fBlendInfo.fWriteColor);
230 TEST_ASSERT(xpi.fBlendInfo.fWriteColor);
    [all...]
  /external/skia/src/gpu/effects/
GrDisableColorXP.cpp 73 blendInfo->fWriteColor = false;
GrPorterDuffXferProcessor.cpp 420 blendInfo->fWriteColor = fBlendFormula.modifiesDst();
    [all...]
  /external/skia/src/gpu/
GrXferProcessor.h 136 fWriteColor = true;
145 bool fWriteColor;
GrXferProcessor.cpp 148 fWriteColor, equation_string(fEquation), coeff_string(fSrcBlend),
  /external/skia/src/gpu/vk/
GrVkPipeline.cpp 367 if (!blendInfo.fWriteColor) {
GrVkPipelineState.cpp 559 uint32_t key = blendInfo.fWriteColor;
  /external/skia/src/gpu/gl/
GrGLGpu.cpp     [all...]

Completed in 380 milliseconds