/external/deqp/modules/gles31/stress/ |
D | es31sDrawTests.cpp | 66 deUint32 primCount; member 76 deUint32 primCount; member 239 …drawCommand.primCount = (m_op == INVALID_DATA_INSTANCED) ? (overBoundInstances) : (drawInstances… in iterate() 247 << "\n\tprimCount\t" << drawCommand.primCount in iterate() 261 …drawCommand.primCount = (m_op == INVALID_DATA_INSTANCED) ? (overBoundInstances) : (drawInstances… in iterate() 270 << "\n\tprimCount\t" << drawCommand.primCount in iterate()
|
/external/deqp/framework/opengl/simplereference/ |
D | sglrGLContext.hpp | 200 …ual void multiDrawArrays (deUint32 mode, const int* first, const int* count, int primCount); 201 …rawElements (deUint32 mode, const int* count, deUint32 type, const void** indices, int primCount); 202 …Uint32 mode, const int* count, deUint32 type, const void** indices, int primCount, const int* base…
|
D | sglrContext.hpp | 188 …virtual void multiDrawArrays (deUint32 mode, const int* first, const int* count, int primCount)… 189 … (deUint32 mode, const int* count, deUint32 type, const void** indices, int primCount) = DE_NULL; 190 …Uint32 mode, const int* count, deUint32 type, const void** indices, int primCount, const int* base…
|
D | sglrGLContext.cpp | 835 void GLContext::multiDrawArrays (deUint32 mode, const int* first, const int* count, int primCount) in multiDrawArrays() argument 837 m_wrapper->glMultiDrawArrays(mode, first, count, primCount); in multiDrawArrays() 840 …iDrawElements (deUint32 mode, const int* count, deUint32 type, const void** indices, int primCount) in multiDrawElements() argument 842 m_wrapper->glMultiDrawElements(mode, count, type, indices, primCount); in multiDrawElements() 845 …Uint32 mode, const int* count, deUint32 type, const void** indices, int primCount, const int* base… in multiDrawElementsBaseVertex() argument 847 m_wrapper->glMultiDrawElementsBaseVertex(mode, count, type, indices, primCount, baseVertex); in multiDrawElementsBaseVertex()
|
D | sglrReferenceContext.hpp | 751 …virtual void multiDrawArrays (deUint32 mode, const int* first, const int* count, int primCount… 752 …rawElements (deUint32 mode, const int* count, deUint32 type, const void** indices, int primCount); 753 …Uint32 mode, const int* count, deUint32 type, const void** indices, int primCount, const int* base…
|
D | sglrReferenceContext.cpp | 4072 deUint32 primCount; in drawArraysIndirect() member 4099 drawArraysInstanced(mode, command->first, command->count, command->primCount); in drawArraysIndirect() 4107 deUint32 primCount; in drawElementsIndirect() member 4141 RC_IF_ERROR((int)command->count < 0 || (int)command->primCount < 0, GL_INVALID_VALUE, RC_RET_VOID); in drawElementsIndirect() 4148 …edBaseVertex(mode, (int)command->count, type, indicesPtr, (int)command->primCount, command->baseVe… in drawElementsIndirect() 4152 …eferenceContext::multiDrawArrays (deUint32 mode, const int* first, const int* count, int primCount) in multiDrawArrays() argument 4157 DE_UNREF(primCount); in multiDrawArrays() 4163 …iDrawElements (deUint32 mode, const int* count, deUint32 type, const void** indices, int primCount) in multiDrawElements() argument 4169 DE_UNREF(primCount); in multiDrawElements() 4175 …Uint32 mode, const int* count, deUint32 type, const void** indices, int primCount, const int* base… in multiDrawElementsBaseVertex() argument [all …]
|
/external/mesa3d/src/mesa/vbo/ |
D | vbo_exec_array.c | 602 GLuint primCount = 0; in vbo_draw_arrays() local 609 primCount = 1; in vbo_draw_arrays() 617 primCount = 1; in vbo_draw_arrays() 629 primCount = 2; in vbo_draw_arrays() 632 if (primCount > 0) { in vbo_draw_arrays() 635 vbo->draw_prims(ctx, prim, primCount, NULL, in vbo_draw_arrays()
|
/external/deqp/modules/gles31/functional/ |
D | es31fDrawTests.cpp | 90 deUint32 primCount; member 100 deUint32 primCount; member 890 command.primCount = m_gridSide * m_gridSide; in renderTo() 901 command.primCount = m_gridSide * m_gridSide; in renderTo() 1356 data.primCount = 1; in createDrawCommand() 1378 data.primCount = 1; in createDrawCommand() 2317 drawCommand.primCount = 1; in iterate() 2485 drawCommand.primCount = 1; in iterate() 2663 drawCommand.primCount = 1; in iterate() 2674 drawCommand.primCount = 1; in iterate()
|
D | es31fTessellationTests.cpp | 3698 const int primCount = referencePrimitiveCount(m_primitiveType, m_spacing, m_usePointMode, in iterate() local 3700 primitiveCounts.back().push_back(primCount); in iterate() 3701 maxNumPrimitives = de::max(maxNumPrimitives, primCount); in iterate()
|
/external/deqp/modules/glshared/ |
D | glsDrawTest.cpp | 1908 GLuint primCount; in render() member 1918 command.primCount = instanceCount; in render() 1929 << "\tprimCount: " << command.primCount << "\n" in render() 1953 GLuint primCount; in render() member 1967 command.primCount = instanceCount; in render() 1979 << "\tprimCount: " << command.primCount << "\n" in render()
|
/external/deqp/modules/gles3/functional/ |
D | es3fTransformFeedbackTests.cpp | 787 int primCount = 0; in computeTransformFeedbackPrimitiveCount() local 792 primCount += getTransformFeedbackPrimitiveCount(primitiveType, call->numElements); in computeTransformFeedbackPrimitiveCount() 795 return primCount; in computeTransformFeedbackPrimitiveCount()
|