Searched refs:indexStorage (Results 1 – 9 of 9) sorted by relevance
/third_party/vk-gl-cts/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()
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
D | es31fDrawElementsBaseVertexTests.cpp | 136 spec.indexStorage = gls::DrawTestSpec::STORAGE_LAST; in genBasicSpec() 517 spec.indexStorage = gls::DrawTestSpec::STORAGE_BUFFER; in init() 585 spec.indexStorage = gls::DrawTestSpec::STORAGE_BUFFER; in init() 617 …mitive primitive, gls::DrawTestSpec::IndexType indexType, gls::DrawTestSpec::Storage indexStorage); 629 …imitive primitive, gls::DrawTestSpec::IndexType indexType, gls::DrawTestSpec::Storage indexStorage) in AttributeGroup() argument 634 , m_indexStorage (indexStorage) in AttributeGroup() 656 spec.indexStorage = m_indexStorage; in init() 693 spec.indexStorage = m_indexStorage; in init() 741 spec.indexStorage = m_indexStorage; in init() 803 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() 272 spec.indexStorage = m_indexStorage; in init() 309 spec.indexStorage = m_indexStorage; in init() 357 spec.indexStorage = m_indexStorage; in init() 419 spec.indexStorage = m_indexStorage; in init() 514 spec.indexStorage = gls::DrawTestSpec::STORAGE_BUFFER; in init() 581 spec.indexStorage = gls::DrawTestSpec::STORAGE_BUFFER; in init() [all …]
|
/third_party/vk-gl-cts/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()
|
/third_party/vk-gl-cts/modules/glshared/ |
D | glsDrawTest.cpp | 2486 << DrawTestSpec::storageToString(indexStorage) << "_" in getName() 2588 << "index storage in " << DrawTestSpec::storageToString(indexStorage) << ", " in getDesc() 2596 << "index storage in " << DrawTestSpec::storageToString(indexStorage) << ", " in getDesc() 2606 << "index storage in " << DrawTestSpec::storageToString(indexStorage) << ", " in getDesc() 2623 << "index storage in " << DrawTestSpec::storageToString(indexStorage) << ", " in getDesc() 2725 << "\tindex storage in " << DrawTestSpec::storageToString(indexStorage) << "\n" in getMultilineDesc() 2733 << "\tindex storage in " << DrawTestSpec::storageToString(indexStorage) << "\n" in getMultilineDesc() 2743 << "\tindex storage in " << DrawTestSpec::storageToString(indexStorage) << "\n" in getMultilineDesc() 2760 << "\tindex storage in " << DrawTestSpec::storageToString(indexStorage) << "\n" in getMultilineDesc() 2771 << "\tindex storage in " << DrawTestSpec::storageToString(indexStorage) << "\n" in getMultilineDesc() [all …]
|
D | glsDrawTest.hpp | 230 Storage indexStorage; //!< used only if drawMethod = DrawElements* member
|
/third_party/vk-gl-cts/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()
|
/third_party/vk-gl-cts/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()
|
/third_party/vk-gl-cts/modules/gles31/stress/ |
D | es31sDrawTests.cpp | 463 spec.indexStorage = gls::DrawTestSpec::STORAGE_BUFFER; in init()
|