Lines Matching refs:indexStorage
136 spec.indexStorage = gls::DrawTestSpec::STORAGE_LAST;
517 spec.indexStorage = gls::DrawTestSpec::STORAGE_BUFFER;
585 spec.indexStorage = gls::DrawTestSpec::STORAGE_BUFFER;
617 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);
629 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)
634 , m_indexStorage (indexStorage)
656 spec.indexStorage = m_indexStorage;
693 spec.indexStorage = m_indexStorage;
741 spec.indexStorage = m_indexStorage;
803 spec.indexStorage = m_indexStorage;