/third_party/skia/src/gpu/ |
D | GrSimpleMesh.h | 24 uint16_t minIndexValue, uint16_t maxIndexValue, GrPrimitiveRestart, 57 int baseIndex, uint16_t minIndexValue, uint16_t maxIndexValue, in setIndexed() argument 63 SkASSERT(maxIndexValue >= minIndexValue); in setIndexed() 70 fMaxIndexValue = maxIndexValue; in setIndexed()
|
D | GrOpsRenderPass.cpp | 234 uint16_t maxIndexValue, int baseVertex) { in drawIndexed() argument 241 this->onDrawIndexed(indexCount, baseIndex, minIndexValue, maxIndexValue, baseVertex); in drawIndexed() 332 int maxIndexValue = patternVertexCount * repeatCount - 1; in drawIndexPattern() local 333 this->drawIndexed(drawIndexCount, 0, minIndexValue, maxIndexValue, in drawIndexPattern()
|
D | GrOpsRenderPass.h | 86 void drawIndexed(int indexCount, int baseIndex, uint16_t minIndexValue, uint16_t maxIndexValue, 188 uint16_t maxIndexValue, int baseVertex) = 0;
|
D | GrOpFlushState.h | 237 void drawIndexed(int indexCount, int baseIndex, uint16_t minIndexValue, uint16_t maxIndexValue, in drawIndexed() argument 239 fOpsRenderPass->drawIndexed(indexCount, baseIndex, minIndexValue, maxIndexValue, in drawIndexed()
|
/third_party/flutter/skia/src/gpu/ |
D | GrMesh.h | 44 uint16_t minIndexValue, uint16_t maxIndexValue, GrPrimitiveRestart); 63 uint16_t maxIndexValue, const GrBuffer* vertexBuffer, 155 uint16_t minIndexValue, uint16_t maxIndexValue, in setIndexed() argument 160 SkASSERT(maxIndexValue >= minIndexValue); in setIndexed() 167 fNonPatternIndexData.fMaxIndexValue = maxIndexValue; in setIndexed() 261 int maxIndexValue = fPatternData.fVertexCount * repeatCount - 1; in sendToGpu() local 265 minIndexValue, maxIndexValue, fVertexBuffer.get(), in sendToGpu()
|
/third_party/skia/src/gpu/dawn/ |
D | GrDawnOpsRenderPass.h | 49 uint16_t maxIndexValue, int baseVertex) override;
|
D | GrDawnOpsRenderPass.cpp | 204 uint16_t maxIndexValue, int baseVertex) { in onDrawIndexed() argument
|
/third_party/skia/src/gpu/d3d/ |
D | GrD3DOpsRenderPass.h | 52 uint16_t maxIndexValue, int baseVertex) override { in onDrawIndexed() argument
|
/third_party/skia/src/gpu/gl/ |
D | GrGLOpsRenderPass.h | 71 uint16_t maxIndexValue, int baseVertex) override;
|
D | GrGLOpsRenderPass.cpp | 192 uint16_t maxIndexValue, int baseVertex) { in onDrawIndexed() argument 208 GL_CALL(DrawRangeElements(glPrimType, minIndexValue, maxIndexValue, indexCount, in onDrawIndexed()
|
/third_party/skia/src/gpu/mtl/ |
D | GrMtlOpsRenderPass.h | 49 uint16_t maxIndexValue, int baseVertex) override;
|
D | GrMtlOpsRenderPass.mm | 375 uint16_t maxIndexValue, int baseVertex) {
|
/third_party/skia/src/gpu/vk/ |
D | GrVkOpsRenderPass.h | 81 uint16_t maxIndexValue, int baseVertex) override { in onDrawIndexed() argument
|
/third_party/vk-gl-cts/modules/glshared/ |
D | glsDrawTest.cpp | 2866 deUint32 maxIndexValue = 0; in valid() local 2868 maxIndexValue = GLValue::getMaxValue(INPUTTYPE_UNSIGNED_BYTE).ub.getValue(); in valid() 2870 maxIndexValue = GLValue::getMaxValue(INPUTTYPE_UNSIGNED_SHORT).us.getValue(); in valid() 2872 maxIndexValue = GLValue::getMaxValue(INPUTTYPE_UNSIGNED_INT).ui.getValue(); in valid() 2880 if ((deUint32)indexMin > maxIndexValue || (deUint32)indexMax > maxIndexValue) in valid()
|
/third_party/flutter/skia/src/gpu/gl/ |
D | GrGLGpu.h | 97 int baseIndex, uint16_t minIndexValue, uint16_t maxIndexValue,
|
D | GrGLGpu.cpp | 2505 uint16_t maxIndexValue, const GrBuffer* vertexBuffer, in sendIndexedMeshToGpu() argument 2513 GL_CALL(DrawRangeElements(glPrimType, minIndexValue, maxIndexValue, indexCount, in sendIndexedMeshToGpu()
|
/third_party/flutter/skia/src/gpu/mtl/ |
D | GrMtlGpuCommandBuffer.mm | 383 uint16_t /*maxIndexValue*/,
|