Home
last modified time | relevance | path

Searched refs:halfFloatVertexAttributeSupport (Results 1 – 7 of 7) sorted by relevance

/third_party/flutter/skia/src/gpu/
DSkGr.h73 caps.halfFloatVertexAttributeSupport() && in SkPMColor4fNeedsWideColor()
DGrCaps.h64 bool halfFloatVertexAttributeSupport() const { return fHalfFloatVertexAttributeSupport; } in halfFloatVertexAttributeSupport() function
/third_party/skia/tools/gpu/
DTestOps.cpp163 return !paint.getColor4f().fitsInBytes() && caps->halfFloatVertexAttributeSupport(); in use_wide_color()
/third_party/skia/src/gpu/
DGrCaps.h75 bool halfFloatVertexAttributeSupport() const { return fHalfFloatVertexAttributeSupport; } in halfFloatVertexAttributeSupport() function
/third_party/flutter/skia/bench/
DVertexColorSpaceBench.cpp258 !context->priv().caps()->halfFloatVertexAttributeSupport()) { in onDraw()
/third_party/flutter/skia/src/gpu/ccpr/
DGrCoverageCountingPathRenderer.cpp29 !caps.halfFloatVertexAttributeSupport()) { in IsSupported()
/third_party/skia/bench/
DVertexColorSpaceBench.cpp302 !context->priv().caps()->halfFloatVertexAttributeSupport()) { in onDraw()