/third_party/skia/src/gpu/ |
H A D | GrSimpleMesh.h | 24 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 D | GrOpsRenderPass.h | 87 void drawIndexed(int indexCount, int baseIndex, uint16_t minIndexValue, uint16_t maxIndexValue, 191 uint16_t maxIndexValue, int baseVertex) = 0;
|
H A D | GrOpsRenderPass.cpp | 239 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 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/skia/src/gpu/d3d/ |
H A D | GrD3DOpsRenderPass.h | 52 uint16_t maxIndexValue, int baseVertex) override {
|
/third_party/skia/src/gpu/dawn/ |
H A D | GrDawnOpsRenderPass.h | 49 uint16_t maxIndexValue, int baseVertex) override;
|
H A D | GrDawnOpsRenderPass.cpp | 204 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 D | GrVkOpsRenderPass.h | 82 uint16_t maxIndexValue, int baseVertex) override {
|
/third_party/skia/src/gpu/gl/ |
H A D | GrGLOpsRenderPass.h | 71 uint16_t maxIndexValue, int baseVertex) override;
|
H A D | GrGLOpsRenderPass.cpp | 192 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 D | GrMtlOpsRenderPass.h | 49 uint16_t maxIndexValue, int baseVertex) override;
|
/third_party/vk-gl-cts/modules/glshared/ |
H A D | glsDrawTest.cpp | 2898 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()
|