Lines Matching refs:indexStorage
2486 << DrawTestSpec::storageToString(indexStorage) << "_" in getName()
2588 << "index storage in " << DrawTestSpec::storageToString(indexStorage) << ", " in getDesc()
2596 << "index storage in " << DrawTestSpec::storageToString(indexStorage) << ", " in getDesc()
2606 << "index storage in " << DrawTestSpec::storageToString(indexStorage) << ", " in getDesc()
2623 << "index storage in " << DrawTestSpec::storageToString(indexStorage) << ", " in getDesc()
2725 << "\tindex storage in " << DrawTestSpec::storageToString(indexStorage) << "\n" in getMultilineDesc()
2733 << "\tindex storage in " << DrawTestSpec::storageToString(indexStorage) << "\n" in getMultilineDesc()
2743 << "\tindex storage in " << DrawTestSpec::storageToString(indexStorage) << "\n" in getMultilineDesc()
2760 << "\tindex storage in " << DrawTestSpec::storageToString(indexStorage) << "\n" in getMultilineDesc()
2771 << "\tindex storage in " << DrawTestSpec::storageToString(indexStorage) << "\n" in getMultilineDesc()
2780 << "\tindex storage in " << DrawTestSpec::storageToString(indexStorage) << "\n" in getMultilineDesc()
2790 << "\tindex storage in " << DrawTestSpec::storageToString(indexStorage) << "\n" in getMultilineDesc()
2853 indexStorage = STORAGE_LAST; in DrawTestSpec()
2873 …dexHash = (!indexed) ? (0) : (int(indexType) + 10 * indexPointerOffset + 100 * int(indexStorage)); in hash()
2947 if (indexStorage != STORAGE_BUFFER) in valid()
2954 if (methodInfo.indexed && indexStorage == DrawTestSpec::STORAGE_USER) in valid()
2981 if (indexStorage == STORAGE_BUFFER) in isCompatibilityTest()
3292 …const char* indexPointerBase = (spec.indexStorage == DrawTestSpec::STORAGE_USER) ? (indexArray) :… in iterate()
3295 de::UniquePtr<AttributeArray> glArray (new AttributeArray(spec.indexStorage, *m_glesContext)); in iterate()
3296 de::UniquePtr<AttributeArray> rrArray (new AttributeArray(spec.indexStorage, *m_refContext)); in iterate()