Home
last modified time | relevance | path

Searched refs:minIndexValue (Results 1 – 6 of 6) sorted by relevance

/external/skqp/src/gpu/
DGrMesh.h39 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/
DGrMesh.h44 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/
DGrGLGpu.h96 int baseIndex, uint16_t minIndexValue, uint16_t maxIndexValue,
DGrGLGpu.cpp2623 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/
DGrGLGpu.h96 int baseIndex, uint16_t minIndexValue, uint16_t maxIndexValue,
DGrGLGpu.cpp2663 int indexCount, int baseIndex, uint16_t minIndexValue, in sendIndexedMeshToGpu() argument
2672 GL_CALL(DrawRangeElements(glPrimType, minIndexValue, maxIndexValue, indexCount, in sendIndexedMeshToGpu()