Lines Matching refs:methodInfo
2437 const MethodInfo methodInfo = getMethodInfo(drawMethod);
2438 const bool hasFirst = methodInfo.first;
2439 const bool instanced = methodInfo.instanced;
2440 const bool ranged = methodInfo.ranged;
2441 const bool indexed = methodInfo.indexed;
2865 const MethodInfo methodInfo = getMethodInfo(drawMethod);
2866 const bool arrayed = methodInfo.first;
2867 const bool instanced = methodInfo.instanced;
2868 const bool ranged = methodInfo.ranged;
2869 const bool indexed = methodInfo.indexed;
2870 const bool indirect = methodInfo.indirect;
2871 const bool hasBaseVtx = methodInfo.baseVertex;
2890 const MethodInfo methodInfo = getMethodInfo(drawMethod);
2896 if (methodInfo.ranged)
2916 if (methodInfo.first && first < 0)
2929 if (methodInfo.indirect)
2954 if (methodInfo.indexed && indexStorage == DrawTestSpec::STORAGE_USER)
2963 const MethodInfo methodInfo = getMethodInfo(drawMethod);
2979 if (methodInfo.indexed)
3198 const MethodInfo methodInfo = getMethodInfo(spec.drawMethod);
3199 const bool indexed = methodInfo.indexed;
3200 const bool instanced = methodInfo.instanced;
3201 const bool ranged = methodInfo.ranged;
3202 const bool hasFirst = methodInfo.first;
3203 const bool hasBaseVtx = methodInfo.baseVertex;