Home
last modified time | relevance | path

Searched refs:indexStorage (Results 1 - 9 of 9) sorted by relevance

/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fDrawTests.cpp79 spec.indexStorage = gls::DrawTestSpec::STORAGE_LAST; in genBasicSpec()
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) 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), DE_ARRAY_END(storages), storageWeights.weights); in init()
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fDrawElementsBaseVertexTests.cpp136 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 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) 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 in init()
[all...]
H A Des31fDrawTests.cpp189 spec.indexStorage = gls::DrawTestSpec::STORAGE_LAST; in genBasicSpec()
233 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);
245 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) 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 in init()
[all...]
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fDrawTests.cpp110 spec.indexStorage = gls::DrawTestSpec::STORAGE_LAST; in genBasicSpec()
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) 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 in init()
[all...]
/third_party/vk-gl-cts/modules/gles2/stress/
H A Des2sDrawTests.cpp52 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), DE_ARRAY_END(storages), storageWeights.weights); in init()
/third_party/vk-gl-cts/modules/glshared/
H A DglsDrawTest.cpp2486 << 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) << "\ in getMultilineDesc()
[all...]
H A DglsDrawTest.hpp230 Storage indexStorage; //!< used only if drawMethod = DrawElements* member
/third_party/vk-gl-cts/modules/gles3/stress/
H A Des3sDrawTests.cpp233 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), DE_ARRAY_END(storages), storageWeights.weights); in init()
/third_party/vk-gl-cts/modules/gles31/stress/
H A Des31sDrawTests.cpp463 spec.indexStorage = gls::DrawTestSpec::STORAGE_BUFFER;

Completed in 16 milliseconds