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

/external/skia/src/gpu/batches/
H A DGrDrawPathBatch.cpp141 SkAutoSTMalloc<2048, uint16_t> indexStorage(fTotalPathCount);
146 memcpy(&indexStorage[idx], instances.indices(), instances.count() * sizeof(uint16_t));
158 state->gpu()->pathRendering()->drawPaths(args, fPathRange.get(), indexStorage,
/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;
352 spec.indexStorage = indexTest.storage;
603 spec.indexStorage = random.chooseWeighted<gls::DrawTestSpec::Storage> (DE_ARRAY_BEGIN(storages), DE_ARRAY_END(storages), storageWeights.weights);
/external/deqp/modules/glshared/
H A DglsDrawTest.hpp225 Storage indexStorage; //!< used only if drawMethod = DrawElements* member in struct:deqp::gls::DrawTestSpec
H A DglsDrawTest.cpp2549 << DrawTestSpec::storageToString(indexStorage) << "_"
2651 << "index storage in " << DrawTestSpec::storageToString(indexStorage) << ", "
2659 << "index storage in " << DrawTestSpec::storageToString(indexStorage) << ", "
2669 << "index storage in " << DrawTestSpec::storageToString(indexStorage) << ", "
2686 << "index storage in " << DrawTestSpec::storageToString(indexStorage) << ", "
2788 << "\tindex storage in " << DrawTestSpec::storageToString(indexStorage) << "\n"
2796 << "\tindex storage in " << DrawTestSpec::storageToString(indexStorage) << "\n"
2806 << "\tindex storage in " << DrawTestSpec::storageToString(indexStorage) << "\n"
2823 << "\tindex storage in " << DrawTestSpec::storageToString(indexStorage) << "\n"
2834 << "\tindex storage in " << DrawTestSpec::storageToString(indexStorage) << "\
[all...]
/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;
453 spec.indexStorage = indexTest.storage;
1038 spec.indexStorage
[all...]
/external/deqp/modules/gles2/stress/
H A Des2sDrawTests.cpp52 spec.indexStorage = gls::DrawTestSpec::STORAGE_LAST;
141 spec.indexStorage = indexTest.storage;
317 spec.indexStorage = random.chooseWeighted<gls::DrawTestSpec::Storage> (DE_ARRAY_BEGIN(storages), DE_ARRAY_END(storages), storageWeights.weights);
/external/deqp/modules/gles3/stress/
H A Des3sDrawTests.cpp233 spec.indexStorage = gls::DrawTestSpec::STORAGE_LAST;
324 spec.indexStorage = indexTest.storage;
531 spec.indexStorage = random.chooseWeighted<gls::DrawTestSpec::Storage> (DE_ARRAY_BEGIN(storages), DE_ARRAY_END(storages), storageWeights.weights);
/external/deqp/modules/gles31/functional/
H A Des31fDrawTests.cpp189 spec.indexStorage = gls::DrawTestSpec::STORAGE_LAST;
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) argument
250 , m_indexStorage (indexStorage)
271 spec.indexStorage = m_indexStorage;
307 spec.indexStorage = m_indexStorage;
354 spec.indexStorage = m_indexStorage;
415 spec.indexStorage = m_indexStorage;
510 spec.indexStorage = gls::DrawTestSpec::STORAGE_BUFFER;
577 spec.indexStorage
[all...]
/external/deqp/modules/gles31/stress/
H A Des31sDrawTests.cpp463 spec.indexStorage = gls::DrawTestSpec::STORAGE_BUFFER;

Completed in 60 milliseconds