Home
last modified time | relevance | path

Searched refs:maxIndexValue (Results 1 - 12 of 12) sorted by relevance

/third_party/skia/src/gpu/
H A DGrSimpleMesh.h24 uint16_t minIndexValue, uint16_t maxIndexValue, GrPrimitiveRestart,
57 int baseIndex, uint16_t minIndexValue, uint16_t maxIndexValue, in setIndexed()
63 SkASSERT(maxIndexValue >= minIndexValue); in setIndexed()
70 fMaxIndexValue = maxIndexValue; in setIndexed()
56 setIndexed(sk_sp<const GrBuffer> indexBuffer, int indexCount, int baseIndex, uint16_t minIndexValue, uint16_t maxIndexValue, GrPrimitiveRestart primitiveRestart, sk_sp<const GrBuffer> vertexBuffer, int baseVertex) setIndexed() argument
H A DGrOpsRenderPass.h87 void drawIndexed(int indexCount, int baseIndex, uint16_t minIndexValue, uint16_t maxIndexValue,
191 uint16_t maxIndexValue, int baseVertex) = 0;
H A DGrOpsRenderPass.cpp239 uint16_t maxIndexValue, int baseVertex) { in drawIndexed()
246 this->onDrawIndexed(indexCount, baseIndex, minIndexValue, maxIndexValue, baseVertex); in drawIndexed()
337 int maxIndexValue = patternVertexCount * repeatCount - 1; in drawIndexPattern() local
338 this->drawIndexed(drawIndexCount, 0, minIndexValue, maxIndexValue, in drawIndexPattern()
238 drawIndexed(int indexCount, int baseIndex, uint16_t minIndexValue, uint16_t maxIndexValue, int baseVertex) drawIndexed() argument
H A 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/skia/src/gpu/d3d/
H A DGrD3DOpsRenderPass.h52 uint16_t maxIndexValue, int baseVertex) override {
/third_party/skia/src/gpu/dawn/
H A DGrDawnOpsRenderPass.h49 uint16_t maxIndexValue, int baseVertex) override;
H A DGrDawnOpsRenderPass.cpp204 uint16_t maxIndexValue, int baseVertex) { in onDrawIndexed()
203 onDrawIndexed(int indexCount, int baseIndex, uint16_t minIndexValue, uint16_t maxIndexValue, int baseVertex) onDrawIndexed() argument
/third_party/skia/src/gpu/vk/
H A DGrVkOpsRenderPass.h82 uint16_t maxIndexValue, int baseVertex) override {
/third_party/skia/src/gpu/gl/
H A DGrGLOpsRenderPass.h71 uint16_t maxIndexValue, int baseVertex) override;
H A DGrGLOpsRenderPass.cpp192 uint16_t maxIndexValue, int baseVertex) { in onDrawIndexed()
208 GL_CALL(DrawRangeElements(glPrimType, minIndexValue, maxIndexValue, indexCount, in onDrawIndexed()
191 onDrawIndexed(int indexCount, int baseIndex, uint16_t minIndexValue, uint16_t maxIndexValue, int baseVertex) onDrawIndexed() argument
/third_party/skia/src/gpu/mtl/
H A DGrMtlOpsRenderPass.h49 uint16_t maxIndexValue, int baseVertex) override;
/third_party/vk-gl-cts/modules/glshared/
H A DglsDrawTest.cpp2898 deUint32 maxIndexValue = 0; in valid() local
2900 maxIndexValue = GLValue::getMaxValue(INPUTTYPE_UNSIGNED_BYTE).ub.getValue(); in valid()
2902 maxIndexValue = GLValue::getMaxValue(INPUTTYPE_UNSIGNED_SHORT).us.getValue(); in valid()
2904 maxIndexValue = GLValue::getMaxValue(INPUTTYPE_UNSIGNED_INT).ui.getValue(); in valid()
2912 if ((deUint32)indexMin > maxIndexValue || (deUint32)indexMax > maxIndexValue) in valid()

Completed in 18 milliseconds