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