Home | History | Annotate | Download | only in glshared

Lines Matching refs:methodInfo

268 struct MethodInfo
278 static MethodInfo getMethodInfo (gls::DrawTestSpec::DrawMethod method)
280 static const MethodInfo infos[] =
2531 const MethodInfo methodInfo = getMethodInfo(drawMethod);
2532 const bool hasFirst = methodInfo.first;
2533 const bool instanced = methodInfo.instanced;
2534 const bool ranged = methodInfo.ranged;
2535 const bool indexed = methodInfo.indexed;
2959 const MethodInfo methodInfo = getMethodInfo(drawMethod);
2960 const bool arrayed = methodInfo.first;
2961 const bool instanced = methodInfo.instanced;
2962 const bool ranged = methodInfo.ranged;
2963 const bool indexed = methodInfo.indexed;
2964 const bool indirect = methodInfo.indirect;
2965 const bool hasBaseVtx = methodInfo.baseVertex;
2984 const MethodInfo methodInfo = getMethodInfo(drawMethod);
2990 if (methodInfo.ranged)
3010 if (methodInfo.first && first < 0)
3023 if (methodInfo.indirect)
3048 if (methodInfo.indexed && indexStorage == DrawTestSpec::STORAGE_USER)
3057 const MethodInfo methodInfo = getMethodInfo(drawMethod);
3073 if (methodInfo.indexed)
3225 const MethodInfo methodInfo = getMethodInfo(spec.drawMethod);
3226 const bool indexed = methodInfo.indexed;
3227 const bool instanced = methodInfo.instanced;
3228 const bool ranged = methodInfo.ranged;
3229 const bool hasFirst = methodInfo.first;
3230 const bool hasBaseVtx = methodInfo.baseVertex;