Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrMesh.h38 uint16_t minIndexValue, uint16_t maxIndexValue);
58 uint16_t maxIndexValue, const GrBuffer* vertexBuffer,
139 uint16_t minIndexValue, uint16_t maxIndexValue) { in setIndexed() argument
143 SkASSERT(maxIndexValue >= minIndexValue); in setIndexed()
150 fNonPatternIndexData.fMaxIndexValue = maxIndexValue; in setIndexed()
242 int maxIndexValue = fPatternData.fVertexCount * repeatCount - 1; in sendToGpu() local
245 maxIndexValue, fVertexBuffer.get(), in sendToGpu()
/external/skia/src/gpu/gl/
DGrGLGpu.h115 uint16_t minIndexValue, uint16_t maxIndexValue,
DGrGLGpu.cpp2590 uint16_t maxIndexValue, const GrBuffer* vertexBuffer, in sendIndexedMeshToGpu() argument
2599 GL_CALL(DrawRangeElements(glPrimType, minIndexValue, maxIndexValue, indexCount, in sendIndexedMeshToGpu()
/external/deqp/modules/glshared/
DglsDrawTest.cpp2877 deUint32 maxIndexValue = 0; in valid() local
2879 maxIndexValue = GLValue::getMaxValue(INPUTTYPE_UNSIGNED_BYTE).ub.getValue(); in valid()
2881 maxIndexValue = GLValue::getMaxValue(INPUTTYPE_UNSIGNED_SHORT).us.getValue(); in valid()
2883 maxIndexValue = GLValue::getMaxValue(INPUTTYPE_UNSIGNED_INT).ui.getValue(); in valid()
2891 if ((deUint32)indexMin > maxIndexValue || (deUint32)indexMax > maxIndexValue) in valid()