Home
last modified time | relevance | path

Searched refs:drawCount (Results 1 – 10 of 10) sorted by relevance

/external/deqp/modules/gles2/functional/
Des2fVertexArrayTest.cpp101 spec.drawCount = counts[countNdx]; in init()
171 spec.drawCount = counts[countNdx]; in init()
242 spec.drawCount = counts[countNdx]; in init()
310 spec.drawCount = counts[countNdx]; in init()
373 spec.drawCount = counts[countNdx]; in init()
438 spec.drawCount = counts[countNdx]; in init()
526 spec.drawCount = 256; in init()
647 spec.drawCount = 256; in init()
706 spec.drawCount = 256; in init()
797 spec.drawCount = 256; in init()
/external/skia/src/gpu/
DGrBatchTarget.cpp58 int drawCount = bf->fVertexDraws.count(); in flushNext() local
60 for (int i = 0; i < drawCount; i++) { in flushNext()
/external/deqp/modules/gles2/stress/
Des2sVertexArrayTests.cpp102 spec.drawCount = counts[countNdx]; in init()
172 spec.drawCount = counts[countNdx]; in init()
243 spec.drawCount = counts[countNdx]; in init()
311 spec.drawCount = counts[countNdx]; in init()
/external/deqp/modules/gles3/functional/
Des3fVertexArrayTest.cpp100 spec.drawCount = counts[countNdx]; in init()
205 spec.drawCount = counts[countNdx]; in init()
308 spec.drawCount = counts[countNdx]; in init()
409 spec.drawCount = counts[countNdx]; in init()
503 spec.drawCount = counts[countNdx]; in init()
619 spec.drawCount = counts[countNdx]; in init()
739 spec.drawCount = 256; in init()
860 spec.drawCount = 256; in init()
919 spec.drawCount = 256; in init()
1010 spec.drawCount = 256; in init()
/external/deqp/modules/gles3/stress/
Des3sVertexArrayTests.cpp103 spec.drawCount = counts[countNdx]; in init()
208 spec.drawCount = counts[countNdx]; in init()
311 spec.drawCount = counts[countNdx]; in init()
412 spec.drawCount = counts[countNdx]; in init()
/external/deqp/modules/gles31/stress/
Des31sVertexAttributeBindingTests.cpp515 …BindVertexBufferCase (Context& ctx, const char* name, const char* desc, int offset, int drawCount);
529 …:BindVertexBufferCase (Context& ctx, const char* name, const char* desc, int offset, int drawCount) in BindVertexBufferCase() argument
532 , m_drawCount (drawCount) in BindVertexBufferCase()
Des31sDrawTests.cpp176 const int drawCount = 10; //!< number of elements safe to draw (all buffers have this) in iterate() local
196 const int indexBufferSize = (m_op == INVALID_INDEX_COUNT) ? (drawCount) : (overBoundDrawCount); in iterate()
210 const int dataSize = (m_op == INVALID_DATA_COUNT) ? (drawCount) : (overBoundDrawCount); in iterate()
/external/skia/src/pipe/
DSkGPipePriv.h193 int drawCount() const { in drawCount() function
/external/deqp/modules/glshared/
DglsVertexArrayTests.cpp1955 name << drawCount; in getName()
1981 << drawCount; in getDesc()
2067 …000 * int(m_spec.primitive) + 10000 * int(arraySpec.usage) + int(m_spec.drawCount) + 12 * int(arra… in iterate()
2070 …const size_t bufferSize = arraySpec.offset + stride * (m_spec.drawCount * primitiveSize - 1) + ar… in iterate()
2080 …data = RandomArrayGenerator::generateQuads(seed, m_spec.drawCount, arraySpec.componentCount, array… in iterate()
2085 …data = RandomArrayGenerator::generatePerQuad(seed, m_spec.drawCount, arraySpec.componentCount, arr… in iterate()
2108 …m_glArrayPack->render(m_spec.primitive, m_spec.first, m_spec.drawCount * (int)primitiveSize, useVa… in iterate()
2109 …m_rrArrayPack->render(m_spec.primitive, m_spec.first, m_spec.drawCount * (int)primitiveSize, useVa… in iterate()
DglsVertexArrayTests.hpp436 int drawCount; //!<Number of primitives to draw member in deqp::gls::MultiVertexArrayTest::Spec