• Home
  • Raw
  • Download

Lines Matching refs:baseVertex

262 	bool baseVertex;  member
1763 …t rangeStart, int rangeEnd, int instanceCount, int indirectOffset, int baseVertex, float coordScal…
1842 …t rangeStart, int rangeEnd, int instanceCount, int indirectOffset, int baseVertex, float coordScal… in render() argument
1956 GLint baseVertex; in render() member
1970 command.baseVertex = baseVertex; in render()
1982 << "\tbaseVertex: " << command.baseVertex << "\n" in render()
2002 …seVertex(primitiveToGL(primitive), vertexCount, indexTypeToGL(indexType), indexOffset, baseVertex); in render()
2007 …iveToGL(primitive), vertexCount, indexTypeToGL(indexType), indexOffset, instanceCount, baseVertex); in render()
2012 …(primitive), rangeStart, rangeEnd, vertexCount, indexTypeToGL(indexType), indexOffset, baseVertex); in render()
2607 << "base vertex " << baseVertex << ", "; in getDesc()
2744 << "\tbase vertex " << baseVertex << "\n"; in getMultilineDesc()
2753 << "\tbase vertex " << baseVertex << "\n"; in getMultilineDesc()
2763 << "\tbase vertex " << baseVertex << "\n"; in getMultilineDesc()
2772 << "\tbase vertex " << baseVertex << "\n" in getMultilineDesc()
2839 baseVertex = 0; in DrawTestSpec()
2851 const bool hasBaseVtx = methodInfo.baseVertex; in hash()
2858 const int baseVtxHash = (!hasBaseVtx) ? (0) : (baseVertex); in hash()
3182 const bool hasBaseVtx = methodInfo.baseVertex; in iterate()
3187 …const int baseVertexAddition = (hasBaseVtx && spec.baseVertex > 0) ? ( spec.baseVertex) : (0); … in iterate()
3188 …const int indexBase = (hasBaseVtx && spec.baseVertex < 0) ? (-spec.baseVertex) : (0); // sp… in iterate()
3282 …indexMin, spec.indexMax, spec.instanceCount, spec.indirectOffset, spec.baseVertex, coordScale, col… in iterate()
3283 …indexMin, spec.indexMax, spec.instanceCount, spec.indirectOffset, spec.baseVertex, coordScale, col… in iterate()