Lines Matching defs:storage
147 std::string Array::storageToString (Storage storage)
155 return de::getSizedArrayElement<Array::STORAGE_LAST>(storages, (int)storage);
385 ContextArray::ContextArray (Storage storage, sglr::Context& context)
386 : m_storage (storage)
678 void ContextArrayPack::newArray (Array::Storage storage)
680 m_arrays.push_back(new ContextArray(storage, m_ctx));
1839 , storage (storage_)
1862 << Array::storageToString(array.storage) << "_"
1907 << "Storage in " << Array::storageToString(array.storage) << ", "
2004 const int seed = int(arraySpec.inputType) + 10 * int(arraySpec.outputType) + 100 * int(arraySpec.storage) + 1000 * int(m_spec.primitive) + 10000 * int(arraySpec.usage) + int(m_spec.drawCount) + 12 * int(arraySpec.componentCount) + int(arraySpec.stride) + int(arraySpec.normalize);
2033 m_glArrayPack->newArray(arraySpec.storage);
2034 m_rrArrayPack->newArray(arraySpec.storage);
2103 if (m_spec.arrays[i].storage == Array::STORAGE_BUFFER)
2124 if (m_spec.arrays[i].storage == Array::STORAGE_BUFFER)