Searched refs:indexStorage (Results 1 – 8 of 8) sorted by relevance
/external/deqp/modules/gles2/functional/ |
D | es2fDrawTests.cpp | 79 spec.indexStorage = gls::DrawTestSpec::STORAGE_LAST; in genBasicSpec() 114 …mitive primitive, gls::DrawTestSpec::IndexType indexType, gls::DrawTestSpec::Storage indexStorage); 126 …imitive primitive, gls::DrawTestSpec::IndexType indexType, gls::DrawTestSpec::Storage indexStorage) in AttributeGroup() argument 131 , m_indexStorage (indexStorage) in AttributeGroup() 152 spec.indexStorage = m_indexStorage; in init() 187 spec.indexStorage = m_indexStorage; in init() 233 spec.indexStorage = m_indexStorage; in init() 352 spec.indexStorage = indexTest.storage; in init() 603 …spec.indexStorage = random.chooseWeighted<gls::DrawTestSpec::Storage> (DE_ARRAY_BEGIN(storages)… in init()
|
/external/deqp/modules/gles3/functional/ |
D | es3fDrawTests.cpp | 110 spec.indexStorage = gls::DrawTestSpec::STORAGE_LAST; in genBasicSpec() 144 …mitive primitive, gls::DrawTestSpec::IndexType indexType, gls::DrawTestSpec::Storage indexStorage); 156 …imitive primitive, gls::DrawTestSpec::IndexType indexType, gls::DrawTestSpec::Storage indexStorage) in AttributeGroup() argument 161 , m_indexStorage (indexStorage) in AttributeGroup() 188 spec.indexStorage = m_indexStorage; in init() 223 spec.indexStorage = m_indexStorage; in init() 269 spec.indexStorage = m_indexStorage; in init() 329 spec.indexStorage = m_indexStorage; in init() 453 spec.indexStorage = indexTest.storage; in init() 1030 …spec.indexStorage = random.chooseWeighted<gls::DrawTestSpec::Storage> (DE_ARRAY_BEGIN(storages)… in init()
|
/external/deqp/modules/glshared/ |
D | glsDrawTest.cpp | 2549 << DrawTestSpec::storageToString(indexStorage) << "_" in getName() 2651 << "index storage in " << DrawTestSpec::storageToString(indexStorage) << ", " in getDesc() 2659 << "index storage in " << DrawTestSpec::storageToString(indexStorage) << ", " in getDesc() 2669 << "index storage in " << DrawTestSpec::storageToString(indexStorage) << ", " in getDesc() 2686 << "index storage in " << DrawTestSpec::storageToString(indexStorage) << ", " in getDesc() 2788 << "\tindex storage in " << DrawTestSpec::storageToString(indexStorage) << "\n" in getMultilineDesc() 2796 << "\tindex storage in " << DrawTestSpec::storageToString(indexStorage) << "\n" in getMultilineDesc() 2806 << "\tindex storage in " << DrawTestSpec::storageToString(indexStorage) << "\n" in getMultilineDesc() 2823 << "\tindex storage in " << DrawTestSpec::storageToString(indexStorage) << "\n" in getMultilineDesc() 2834 << "\tindex storage in " << DrawTestSpec::storageToString(indexStorage) << "\n" in getMultilineDesc() [all …]
|
D | glsDrawTest.hpp | 225 Storage indexStorage; //!< used only if drawMethod = DrawElements* member
|
/external/deqp/modules/gles2/stress/ |
D | es2sDrawTests.cpp | 52 spec.indexStorage = gls::DrawTestSpec::STORAGE_LAST; in genBasicSpec() 141 spec.indexStorage = indexTest.storage; in init() 317 …spec.indexStorage = random.chooseWeighted<gls::DrawTestSpec::Storage> (DE_ARRAY_BEGIN(storages)… in init()
|
/external/deqp/modules/gles31/functional/ |
D | es31fDrawTests.cpp | 189 spec.indexStorage = gls::DrawTestSpec::STORAGE_LAST; in genBasicSpec() 233 …mitive primitive, gls::DrawTestSpec::IndexType indexType, gls::DrawTestSpec::Storage indexStorage); 245 …imitive primitive, gls::DrawTestSpec::IndexType indexType, gls::DrawTestSpec::Storage indexStorage) in AttributeGroup() argument 250 , m_indexStorage (indexStorage) in AttributeGroup() 271 spec.indexStorage = m_indexStorage; in init() 307 spec.indexStorage = m_indexStorage; in init() 354 spec.indexStorage = m_indexStorage; in init() 415 spec.indexStorage = m_indexStorage; in init() 510 spec.indexStorage = gls::DrawTestSpec::STORAGE_BUFFER; in init() 577 spec.indexStorage = gls::DrawTestSpec::STORAGE_BUFFER; in init() [all …]
|
/external/deqp/modules/gles3/stress/ |
D | es3sDrawTests.cpp | 233 spec.indexStorage = gls::DrawTestSpec::STORAGE_LAST; in genBasicSpec() 324 spec.indexStorage = indexTest.storage; in init() 531 …spec.indexStorage = random.chooseWeighted<gls::DrawTestSpec::Storage> (DE_ARRAY_BEGIN(storages)… in init()
|
/external/deqp/modules/gles31/stress/ |
D | es31sDrawTests.cpp | 463 spec.indexStorage = gls::DrawTestSpec::STORAGE_BUFFER; in init()
|