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

/external/deqp/framework/referencerenderer/
H A DrrDefs.hpp48 INDEXTYPE_LAST enumerator in enum:rr::IndexType
H A DrrRenderer.cpp1694 , 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.hpp153 INDEXTYPE_LAST enumerator in enum:deqp::gls::DrawTestSpec::IndexType
H A DglsDrawTest.cpp186 return de::getSizedArrayElement<DrawTestSpec::INDEXTYPE_LAST>(indexTypes, (int)indexType);
2357 return de::getSizedArrayElement<DrawTestSpec::INDEXTYPE_LAST>(indexTypes, (int)type);
2412 return de::getSizedArrayElement<DrawTestSpec::INDEXTYPE_LAST>(size, (int)type);
2831 indexType = INDEXTYPE_LAST;
3296 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);
3298 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.cpp4270 case rr::INDEXTYPE_LAST:
4355 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/gles31/functional/
H A Des31fDrawElementsBaseVertexTests.cpp134 spec.indexType = gls::DrawTestSpec::INDEXTYPE_LAST;
H A Des31fDrawTests.cpp187 spec.indexType = gls::DrawTestSpec::INDEXTYPE_LAST;
/external/deqp/modules/gles3/functional/
H A Des3fDrawTests.cpp108 spec.indexType = gls::DrawTestSpec::INDEXTYPE_LAST;

Completed in 279 milliseconds