HomeSort by relevance Sort by last modified time
    Searched refs:indexStorage (Results 1 - 11 of 11) sorted by null

  /external/deqp/modules/gles31/functional/
es31fDrawElementsBaseVertexTests.cpp 136 spec.indexStorage = gls::DrawTestSpec::STORAGE_LAST;
501 spec.indexStorage = gls::DrawTestSpec::STORAGE_BUFFER;
568 spec.indexStorage = gls::DrawTestSpec::STORAGE_BUFFER;
600 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);
612 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)
617 , m_indexStorage (indexStorage)
638 spec.indexStorage = m_indexStorage;
674 spec.indexStorage = m_indexStorage;
721 spec.indexStorage = m_indexStorage;
782 spec.indexStorage = m_indexStorage
    [all...]
es31fDrawTests.cpp 189 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)
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 = gls::DrawTestSpec::STORAGE_BUFFER
    [all...]
  /external/skia/src/gpu/ops/
GrDrawPathOp.cpp 198 SkAutoSTMalloc<2048, uint16_t> indexStorage(fTotalPathCount);
203 memcpy(&indexStorage[idx], instances.indices(), instances.count() * sizeof(uint16_t));
218 indexStorage,
  /external/skqp/src/gpu/ops/
GrDrawPathOp.cpp 198 SkAutoSTMalloc<2048, uint16_t> indexStorage(fTotalPathCount);
203 memcpy(&indexStorage[idx], instances.indices(), instances.count() * sizeof(uint16_t));
218 indexStorage,
  /external/deqp/modules/gles2/functional/
es2fDrawTests.cpp 79 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)
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/
glsDrawTest.hpp 230 Storage indexStorage; //!< used only if drawMethod = DrawElements*
glsDrawTest.cpp     [all...]
  /external/deqp/modules/gles3/functional/
es3fDrawTests.cpp 110 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)
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;
    [all...]
  /external/deqp/modules/gles2/stress/
es2sDrawTests.cpp 52 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/
es3sDrawTests.cpp 233 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/stress/
es31sDrawTests.cpp 463 spec.indexStorage = gls::DrawTestSpec::STORAGE_BUFFER;

Completed in 373 milliseconds