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

  /external/skia/src/gpu/
GrMesh.h 38 uint16_t minIndexValue, uint16_t maxIndexValue);
58 uint16_t maxIndexValue, const GrBuffer* vertexBuffer,
139 uint16_t minIndexValue, uint16_t maxIndexValue) {
143 SkASSERT(maxIndexValue >= minIndexValue);
150 fNonPatternIndexData.fMaxIndexValue = maxIndexValue;
242 int maxIndexValue = fPatternData.fVertexCount * repeatCount - 1;
245 maxIndexValue, fVertexBuffer.get(),
  /external/skqp/src/gpu/
GrMesh.h 38 uint16_t minIndexValue, uint16_t maxIndexValue);
58 uint16_t maxIndexValue, const GrBuffer* vertexBuffer,
139 uint16_t minIndexValue, uint16_t maxIndexValue) {
143 SkASSERT(maxIndexValue >= minIndexValue);
150 fNonPatternIndexData.fMaxIndexValue = maxIndexValue;
242 int maxIndexValue = fPatternData.fVertexCount * repeatCount - 1;
245 maxIndexValue, fVertexBuffer.get(),
  /external/skia/src/gpu/gl/
GrGLGpu.h 104 uint16_t minIndexValue, uint16_t maxIndexValue,
GrGLGpu.cpp     [all...]
  /external/skqp/src/gpu/gl/
GrGLGpu.h 114 uint16_t minIndexValue, uint16_t maxIndexValue,
GrGLGpu.cpp     [all...]
  /external/deqp/modules/glshared/
glsDrawTest.cpp     [all...]

Completed in 646 milliseconds