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

  /device/generic/goldfish-opengl/shared/OpenglCodecCommon/
glUtils.cpp 620 GLint baseVertex;
  /external/deqp/framework/referencerenderer/
rrRenderer.hpp 78 DrawIndices (const deUint32*, int baseVertex = 0);
79 DrawIndices (const deUint16*, int baseVertex = 0);
80 DrawIndices (const deUint8*, int baseVertex = 0);
81 DrawIndices (const void* ptr, IndexType type, int baseVertex = 0);
85 const int baseVertex;
104 const void* const m_indices; // !< if indices is NULL, indices is interpreted as [first (== baseVertex) + 0, first + 1, first + 2, ...]
  /external/deqp/modules/gles31/stress/
es31sDrawTests.cpp 68 deInt32 baseVertex;
263 drawCommand.baseVertex = (m_op == INVALID_DATA_FIRST) ? (overBoundDrawCount) : (0);
272 << "\n\tbaseVertex\t" << drawCommand.baseVertex
469 spec.baseVertex = random.chooseWeighted<int, const int*, const float*> (DE_ARRAY_BEGIN(baseVertices), DE_ARRAY_END(baseVertices), baseVertexWeigths);
  /external/deqp/modules/gles31/functional/
es31fDrawElementsBaseVertexTests.cpp 180 void draw (GLenum mode, GLsizei count, GLenum type, GLvoid* indices, GLint baseVertex);
222 << "gl_VertexID should be the index of the vertex that is being passed to the shader. i.e. indices[i] + basevertex"
278 void VertexIDCase::draw (GLenum mode, GLsizei count, GLenum type, GLvoid* indices, GLint baseVertex)
283 GLU_CHECK_GLW_CALL(m_gl, drawElementsBaseVertex(mode, count, type, indices, baseVertex));
290 GLU_CHECK_GLW_CALL(m_gl, drawRangeElementsBaseVertex(mode, 0, maxElementsVertices, count, type, indices, baseVertex));
295 GLU_CHECK_GLW_CALL(m_gl, drawElementsInstancedBaseVertex(mode, count, type, indices, 1, baseVertex));
317 // Ignore pixels not drawn with basevertex
354 const GLuint baseVertex = 4;
407 draw(GL_TRIANGLES, drawCount, GL_UNSIGNED_SHORT, (GLvoid*)indices, baseVertex);
415 draw(GL_TRIANGLES, drawCount, GL_UNSIGNED_SHORT, DE_NULL, baseVertex);
    [all...]
es31fDrawTests.cpp 92 deInt32 baseVertex;
561 int baseVertex[2];
589 for (int iterationNdx = 0; iterationNdx < DE_LENGTH_OF_ARRAY(indexTest.baseVertex); ++iterationNdx)
591 const std::string iterationDesc = std::string("base vertex ") + de::toString(indexTest.baseVertex[iterationNdx]);
592 spec.baseVertex = indexTest.baseVertex[iterationNdx];
892 command.baseVertex = 0;
    [all...]
  /external/deqp/modules/glshared/
glsDrawTest.hpp 231 int baseVertex; //!< used only if drawMethod = DrawElementsIndirect or *BaseVertex
glsDrawTest.cpp 261 bool baseVertex;
269 // indexed instanced ranged first baseVertex indirect
    [all...]
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
context.h 183 int32_t baseVertex;

Completed in 601 milliseconds