Searched refs:drawCount (Results 1 – 10 of 10) sorted by relevance
/external/deqp/modules/gles2/functional/ |
D | es2fVertexArrayTest.cpp | 101 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/ |
D | GrBatchTarget.cpp | 58 int drawCount = bf->fVertexDraws.count(); in flushNext() local 60 for (int i = 0; i < drawCount; i++) { in flushNext()
|
/external/deqp/modules/gles2/stress/ |
D | es2sVertexArrayTests.cpp | 102 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/ |
D | es3fVertexArrayTest.cpp | 100 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/ |
D | es3sVertexArrayTests.cpp | 103 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/ |
D | es31sVertexAttributeBindingTests.cpp | 515 …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()
|
D | es31sDrawTests.cpp | 176 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/ |
D | SkGPipePriv.h | 193 int drawCount() const { in drawCount() function
|
/external/deqp/modules/glshared/ |
D | glsVertexArrayTests.cpp | 1955 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()
|
D | glsVertexArrayTests.hpp | 436 int drawCount; //!<Number of primitives to draw member in deqp::gls::MultiVertexArrayTest::Spec
|