Lines Matching refs:indexStorage
2466 << DrawTestSpec::storageToString(indexStorage) << "_" in getName()
2568 << "index storage in " << DrawTestSpec::storageToString(indexStorage) << ", " in getDesc()
2576 << "index storage in " << DrawTestSpec::storageToString(indexStorage) << ", " in getDesc()
2586 << "index storage in " << DrawTestSpec::storageToString(indexStorage) << ", " in getDesc()
2603 << "index storage in " << DrawTestSpec::storageToString(indexStorage) << ", " in getDesc()
2705 << "\tindex storage in " << DrawTestSpec::storageToString(indexStorage) << "\n" in getMultilineDesc()
2713 << "\tindex storage in " << DrawTestSpec::storageToString(indexStorage) << "\n" in getMultilineDesc()
2723 << "\tindex storage in " << DrawTestSpec::storageToString(indexStorage) << "\n" in getMultilineDesc()
2740 << "\tindex storage in " << DrawTestSpec::storageToString(indexStorage) << "\n" in getMultilineDesc()
2751 << "\tindex storage in " << DrawTestSpec::storageToString(indexStorage) << "\n" in getMultilineDesc()
2760 << "\tindex storage in " << DrawTestSpec::storageToString(indexStorage) << "\n" in getMultilineDesc()
2770 << "\tindex storage in " << DrawTestSpec::storageToString(indexStorage) << "\n" in getMultilineDesc()
2833 indexStorage = STORAGE_LAST; in DrawTestSpec()
2853 …dexHash = (!indexed) ? (0) : (int(indexType) + 10 * indexPointerOffset + 100 * int(indexStorage)); in hash()
2927 if (indexStorage != STORAGE_BUFFER) in valid()
2934 if (methodInfo.indexed && indexStorage == DrawTestSpec::STORAGE_USER) in valid()
2961 if (indexStorage == STORAGE_BUFFER) in isCompatibilityTest()
3271 …const char* indexPointerBase = (spec.indexStorage == DrawTestSpec::STORAGE_USER) ? (indexArray) :… in iterate()
3274 de::UniquePtr<AttributeArray> glArray (new AttributeArray(spec.indexStorage, *m_glesContext)); in iterate()
3275 de::UniquePtr<AttributeArray> rrArray (new AttributeArray(spec.indexStorage, *m_refContext)); in iterate()