Home | History | Annotate | Download | only in glshared

Lines Matching refs:methodInfo

267 struct MethodInfo
277 static MethodInfo getMethodInfo (gls::DrawTestSpec::DrawMethod method)
279 static const MethodInfo infos[] =
2544 const MethodInfo methodInfo = getMethodInfo(drawMethod);
2545 const bool hasFirst = methodInfo.first;
2546 const bool instanced = methodInfo.instanced;
2547 const bool ranged = methodInfo.ranged;
2548 const bool indexed = methodInfo.indexed;
2972 const MethodInfo methodInfo = getMethodInfo(drawMethod);
2973 const bool arrayed = methodInfo.first;
2974 const bool instanced = methodInfo.instanced;
2975 const bool ranged = methodInfo.ranged;
2976 const bool indexed = methodInfo.indexed;
2977 const bool indirect = methodInfo.indirect;
2978 const bool hasBaseVtx = methodInfo.baseVertex;
2997 const MethodInfo methodInfo = getMethodInfo(drawMethod);
3003 if (methodInfo.ranged)
3023 if (methodInfo.first && first < 0)
3036 if (methodInfo.indirect)
3061 if (methodInfo.indexed && indexStorage == DrawTestSpec::STORAGE_USER)
3070 const MethodInfo methodInfo = getMethodInfo(drawMethod);
3086 if (methodInfo.indexed)
3238 const MethodInfo methodInfo = getMethodInfo(spec.drawMethod);
3239 const bool indexed = methodInfo.indexed;
3240 const bool instanced = methodInfo.instanced;
3241 const bool ranged = methodInfo.ranged;
3242 const bool hasFirst = methodInfo.first;
3243 const bool hasBaseVtx = methodInfo.baseVertex;