Searched defs:primCount (Results 1 - 6 of 6) sorted by relevance

/external/deqp/modules/gles31/stress/
H A Des31sDrawTests.cpp66 deUint32 primCount; member in struct:deqp::gles31::Stress::__anon5495::DrawElementsCommand
76 deUint32 primCount; member in struct:deqp::gles31::Stress::__anon5495::DrawArraysCommand
239 drawCommand.primCount = (m_op == INVALID_DATA_INSTANCED) ? (overBoundInstances) : (drawInstances);
247 << "\n\tprimCount\t" << drawCommand.primCount
261 drawCommand.primCount = (m_op == INVALID_DATA_INSTANCED) ? (overBoundInstances) : (drawInstances);
270 << "\n\tprimCount\t" << drawCommand.primCount
/external/deqp/modules/gles31/functional/
H A Des31fDrawTests.cpp90 deUint32 primCount; member in struct:deqp::gles31::Functional::__anon5342::DrawElementsCommand
100 deUint32 primCount; member in struct:deqp::gles31::Functional::__anon5342::DrawArraysCommand
890 command.primCount = m_gridSide * m_gridSide;
901 command.primCount = m_gridSide * m_gridSide;
1209 << " uint primCount;\n"
1216 << " uint primCount;\n"
1251 << " commands[gl_GlobalInvocationID.x].primCount = 1u;\n";
1357 data.primCount = 1;
1379 data.primCount = 1;
2318 drawCommand.primCount
[all...]
/external/mesa3d/src/mesa/vbo/
H A Dvbo_exec_array.c427 GLuint primCount = 0; local
434 primCount = 1;
442 primCount = 1;
454 primCount = 2;
457 if (primCount > 0) {
459 vbo->draw_prims(ctx, prim, primCount, NULL,
/external/deqp/framework/opengl/simplereference/
H A DsglrGLContext.cpp835 void GLContext::multiDrawArrays (deUint32 mode, const int* first, const int* count, int primCount) argument
837 m_wrapper->glMultiDrawArrays(mode, first, count, primCount);
840 void GLContext::multiDrawElements (deUint32 mode, const int* count, deUint32 type, const void** indices, int primCount) argument
842 m_wrapper->glMultiDrawElements(mode, count, type, indices, primCount);
845 void GLContext::multiDrawElementsBaseVertex (deUint32 mode, const int* count, deUint32 type, const void** indices, int primCount, const int* baseVertex) argument
847 m_wrapper->glMultiDrawElementsBaseVertex(mode, count, type, indices, primCount, baseVertex);
/external/deqp/external/openglcts/modules/gles31/
H A Des31cDrawIndirectTests.cpp210 GLuint primCount; member in struct:glcts::__anon4179::DrawIndirectBase::__anon4180
218 GLuint primCount; member in struct:glcts::__anon4179::DrawIndirectBase::__anon4181
1990 indirectArrays.primCount = 1;
2007 indirectElements.primCount = 1;
2179 indirectArrays.primCount = 4;
2196 indirectElements.primCount = 4;
2476 indirectArrays.primCount = 1;
2493 indirectElements.primCount = 1;
2822 indirectArrays.primCount = 1;
2915 indirectArrays.primCount
7329 GLuint primCount; member in struct:glcts::__anon4179::CNegativeInvalidSizeArrays::TWrongStructure1
7335 GLuint primCount; member in struct:glcts::__anon4179::CNegativeInvalidSizeArrays::TWrongStructure2
7450 GLuint primCount; member in struct:glcts::__anon4179::CNegativeInvalidSizeElements::TWrongStructure
[all...]
/external/deqp/modules/glshared/
H A DglsDrawTest.cpp1909 GLuint primCount; member in struct:deqp::gls::DrawCommand
1919 command.primCount = instanceCount;
1930 << "\tprimCount: " << command.primCount << "\n"
1954 GLuint primCount; member in struct:deqp::gls::DrawCommand
1968 command.primCount = instanceCount;
1980 << "\tprimCount: " << command.primCount << "\n"

Completed in 188 milliseconds