HomeSort by relevance Sort by last modified time
    Searched defs:primCount (Results 1 - 5 of 5) sorted by null

  /device/generic/goldfish-opengl/shared/OpenglCodecCommon/
glUtils.cpp 611 GLuint primCount;
618 GLuint primCount;
  /external/deqp/modules/gles31/stress/
es31sDrawTests.cpp 66 deUint32 primCount;
76 deUint32 primCount;
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/mesa3d/src/mesa/vbo/
vbo_exec_array.c 602 GLuint primCount = 0;
609 primCount = 1;
617 primCount = 1;
629 primCount = 2;
632 if (primCount > 0) {
635 vbo->draw_prims(ctx, prim, primCount, NULL,
    [all...]
  /external/deqp/modules/gles31/functional/
es31fDrawTests.cpp 90 deUint32 primCount;
100 deUint32 primCount;
890 command.primCount = m_gridSide * m_gridSide;
901 command.primCount = m_gridSide * m_gridSide;
    [all...]
  /external/deqp/modules/glshared/
glsDrawTest.cpp     [all...]

Completed in 396 milliseconds