Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/framework/opengl/
DgluDrawUtil.hpp73 INDEXTYPE_LAST enumerator
169 , indexType (INDEXTYPE_LAST) in PrimitiveList()
185 , indexType (INDEXTYPE_LAST) in PrimitiveList()
DgluDrawUtil.cpp459 if ((primitives.indexType == INDEXTYPE_LAST) != (primitives.indices == 0)) in isDrawCallValid()
/third_party/vk-gl-cts/framework/referencerenderer/
DrrDefs.hpp48 INDEXTYPE_LAST enumerator
DrrRenderer.cpp1702 , m_indexType (INDEXTYPE_LAST) in PrimitiveList()
/third_party/vk-gl-cts/modules/glshared/
DglsDrawTest.hpp153 INDEXTYPE_LAST enumerator
DglsDrawTest.cpp186 return de::getSizedArrayElement<DrawTestSpec::INDEXTYPE_LAST>(indexTypes, (int)indexType); in indexTypeToGL()
2345 return de::getSizedArrayElement<DrawTestSpec::INDEXTYPE_LAST>(indexTypes, (int)type); in indexTypeToString()
2400 return de::getSizedArrayElement<DrawTestSpec::INDEXTYPE_LAST>(size, (int)type); in indexTypeSize()
2819 indexType = INDEXTYPE_LAST; in DrawTestSpec()
3285 …ec.drawMethod, spec.first, (int)primitiveElementCount, DrawTestSpec::INDEXTYPE_LAST, DE_NULL, 0, 0… in iterate()
3287 …ec.drawMethod, spec.first, (int)primitiveElementCount, DrawTestSpec::INDEXTYPE_LAST, DE_NULL, 0, 0… in iterate()
/third_party/vk-gl-cts/framework/opengl/simplereference/
DsglrReferenceUtils.cpp176 return rr::INDEXTYPE_LAST; in mapGLIndexType()
DsglrReferenceContext.cpp4307 case rr::INDEXTYPE_LAST: in getFixedRestartIndex()
4392 if (m_primitiveRestartFixedIndex && indexType != rr::INDEXTYPE_LAST) in drawWithReference()
/third_party/vk-gl-cts/modules/gles2/stress/
Des2sDrawTests.cpp50 spec.indexType = gls::DrawTestSpec::INDEXTYPE_LAST; in genBasicSpec()
/third_party/vk-gl-cts/modules/gles3/stress/
Des3sDrawTests.cpp231 spec.indexType = gls::DrawTestSpec::INDEXTYPE_LAST; in genBasicSpec()
/third_party/vk-gl-cts/modules/gles2/functional/
Des2fDrawTests.cpp77 spec.indexType = gls::DrawTestSpec::INDEXTYPE_LAST; in genBasicSpec()
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fDrawElementsBaseVertexTests.cpp134 spec.indexType = gls::DrawTestSpec::INDEXTYPE_LAST; in genBasicSpec()
Des31fDrawTests.cpp187 spec.indexType = gls::DrawTestSpec::INDEXTYPE_LAST; in genBasicSpec()
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fDrawTests.cpp108 spec.indexType = gls::DrawTestSpec::INDEXTYPE_LAST; in genBasicSpec()