Searched refs:indexStorage (Results 1 – 9 of 9) sorted by relevance
/external/deqp/modules/gles31/functional/ |
D | es31fDrawElementsBaseVertexTests.cpp | 136 spec.indexStorage = gls::DrawTestSpec::STORAGE_LAST; in genBasicSpec() 501 spec.indexStorage = gls::DrawTestSpec::STORAGE_BUFFER; in init() 568 spec.indexStorage = gls::DrawTestSpec::STORAGE_BUFFER; in init() 600 …mitive primitive, gls::DrawTestSpec::IndexType indexType, gls::DrawTestSpec::Storage indexStorage); 612 …imitive primitive, gls::DrawTestSpec::IndexType indexType, gls::DrawTestSpec::Storage indexStorage) in AttributeGroup() argument 617 , m_indexStorage (indexStorage) in AttributeGroup() 638 spec.indexStorage = m_indexStorage; in init() 674 spec.indexStorage = m_indexStorage; in init() 721 spec.indexStorage = m_indexStorage; in init() 782 spec.indexStorage = m_indexStorage; in init()
|
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/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() 1038 …spec.indexStorage = random.chooseWeighted<gls::DrawTestSpec::Storage> (DE_ARRAY_BEGIN(storages)… in init()
|
/external/deqp/modules/glshared/ |
D | glsDrawTest.cpp | 2466 << DrawTestSpec::storageToString(indexStorage) << "_" in getName() 2568 << "index storage in " << DrawTestSpec::storageToString(indexStorage) << ", " in getDesc() 2576 << "index storage in " << DrawTestSpec::storageToString(indexStorage) << ", " in getDesc() 2586 << "index storage in " << DrawTestSpec::storageToString(indexStorage) << ", " in getDesc() 2603 << "index storage in " << DrawTestSpec::storageToString(indexStorage) << ", " in getDesc() 2705 << "\tindex storage in " << DrawTestSpec::storageToString(indexStorage) << "\n" in getMultilineDesc() 2713 << "\tindex storage in " << DrawTestSpec::storageToString(indexStorage) << "\n" in getMultilineDesc() 2723 << "\tindex storage in " << DrawTestSpec::storageToString(indexStorage) << "\n" in getMultilineDesc() 2740 << "\tindex storage in " << DrawTestSpec::storageToString(indexStorage) << "\n" in getMultilineDesc() 2751 << "\tindex storage in " << DrawTestSpec::storageToString(indexStorage) << "\n" in getMultilineDesc() [all …]
|
D | glsDrawTest.hpp | 230 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/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()
|