Searched refs:INDEXTYPE_LAST (Results 1 - 13 of 13) sorted by relevance

/external/deqp/framework/referencerenderer/
H A DrrDefs.hpp48 INDEXTYPE_LAST enumerator in enum:rr::IndexType
H A DrrRenderer.cpp1678 , m_indexType (INDEXTYPE_LAST)
/external/deqp/framework/opengl/
H A DgluDrawUtil.hpp73 INDEXTYPE_LAST enumerator in enum:glu::IndexType
163 IndexType indexType; //!< Index type or INDEXTYPE_LAST if not used
169 , indexType (INDEXTYPE_LAST)
185 , indexType (INDEXTYPE_LAST)
H A DgluDrawUtil.cpp459 if ((primitives.indexType == INDEXTYPE_LAST) != (primitives.indices == 0))
/external/deqp/modules/glshared/
H A DglsDrawTest.hpp147 INDEXTYPE_LAST enumerator in enum:deqp::gls::DrawTestSpec::IndexType
H A DglsDrawTest.cpp195 DE_STATIC_ASSERT(DE_LENGTH_OF_ARRAY(indexTypes) == DrawTestSpec::INDEXTYPE_LAST);
2465 DE_ASSERT(type < DrawTestSpec::INDEXTYPE_LAST);
2473 DE_STATIC_ASSERT(DE_LENGTH_OF_ARRAY(indexTypes) == DrawTestSpec::INDEXTYPE_LAST);
2529 DE_ASSERT(type < INDEXTYPE_LAST);
2537 DE_STATIC_ASSERT(DE_LENGTH_OF_ARRAY(size) == DrawTestSpec::INDEXTYPE_LAST);
2958 indexType = INDEXTYPE_LAST;
3357 m_glArrayPack->render(spec.primitive, spec.drawMethod, spec.first, (int)primitiveElementCount, DrawTestSpec::INDEXTYPE_LAST, DE_NULL, 0, 0, spec.instanceCount, spec.indirectOffset, 0, coordScale, colorScale, DE_NULL);
3358 m_rrArrayPack->render(spec.primitive, spec.drawMethod, spec.first, (int)primitiveElementCount, DrawTestSpec::INDEXTYPE_LAST, DE_NULL, 0, 0, spec.instanceCount, spec.indirectOffset, 0, coordScale, colorScale, DE_NULL);
/external/deqp/framework/opengl/simplereference/
H A DsglrReferenceUtils.cpp176 return rr::INDEXTYPE_LAST;
H A DsglrReferenceContext.cpp4291 case rr::INDEXTYPE_LAST:
4376 if (m_primitiveRestartFixedIndex && indexType != rr::INDEXTYPE_LAST)
/external/deqp/modules/gles2/stress/
H A Des2sDrawTests.cpp50 spec.indexType = gls::DrawTestSpec::INDEXTYPE_LAST;
/external/deqp/modules/gles2/functional/
H A Des2fDrawTests.cpp77 spec.indexType = gls::DrawTestSpec::INDEXTYPE_LAST;
/external/deqp/modules/gles3/stress/
H A Des3sDrawTests.cpp231 spec.indexType = gls::DrawTestSpec::INDEXTYPE_LAST;
/external/deqp/modules/gles3/functional/
H A Des3fDrawTests.cpp108 spec.indexType = gls::DrawTestSpec::INDEXTYPE_LAST;
/external/deqp/modules/gles31/functional/
H A Des31fDrawTests.cpp189 spec.indexType = gls::DrawTestSpec::INDEXTYPE_LAST;

Completed in 1716 milliseconds