Searched defs:indexStorage (Results 1 - 4 of 4) sorted by relevance

/external/deqp/modules/gles2/functional/
H A Des2fDrawTests.cpp79 spec.indexStorage = gls::DrawTestSpec::STORAGE_LAST;
114 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);
126 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) argument
131 , m_indexStorage (indexStorage)
152 spec.indexStorage = m_indexStorage;
187 spec.indexStorage = m_indexStorage;
233 spec.indexStorage = m_indexStorage;
354 spec.indexStorage = indexTest.storage;
605 spec.indexStorage = random.chooseWeighted<gls::DrawTestSpec::Storage> (DE_ARRAY_BEGIN(storages), DE_ARRAY_END(storages), storageWeights.weights);
/external/deqp/modules/gles3/functional/
H A Des3fDrawTests.cpp110 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) argument
161 , m_indexStorage (indexStorage)
188 spec.indexStorage = m_indexStorage;
223 spec.indexStorage = m_indexStorage;
269 spec.indexStorage = m_indexStorage;
329 spec.indexStorage = m_indexStorage;
456 spec.indexStorage = indexTest.storage;
1035 spec.indexStorage
[all...]
/external/deqp/modules/gles31/functional/
H A Des31fDrawTests.cpp191 spec.indexStorage = gls::DrawTestSpec::STORAGE_LAST;
235 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);
247 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) argument
252 , m_indexStorage (indexStorage)
273 spec.indexStorage = m_indexStorage;
309 spec.indexStorage = m_indexStorage;
356 spec.indexStorage = m_indexStorage;
417 spec.indexStorage = m_indexStorage;
512 spec.indexStorage = gls::DrawTestSpec::STORAGE_BUFFER;
579 spec.indexStorage
[all...]
/external/deqp/modules/glshared/
H A DglsDrawTest.hpp224 Storage indexStorage; //!< used only if drawMethod = DrawElements* member in struct:deqp::gls::DrawTestSpec

Completed in 285 milliseconds