Home | History | Annotate | Download | only in glshared

Lines Matching refs:indexStorage

2465 			<< DrawTestSpec::storageToString(indexStorage) << "_"
2567 << "index storage in " << DrawTestSpec::storageToString(indexStorage) << ", "
2575 << "index storage in " << DrawTestSpec::storageToString(indexStorage) << ", "
2585 << "index storage in " << DrawTestSpec::storageToString(indexStorage) << ", "
2602 << "index storage in " << DrawTestSpec::storageToString(indexStorage) << ", "
2704 << "\tindex storage in " << DrawTestSpec::storageToString(indexStorage) << "\n"
2712 << "\tindex storage in " << DrawTestSpec::storageToString(indexStorage) << "\n"
2722 << "\tindex storage in " << DrawTestSpec::storageToString(indexStorage) << "\n"
2739 << "\tindex storage in " << DrawTestSpec::storageToString(indexStorage) << "\n"
2750 << "\tindex storage in " << DrawTestSpec::storageToString(indexStorage) << "\n"
2759 << "\tindex storage in " << DrawTestSpec::storageToString(indexStorage) << "\n"
2769 << "\tindex storage in " << DrawTestSpec::storageToString(indexStorage) << "\n"
2832 indexStorage = STORAGE_LAST;
2852 const int indexHash = (!indexed) ? (0) : (int(indexType) + 10 * indexPointerOffset + 100 * int(indexStorage));
2926 if (indexStorage != STORAGE_BUFFER)
2933 if (methodInfo.indexed && indexStorage == DrawTestSpec::STORAGE_USER)
2960 if (indexStorage == STORAGE_BUFFER)
3256 const char* indexPointerBase = (spec.indexStorage == DrawTestSpec::STORAGE_USER) ? (indexArray) : ((char*)DE_NULL);
3259 de::UniquePtr<AttributeArray> glArray (new AttributeArray(spec.indexStorage, *m_glesContext));
3260 de::UniquePtr<AttributeArray> rrArray (new AttributeArray(spec.indexStorage, *m_refContext));