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/
H A DgluDrawUtil.hpp73 INDEXTYPE_LAST enumerator
163 IndexType indexType; //!< Index type or INDEXTYPE_LAST if not used
169 , indexType (INDEXTYPE_LAST) in PrimitiveList()
185 , indexType (INDEXTYPE_LAST) in PrimitiveList()
H A DgluDrawUtil.cpp459 if ((primitives.indexType == INDEXTYPE_LAST) != (primitives.indices == 0)) in isDrawCallValid()
/third_party/vk-gl-cts/framework/referencerenderer/
H A DrrDefs.hpp48 INDEXTYPE_LAST enumerator
H A DrrRenderer.cpp1702 , m_indexType (INDEXTYPE_LAST) in PrimitiveList()
/third_party/vk-gl-cts/modules/glshared/
H A DglsDrawTest.hpp153 INDEXTYPE_LAST enumerator
H A DglsDrawTest.cpp187 return de::getSizedArrayElement<DrawTestSpec::INDEXTYPE_LAST>(indexTypes, (int)indexType); in indexTypeToGL()
2377 return de::getSizedArrayElement<DrawTestSpec::INDEXTYPE_LAST>(indexTypes, (int)type); in indexTypeToString()
2432 return de::getSizedArrayElement<DrawTestSpec::INDEXTYPE_LAST>(size, (int)type); in indexTypeSize()
2851 indexType = INDEXTYPE_LAST; in DrawTestSpec()
3317 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); in iterate()
3319 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); in iterate()
/third_party/vk-gl-cts/framework/opengl/simplereference/
H A DsglrReferenceUtils.cpp176 return rr::INDEXTYPE_LAST; in mapGLIndexType()
H A DsglrReferenceContext.cpp4309 case rr::INDEXTYPE_LAST:
4394 if (m_primitiveRestartFixedIndex && indexType != rr::INDEXTYPE_LAST)
/third_party/vk-gl-cts/modules/gles2/stress/
H A Des2sDrawTests.cpp50 spec.indexType = gls::DrawTestSpec::INDEXTYPE_LAST; in genBasicSpec()
/third_party/vk-gl-cts/modules/gles3/stress/
H A Des3sDrawTests.cpp231 spec.indexType = gls::DrawTestSpec::INDEXTYPE_LAST; in genBasicSpec()
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fDrawTests.cpp77 spec.indexType = gls::DrawTestSpec::INDEXTYPE_LAST; in genBasicSpec()
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fDrawElementsBaseVertexTests.cpp134 spec.indexType = gls::DrawTestSpec::INDEXTYPE_LAST; in genBasicSpec()
H A Des31fDrawTests.cpp187 spec.indexType = gls::DrawTestSpec::INDEXTYPE_LAST; in genBasicSpec()
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fDrawTests.cpp108 spec.indexType = gls::DrawTestSpec::INDEXTYPE_LAST; in genBasicSpec()

Completed in 28 milliseconds