Lines Matching refs:methodInfo
2417 const MethodInfo methodInfo = getMethodInfo(drawMethod); in getName() local
2418 const bool hasFirst = methodInfo.first; in getName()
2419 const bool instanced = methodInfo.instanced; in getName()
2420 const bool ranged = methodInfo.ranged; in getName()
2421 const bool indexed = methodInfo.indexed; in getName()
2845 const MethodInfo methodInfo = getMethodInfo(drawMethod); in hash() local
2846 const bool arrayed = methodInfo.first; in hash()
2847 const bool instanced = methodInfo.instanced; in hash()
2848 const bool ranged = methodInfo.ranged; in hash()
2849 const bool indexed = methodInfo.indexed; in hash()
2850 const bool indirect = methodInfo.indirect; in hash()
2851 const bool hasBaseVtx = methodInfo.baseVertex; in hash()
2870 const MethodInfo methodInfo = getMethodInfo(drawMethod); in valid() local
2876 if (methodInfo.ranged) in valid()
2896 if (methodInfo.first && first < 0) in valid()
2909 if (methodInfo.indirect) in valid()
2934 if (methodInfo.indexed && indexStorage == DrawTestSpec::STORAGE_USER) in valid()
2943 const MethodInfo methodInfo = getMethodInfo(drawMethod); in isCompatibilityTest() local
2959 if (methodInfo.indexed) in isCompatibilityTest()
3178 const MethodInfo methodInfo = getMethodInfo(spec.drawMethod); in iterate() local
3179 const bool indexed = methodInfo.indexed; in iterate()
3180 const bool instanced = methodInfo.instanced; in iterate()
3181 const bool ranged = methodInfo.ranged; in iterate()
3182 const bool hasFirst = methodInfo.first; in iterate()
3183 const bool hasBaseVtx = methodInfo.baseVertex; in iterate()