HomeSort by relevance Sort by last modified time
    Searched defs:maxIndexValue (Results 1 - 3 of 3) sorted by null

  /external/skia/src/gpu/
GrMesh.h 44 uint16_t minIndexValue, uint16_t maxIndexValue, GrPrimitiveRestart);
63 uint16_t maxIndexValue, const GrBuffer* vertexBuffer,
155 uint16_t minIndexValue, uint16_t maxIndexValue,
160 SkASSERT(maxIndexValue >= minIndexValue);
167 fNonPatternIndexData.fMaxIndexValue = maxIndexValue;
261 int maxIndexValue = fPatternData.fVertexCount * repeatCount - 1;
265 minIndexValue, maxIndexValue, fVertexBuffer.get(),
  /external/skqp/src/gpu/
GrMesh.h 39 uint16_t minIndexValue, uint16_t maxIndexValue, GrPrimitiveRestart);
57 uint16_t maxIndexValue, const GrBuffer* vertexBuffer,
137 uint16_t minIndexValue, uint16_t maxIndexValue,
142 SkASSERT(maxIndexValue >= minIndexValue);
149 fNonPatternIndexData.fMaxIndexValue = maxIndexValue;
244 int maxIndexValue = fPatternData.fVertexCount * repeatCount - 1;
248 minIndexValue, maxIndexValue, fVertexBuffer.get(),
  /external/deqp/modules/glshared/
glsDrawTest.cpp     [all...]

Completed in 3409 milliseconds