Home
last modified time | relevance | path

Searched refs:maxIndexValue (Results 1 – 17 of 17) sorted by relevance

/third_party/skia/src/gpu/
DGrSimpleMesh.h24 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()
DGrOpsRenderPass.cpp234 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()
DGrOpsRenderPass.h86 void drawIndexed(int indexCount, int baseIndex, uint16_t minIndexValue, uint16_t maxIndexValue,
188 uint16_t maxIndexValue, int baseVertex) = 0;
DGrOpFlushState.h237 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/
DGrMesh.h44 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/
DGrDawnOpsRenderPass.h49 uint16_t maxIndexValue, int baseVertex) override;
DGrDawnOpsRenderPass.cpp204 uint16_t maxIndexValue, int baseVertex) { in onDrawIndexed() argument
/third_party/skia/src/gpu/d3d/
DGrD3DOpsRenderPass.h52 uint16_t maxIndexValue, int baseVertex) override { in onDrawIndexed() argument
/third_party/skia/src/gpu/gl/
DGrGLOpsRenderPass.h71 uint16_t maxIndexValue, int baseVertex) override;
DGrGLOpsRenderPass.cpp192 uint16_t maxIndexValue, int baseVertex) { in onDrawIndexed() argument
208 GL_CALL(DrawRangeElements(glPrimType, minIndexValue, maxIndexValue, indexCount, in onDrawIndexed()
/third_party/skia/src/gpu/mtl/
DGrMtlOpsRenderPass.h49 uint16_t maxIndexValue, int baseVertex) override;
DGrMtlOpsRenderPass.mm375 uint16_t maxIndexValue, int baseVertex) {
/third_party/skia/src/gpu/vk/
DGrVkOpsRenderPass.h81 uint16_t maxIndexValue, int baseVertex) override { in onDrawIndexed() argument
/third_party/vk-gl-cts/modules/glshared/
DglsDrawTest.cpp2866 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/
DGrGLGpu.h97 int baseIndex, uint16_t minIndexValue, uint16_t maxIndexValue,
DGrGLGpu.cpp2505 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/
DGrMtlGpuCommandBuffer.mm383 uint16_t /*maxIndexValue*/,