Home | History | Annotate | Download | only in functional

Lines Matching refs:indexStorage

189 	spec.indexStorage						= gls::DrawTestSpec::STORAGE_LAST;
233 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);
245 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)
250 , m_indexStorage (indexStorage)
271 spec.indexStorage = m_indexStorage;
307 spec.indexStorage = m_indexStorage;
354 spec.indexStorage = m_indexStorage;
415 spec.indexStorage = m_indexStorage;
510 spec.indexStorage = gls::DrawTestSpec::STORAGE_BUFFER;
577 spec.indexStorage = gls::DrawTestSpec::STORAGE_BUFFER;
2167 spec.indexStorage = gls::DrawTestSpec::STORAGE_BUFFER;