Searched refs:INDEXTYPE_SHORT (Results 1 – 8 of 8) sorted by relevance
/external/deqp/modules/gles2/functional/ |
D | es2fDrawTests.cpp | 320 { gls::DrawTestSpec::STORAGE_USER, gls::DrawTestSpec::INDEXTYPE_SHORT, true, { 0, 2, -1 } }, in init() 322 { gls::DrawTestSpec::STORAGE_USER, gls::DrawTestSpec::INDEXTYPE_SHORT, false, { 1, 3, -1 } }, in init() 325 { gls::DrawTestSpec::STORAGE_BUFFER, gls::DrawTestSpec::INDEXTYPE_SHORT, true, { 0, 2, -1 } }, in init() 470 ….c_str(), desc.c_str(), m_method, primitive[ndx], gls::DrawTestSpec::INDEXTYPE_SHORT, gls::DrawTes… in init() 543 gls::DrawTestSpec::INDEXTYPE_SHORT, in init()
|
/external/deqp/modules/glshared/ |
D | glsDrawTest.hpp | 145 INDEXTYPE_SHORT, enumerator
|
D | glsDrawTest.cpp | 1743 case DrawTestSpec::INDEXTYPE_SHORT: in generateIndices() 2964 else if (indexType == INDEXTYPE_SHORT) in valid() 2987 …TestSpec::DRAWMETHOD_DRAWELEMENTS && (indexType != INDEXTYPE_BYTE && indexType != INDEXTYPE_SHORT)) in valid() 3049 else if (indexType == INDEXTYPE_SHORT) in isCompatibilityTest()
|
/external/deqp/modules/gles3/functional/ |
D | es3fDrawTests.cpp | 418 { gls::DrawTestSpec::STORAGE_USER, gls::DrawTestSpec::INDEXTYPE_SHORT, true, { 0, 2, -1 } }, in init() 421 { gls::DrawTestSpec::STORAGE_USER, gls::DrawTestSpec::INDEXTYPE_SHORT, false, { 1, 3, -1 } }, in init() 425 { gls::DrawTestSpec::STORAGE_BUFFER, gls::DrawTestSpec::INDEXTYPE_SHORT, true, { 0, 2, -1 } }, in init() 571 ….c_str(), desc.c_str(), m_method, primitive[ndx], gls::DrawTestSpec::INDEXTYPE_SHORT, gls::DrawTes… in init() 958 gls::DrawTestSpec::INDEXTYPE_SHORT, in init()
|
/external/deqp/modules/gles2/stress/ |
D | es2sDrawTests.cpp | 117 { gls::DrawTestSpec::STORAGE_BUFFER, gls::DrawTestSpec::INDEXTYPE_SHORT, false, { 1, 3, -1 } }, in init() 257 gls::DrawTestSpec::INDEXTYPE_SHORT, in init()
|
/external/deqp/modules/gles3/stress/ |
D | es3sDrawTests.cpp | 298 { gls::DrawTestSpec::STORAGE_BUFFER, gls::DrawTestSpec::INDEXTYPE_SHORT, false, { 1, 3, -1 } }, in init() 456 gls::DrawTestSpec::INDEXTYPE_SHORT, in init()
|
/external/deqp/modules/gles31/functional/ |
D | es31fDrawTests.cpp | 503 { gls::DrawTestSpec::INDEXTYPE_SHORT, { 0, 2, -1 } }, in init() 567 { true, gls::DrawTestSpec::INDEXTYPE_SHORT, { 1, 2 } }, in init() 570 { false, gls::DrawTestSpec::INDEXTYPE_SHORT, { -1, -2 } }, in init() 702 ….c_str(), desc.c_str(), m_method, primitive[ndx], gls::DrawTestSpec::INDEXTYPE_SHORT, gls::DrawTes… in init() 2087 gls::DrawTestSpec::INDEXTYPE_SHORT, in init()
|
/external/deqp/modules/gles31/stress/ |
D | es31sDrawTests.cpp | 383 gls::DrawTestSpec::INDEXTYPE_SHORT, in init()
|