Home | History | Annotate | Download | only in functional

Lines Matching refs:indexStorage

110 	spec.indexStorage			= gls::DrawTestSpec::STORAGE_LAST;
144 AttributeGroup (Context& context, const char* name, const char* descr, gls::DrawTestSpec::DrawMethod drawMethod, gls::DrawTestSpec::Primitive primitive, gls::DrawTestSpec::IndexType indexType, gls::DrawTestSpec::Storage indexStorage);
156 AttributeGroup::AttributeGroup (Context& context, const char* name, const char* descr, gls::DrawTestSpec::DrawMethod drawMethod, gls::DrawTestSpec::Primitive primitive, gls::DrawTestSpec::IndexType indexType, gls::DrawTestSpec::Storage indexStorage)
161 , m_indexStorage (indexStorage)
188 spec.indexStorage = m_indexStorage;
223 spec.indexStorage = m_indexStorage;
269 spec.indexStorage = m_indexStorage;
329 spec.indexStorage = m_indexStorage;
453 spec.indexStorage
1038 spec.indexStorage = random.chooseWeighted<gls::DrawTestSpec::Storage> (DE_ARRAY_BEGIN(storages), DE_ARRAY_END(storages), storageWeights.weights);