Home
last modified time | relevance | path

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

/external/skia/src/gpu/ccpr/
DGrCoverageCountingPathRenderer.cpp29 !caps.halfFloatVertexAttributeSupport()) { in IsSupported()
/external/skqp/src/gpu/
DGrCaps.h62 bool halfFloatVertexAttributeSupport() const { return fHalfFloatVertexAttributeSupport; } in halfFloatVertexAttributeSupport() function
DSkGr.cpp274 !caps.halfFloatVertexAttributeSupport()) { in SkColor4fPrepForDst()
/external/skia/src/gpu/
DGrCaps.h76 bool halfFloatVertexAttributeSupport() const { return fHalfFloatVertexAttributeSupport; } in halfFloatVertexAttributeSupport() function
/external/skia/tools/gpu/
DTestOps.cpp167 return !paint.getColor4f().fitsInBytes() && caps->halfFloatVertexAttributeSupport(); in use_wide_color()
/external/skqp/bench/
DVertexColorSpaceBench.cpp254 !context->contextPriv().caps()->halfFloatVertexAttributeSupport()) { in onDraw()
/external/skqp/src/gpu/ccpr/
DGrCoverageCountingPathRenderer.cpp29 caps.halfFloatVertexAttributeSupport() && in IsSupported()
/external/skia/bench/
DVertexColorSpaceBench.cpp298 !context->priv().caps()->halfFloatVertexAttributeSupport()) { in onDraw()