Home | History | Annotate | Download | only in glshared

Lines Matching refs:methodInfo

255 struct MethodInfo
265 static MethodInfo getMethodInfo (gls::DrawTestSpec::DrawMethod method)
267 static const MethodInfo infos[] =
2500 const MethodInfo methodInfo = getMethodInfo(drawMethod);
2501 const bool hasFirst = methodInfo.first;
2502 const bool instanced = methodInfo.instanced;
2503 const bool ranged = methodInfo.ranged;
2504 const bool indexed = methodInfo.indexed;
2928 const MethodInfo methodInfo = getMethodInfo(drawMethod);
2929 const bool arrayed = methodInfo.first;
2930 const bool instanced = methodInfo.instanced;
2931 const bool ranged = methodInfo.ranged;
2932 const bool indexed = methodInfo.indexed;
2933 const bool indirect = methodInfo.indirect;
2934 const bool hasBaseVtx = methodInfo.baseVertex;
2953 const MethodInfo methodInfo = getMethodInfo(drawMethod);
2959 if (methodInfo.ranged)
2979 if (methodInfo.first && first < 0)
2992 if (methodInfo.indirect)
3017 if (methodInfo.indexed && indexStorage == DrawTestSpec::STORAGE_USER)
3026 const MethodInfo methodInfo = getMethodInfo(drawMethod);
3042 if (methodInfo.indexed)
3246 const MethodInfo methodInfo = getMethodInfo(spec.drawMethod);
3247 const bool indexed = methodInfo.indexed;
3248 const bool instanced = methodInfo.instanced;
3249 const bool ranged = methodInfo.ranged;
3250 const bool hasFirst = methodInfo.first;
3251 const bool hasBaseVtx = methodInfo.baseVertex;