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

  /external/skia/include/gpu/mock/
GrMockTypes.h 54 bool fFlatInterpolationSupport = false;
  /external/skqp/include/gpu/mock/
GrMockTypes.h 52 bool fFlatInterpolationSupport = false;
  /external/skqp/src/gpu/mock/
GrMockCaps.h 29 fShaderCaps->fFlatInterpolationSupport = options.fFlatInterpolationSupport;
  /external/skia/src/gpu/mock/
GrMockCaps.h 30 fShaderCaps->fFlatInterpolationSupport = options.fFlatInterpolationSupport;
  /external/skia/include/gpu/
GrShaderCaps.h 67 bool flatInterpolationSupport() const { return fFlatInterpolationSupport; }
243 bool fFlatInterpolationSupport : 1;
  /external/skia/src/gpu/
GrShaderCaps.cpp 42 fFlatInterpolationSupport = false;
113 writer->appendBool("Flat interpolation support", fFlatInterpolationSupport);
  /external/skqp/include/gpu/
GrShaderCaps.h 69 bool flatInterpolationSupport() const { return fFlatInterpolationSupport; }
262 bool fFlatInterpolationSupport : 1;
  /external/skqp/src/gpu/
GrShaderCaps.cpp 43 fFlatInterpolationSupport = false;
120 writer->appendBool("Flat interpolation support", fFlatInterpolationSupport);
  /external/skia/src/gpu/mtl/
GrMtlCaps.mm 214 shaderCaps->fFlatInterpolationSupport = true;
  /external/skqp/src/gpu/mtl/
GrMtlCaps.mm 203 shaderCaps->fFlatInterpolationSupport = true;
  /external/skia/tests/
GrCCPRTest.cpp 127 mockOptions.fFlatInterpolationSupport = true;
  /external/skqp/tests/
GrCCPRTest.cpp 126 mockOptions.fFlatInterpolationSupport = true;
  /external/skia/src/gpu/vk/
GrVkCaps.cpp 253 shaderCaps->fFlatInterpolationSupport = true;
  /external/skqp/src/gpu/vk/
GrVkCaps.cpp 249 shaderCaps->fFlatInterpolationSupport = true;
  /external/skia/src/gpu/gl/
GrGLCaps.cpp 723 shaderCaps->fFlatInterpolationSupport = ctxInfo.glslGeneration() >= k130_GrGLSLGeneration;
725 shaderCaps->fFlatInterpolationSupport =
729 shaderCaps->fPreferFlatInterpolation = shaderCaps->fFlatInterpolationSupport &&
    [all...]
  /external/skqp/src/gpu/gl/
GrGLCaps.cpp 714 shaderCaps->fFlatInterpolationSupport = ctxInfo.glslGeneration() >= k130_GrGLSLGeneration;
716 shaderCaps->fFlatInterpolationSupport =
720 shaderCaps->fPreferFlatInterpolation = shaderCaps->fFlatInterpolationSupport &&
    [all...]

Completed in 522 milliseconds