Home
last modified time | relevance | path

Searched refs:instanceAttribSupport (Results 1 – 6 of 6) sorted by relevance

/third_party/flutter/skia/src/gpu/gl/
DGrGLVertexArray.cpp94 SkASSERT(0 == divisor || gpu->caps()->instanceAttribSupport()); in set()
143 if (gpu->caps()->instanceAttribSupport() && array->fDivisor != divisor) { in set()
/third_party/flutter/skia/src/gpu/
DGrGpuCommandBuffer.cpp41 SkASSERT(!primProc.hasInstanceAttributes() || this->gpu()->caps()->instanceAttribSupport()); in draw()
DGrCaps.h58 bool instanceAttribSupport() const { return fInstanceAttribSupport; } in instanceAttribSupport() function
/third_party/flutter/skia/src/gpu/ccpr/
DGrCoverageCountingPathRenderer.cpp26 !caps.instanceAttribSupport() || !shaderCaps.floatIs32Bits() || in IsSupported()
/third_party/flutter/skia/tests/
DGrMeshTest.cpp201 if (!context->priv().caps()->instanceAttribSupport()) { in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
/third_party/flutter/skia/src/gpu/ops/
DGrFillRRectOp.cpp30 if (!caps.instanceAttribSupport()) { in Make()