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

  /external/skia/src/gpu/
GrGpuCommandBuffer.cpp 40 SkASSERT(!primProc.hasInstanceAttributes() || this->gpu()->caps()->instanceAttribSupport());
GrCaps.h 60 bool instanceAttribSupport() const { return fInstanceAttribSupport; }
  /external/skqp/src/gpu/
GrGpuCommandBuffer.cpp 39 SkASSERT(!primProc.hasInstanceAttributes() || this->gpu()->caps()->instanceAttribSupport());
GrCaps.h 60 bool instanceAttribSupport() const { return fInstanceAttribSupport; }
  /external/skia/src/gpu/gl/
GrGLVertexArray.cpp 91 SkASSERT(0 == divisor || gpu->caps()->instanceAttribSupport());
140 if (gpu->caps()->instanceAttribSupport() && array->fDivisor != divisor) {
  /external/skqp/src/gpu/gl/
GrGLVertexArray.cpp 90 SkASSERT(0 == divisor || gpu->caps()->instanceAttribSupport());
122 if (gpu->caps()->instanceAttribSupport() && array->fDivisor != divisor) {
  /external/skia/src/gpu/ccpr/
GrCoverageCountingPathRenderer.cpp 23 return caps.instanceAttribSupport() && shaderCaps.integerSupport() &&
  /external/skqp/src/gpu/ccpr/
GrCoverageCountingPathRenderer.cpp 23 return caps.instanceAttribSupport() && shaderCaps.integerSupport() &&
  /external/skia/src/gpu/ops/
GrAAFillRRectOp.cpp 29 if (!caps.instanceAttribSupport()) {
  /external/skia/tests/
GrMeshTest.cpp 205 if (!context->priv().caps()->instanceAttribSupport()) {
  /external/skqp/src/gpu/ops/
GrAAFillRRectOp.cpp 27 if (!caps.instanceAttribSupport()) {
  /external/skqp/tests/
GrMeshTest.cpp 207 if (!context->contextPriv().caps()->instanceAttribSupport()) {

Completed in 279 milliseconds