Lines Matching defs:storage

913 								AttributeArray		(DrawTestSpec::Storage storage, sglr::Context& context);
919 void bindIndexArray (DrawTestSpec::Target storage);
952 AttributeArray::AttributeArray (DrawTestSpec::Storage storage, sglr::Context& context)
953 : m_storage (storage)
1778 void newArray (DrawTestSpec::Storage storage);
1838 void AttributePack::newArray (DrawTestSpec::Storage storage)
1840 m_arrays.push_back(new AttributeArray(storage, m_ctx));
2061 DrawTestSpec::AttributeSpec DrawTestSpec::AttributeSpec::createAttributeArray (InputType inputType, OutputType outputType, Storage storage, Usage usage, int componentCount, int offset, int stride, bool normalize, int instanceDivisor)
2067 spec.storage = storage;
2089 spec.storage = DrawTestSpec::STORAGE_LAST;
2106 storage = DrawTestSpec::STORAGE_LAST;
2126 return 1 * int(inputType) + 2 * int(outputType) + 3 * int(storage) + 5 * int(usage) + 7 * componentCount + 11 * offset + 13 * stride + 17 * (normalize ? 0 : 1) + 19 * instanceDivisor;
2214 if (!useDefaultAttribute && storage == DrawTestSpec::STORAGE_USER)
2226 if (storage == STORAGE_BUFFER)
2244 if (storage == STORAGE_BUFFER)
2337 std::string DrawTestSpec::storageToString (Storage storage)
2345 return de::getSizedArrayElement<DrawTestSpec::STORAGE_LAST>(storages, (int)storage);
2468 << DrawTestSpec::storageToString(attrib.storage) << "_"
2560 << "Storage in " << DrawTestSpec::storageToString(attrib.storage) << ", "
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) << ", "
2697 << "\tStorage in " << DrawTestSpec::storageToString(attrib.storage) << "\n"
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"
2937 if (!attribs[ndx].useDefaultAttribute && attribs[ndx].storage == gls::DrawTestSpec::STORAGE_USER)
3255 m_glArrayPack->newArray(attribSpec.storage);
3256 m_rrArrayPack->newArray(attribSpec.storage);