Searched refs:INDEXTYPE_LAST (Results 1 - 14 of 14) sorted by relevance
/third_party/vk-gl-cts/framework/opengl/ |
H A D | gluDrawUtil.hpp | 73 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 D | gluDrawUtil.cpp | 459 if ((primitives.indexType == INDEXTYPE_LAST) != (primitives.indices == 0)) in isDrawCallValid()
|
/third_party/vk-gl-cts/framework/referencerenderer/ |
H A D | rrDefs.hpp | 48 INDEXTYPE_LAST enumerator
|
H A D | rrRenderer.cpp | 1702 , m_indexType (INDEXTYPE_LAST) in PrimitiveList()
|
/third_party/vk-gl-cts/modules/glshared/ |
H A D | glsDrawTest.hpp | 153 INDEXTYPE_LAST enumerator
|
H A D | glsDrawTest.cpp | 187 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 D | sglrReferenceUtils.cpp | 176 return rr::INDEXTYPE_LAST; in mapGLIndexType()
|
H A D | sglrReferenceContext.cpp | 4309 case rr::INDEXTYPE_LAST: 4394 if (m_primitiveRestartFixedIndex && indexType != rr::INDEXTYPE_LAST)
|
/third_party/vk-gl-cts/modules/gles2/stress/ |
H A D | es2sDrawTests.cpp | 50 spec.indexType = gls::DrawTestSpec::INDEXTYPE_LAST; in genBasicSpec()
|
/third_party/vk-gl-cts/modules/gles3/stress/ |
H A D | es3sDrawTests.cpp | 231 spec.indexType = gls::DrawTestSpec::INDEXTYPE_LAST; in genBasicSpec()
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fDrawTests.cpp | 77 spec.indexType = gls::DrawTestSpec::INDEXTYPE_LAST; in genBasicSpec()
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fDrawElementsBaseVertexTests.cpp | 134 spec.indexType = gls::DrawTestSpec::INDEXTYPE_LAST; in genBasicSpec()
|
H A D | es31fDrawTests.cpp | 187 spec.indexType = gls::DrawTestSpec::INDEXTYPE_LAST; in genBasicSpec()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fDrawTests.cpp | 108 spec.indexType = gls::DrawTestSpec::INDEXTYPE_LAST; in genBasicSpec()
|
Completed in 28 milliseconds