Searched refs:OUTPUTTYPE_IVEC2 (Results 1 - 9 of 9) sorted by relevance
/third_party/vk-gl-cts/modules/glshared/ |
H A D | glsDrawTest.hpp | 92 OUTPUTTYPE_IVEC2, enumerator
|
H A D | glsVertexArrayTests.hpp | 96 OUTPUTTYPE_IVEC2, enumerator
|
H A D | glsDrawTest.cpp | 146 "ivec2", // OUTPUTTYPE_IVEC2, in outputTypeToGLType() 217 || type == DrawTestSpec::OUTPUTTYPE_IVEC2 in outputTypeIsIntType() 1316 case (DrawTestSpec::OUTPUTTYPE_IVEC2): in genVertexSource() 1355 case (DrawTestSpec::OUTPUTTYPE_IVEC2): in genVertexSource() 1464 case (DrawTestSpec::OUTPUTTYPE_IVEC2): in mapOutputType() 1491 case (DrawTestSpec::OUTPUTTYPE_IVEC2): in getComponentCount() 2138 const bool outputTypeSignedInteger = outputType == DrawTestSpec::OUTPUTTYPE_INT || outputType == DrawTestSpec::OUTPUTTYPE_IVEC2 || outputType == DrawTestSpec::OUTPUTTYPE_IVEC3 || outputType == DrawTestSpec::OUTPUTTYPE_IVEC4; in valid() 2304 "ivec2", // OUTPUTTYPE_IVEC2, in outputTypeToString()
|
H A D | glsVertexArrayTests.cpp | 114 "ivec2", // OUTPUTTYPE_IVEC2, in outputTypeToString() 632 "ivec2", // OUTPUTTYPE_IVEC2, in outputTypeToGLType() 894 case (Array::OUTPUTTYPE_IVEC2): in genVertexSource() 1013 case (Array::OUTPUTTYPE_IVEC2): in mapOutputType() 1040 case (Array::OUTPUTTYPE_IVEC2): in getComponentCount()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fVertexArrayTest.cpp | 571 Array::OutputType outputTypes[] = {Array::OUTPUTTYPE_VEC2, Array::OUTPUTTYPE_VEC3, Array::OUTPUTTYPE_VEC4, Array::OUTPUTTYPE_IVEC2, Array::OUTPUTTYPE_IVEC3, Array::OUTPUTTYPE_IVEC4, Array::OUTPUTTYPE_UVEC2, Array::OUTPUTTYPE_UVEC3, Array::OUTPUTTYPE_UVEC4 }; in init() 587 const bool outputIsSignedInteger = outputTypes[outputTypeNdx] == Array::OUTPUTTYPE_IVEC2 || outputTypes[outputTypeNdx] == Array::OUTPUTTYPE_IVEC3 || outputTypes[outputTypeNdx] == Array::OUTPUTTYPE_IVEC4; in init()
|
H A D | es3fDrawTests.cpp | 994 gls::DrawTestSpec::OUTPUTTYPE_IVEC2, in init()
|
/third_party/vk-gl-cts/modules/gles31/stress/ |
H A D | es31sDrawTests.cpp | 412 gls::DrawTestSpec::OUTPUTTYPE_IVEC2,
|
/third_party/vk-gl-cts/modules/gles3/stress/ |
H A D | es3sDrawTests.cpp | 492 gls::DrawTestSpec::OUTPUTTYPE_IVEC2, in init()
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fDrawTests.cpp | 2121 gls::DrawTestSpec::OUTPUTTYPE_IVEC2,
|
Completed in 21 milliseconds