Searched refs:minIndexValue (Results 1 – 6 of 6) sorted by relevance
/external/skqp/src/gpu/ |
D | GrMesh.h | 39 uint16_t minIndexValue, uint16_t maxIndexValue, GrPrimitiveRestart); 56 int indexCount, int baseIndex, uint16_t minIndexValue, 137 uint16_t minIndexValue, uint16_t maxIndexValue, in setIndexed() argument 142 SkASSERT(maxIndexValue >= minIndexValue); in setIndexed() 148 fNonPatternIndexData.fMinIndexValue = minIndexValue; in setIndexed() 243 int minIndexValue = 0; 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); 62 int indexCount, int baseIndex, uint16_t minIndexValue, 155 uint16_t minIndexValue, uint16_t maxIndexValue, in setIndexed() argument 160 SkASSERT(maxIndexValue >= minIndexValue); in setIndexed() 166 fNonPatternIndexData.fMinIndexValue = minIndexValue; in setIndexed() 260 int minIndexValue = 0; 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 | 2623 int indexCount, int baseIndex, uint16_t minIndexValue, in sendIndexedMeshToGpu() argument 2633 GL_CALL(DrawRangeElements(glPrimType, minIndexValue, maxIndexValue, indexCount, in sendIndexedMeshToGpu()
|
/external/skia/src/gpu/gl/ |
D | GrGLGpu.h | 96 int baseIndex, uint16_t minIndexValue, uint16_t maxIndexValue,
|
D | GrGLGpu.cpp | 2663 int indexCount, int baseIndex, uint16_t minIndexValue, in sendIndexedMeshToGpu() argument 2672 GL_CALL(DrawRangeElements(glPrimType, minIndexValue, maxIndexValue, indexCount, in sendIndexedMeshToGpu()
|