Lines Matching defs:first
262 bool first;
271 // indexed instanced ranged first baseVertex indirect
1929 GLuint first;
1939 command.first = firstVertex;
1950 << "\tfirst: " << command.first << "\n"
2438 const bool hasFirst = methodInfo.first;
2489 name << "first" << first << "_";
2574 << "first " << first << ", ";
2580 << "first " << first << ", "
2614 << "first " << first << ", "
2711 << "\tfirst " << first << "\n";
2717 << "\tfirst " << first << "\n"
2751 << "\tfirst " << first << "\n"
2854 first = 0;
2866 const bool arrayed = methodInfo.first;
2874 const int arrayHash = (!arrayed) ? (0) : (first);
2916 if (methodInfo.first && first < 0)
3202 const bool hasFirst = methodInfo.first;
3207 const int firstAddition = (hasFirst) ? (spec.first) : (0);
3210 const size_t elementCount = primitiveElementCount + indexMin + firstAddition + baseVertexAddition; // !< elements in buffer (buffer should have at least primitiveElementCount ACCESSIBLE (index range, first) elements)
3317 m_glArrayPack->render(spec.primitive, spec.drawMethod, spec.first, (int)primitiveElementCount, DrawTestSpec::INDEXTYPE_LAST, DE_NULL, 0, 0, spec.instanceCount, spec.indirectOffset, 0, coordScale, colorScale, DE_NULL);
3319 m_rrArrayPack->render(spec.primitive, spec.drawMethod, spec.first, (int)primitiveElementCount, DrawTestSpec::INDEXTYPE_LAST, DE_NULL, 0, 0, spec.instanceCount, spec.indirectOffset, 0, coordScale, colorScale, DE_NULL);