Searched refs:maxIndexValue (Results 1 – 7 of 7) sorted by relevance
/external/skqp/src/gpu/ |
D | GrMesh.h | 39 uint16_t minIndexValue, uint16_t maxIndexValue, GrPrimitiveRestart); 57 uint16_t maxIndexValue, const GrBuffer* vertexBuffer, 137 uint16_t minIndexValue, uint16_t maxIndexValue, in setIndexed() argument 142 SkASSERT(maxIndexValue >= minIndexValue); in setIndexed() 149 fNonPatternIndexData.fMaxIndexValue = maxIndexValue; in setIndexed() 244 int maxIndexValue = fPatternData.fVertexCount * repeatCount - 1; in sendToGpu() local 248 minIndexValue, maxIndexValue, fVertexBuffer.get(), in sendToGpu()
|
/external/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()
|
/external/skqp/src/gpu/gl/ |
D | GrGLGpu.h | 96 int baseIndex, uint16_t minIndexValue, uint16_t maxIndexValue,
|
D | GrGLGpu.cpp | 2624 uint16_t maxIndexValue, const GrBuffer* vertexBuffer, in sendIndexedMeshToGpu() argument 2633 GL_CALL(DrawRangeElements(glPrimType, minIndexValue, maxIndexValue, indexCount, in sendIndexedMeshToGpu()
|
/external/deqp/modules/glshared/ |
D | glsDrawTest.cpp | 2878 deUint32 maxIndexValue = 0; in valid() local 2880 maxIndexValue = GLValue::getMaxValue(INPUTTYPE_UNSIGNED_BYTE).ub.getValue(); in valid() 2882 maxIndexValue = GLValue::getMaxValue(INPUTTYPE_UNSIGNED_SHORT).us.getValue(); in valid() 2884 maxIndexValue = GLValue::getMaxValue(INPUTTYPE_UNSIGNED_INT).ui.getValue(); in valid() 2892 if ((deUint32)indexMin > maxIndexValue || (deUint32)indexMax > maxIndexValue) in valid()
|
/external/skia/src/gpu/gl/ |
D | GrGLGpu.h | 96 int baseIndex, uint16_t minIndexValue, uint16_t maxIndexValue,
|
D | GrGLGpu.cpp | 2664 uint16_t maxIndexValue, const GrBuffer* vertexBuffer, in sendIndexedMeshToGpu() argument 2672 GL_CALL(DrawRangeElements(glPrimType, minIndexValue, maxIndexValue, indexCount, in sendIndexedMeshToGpu()
|