Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrCaps.h62 bool halfFloatVertexAttributeSupport() const { return fHalfFloatVertexAttributeSupport; } in halfFloatVertexAttributeSupport() function
DSkGr.cpp277 !caps.halfFloatVertexAttributeSupport()) { in SkColor4fPrepForDst()
/external/skqp/src/gpu/
DGrCaps.h62 bool halfFloatVertexAttributeSupport() const { return fHalfFloatVertexAttributeSupport; } in halfFloatVertexAttributeSupport() function
DSkGr.cpp274 !caps.halfFloatVertexAttributeSupport()) { in SkColor4fPrepForDst()
/external/skia/bench/
DVertexColorSpaceBench.cpp258 !context->priv().caps()->halfFloatVertexAttributeSupport()) { in onDraw()
/external/skia/src/gpu/ccpr/
DGrCoverageCountingPathRenderer.cpp29 caps.halfFloatVertexAttributeSupport() && in IsSupported()
/external/skqp/bench/
DVertexColorSpaceBench.cpp254 !context->contextPriv().caps()->halfFloatVertexAttributeSupport()) { in onDraw()
/external/skqp/src/gpu/ccpr/
DGrCoverageCountingPathRenderer.cpp29 caps.halfFloatVertexAttributeSupport() && in IsSupported()
/external/skia/src/gpu/ops/
DGrFillRectOp.cpp155 if (fColorType == ColorType::kHalf && !caps.halfFloatVertexAttributeSupport()) { in finalize()