Searched refs:checkBooleans (Results 1 – 7 of 7) sorted by relevance
/third_party/vk-gl-cts/modules/gles3/functional/ |
D | es3fNegativeStateApiTests.cpp | 1080 checkBooleans (isBuffer, GL_FALSE); in init() 1084 checkBooleans (isBuffer, GL_FALSE); in init() 1088 checkBooleans (isBuffer, GL_TRUE); in init() 1093 checkBooleans (isBuffer, GL_FALSE); in init() 1105 checkBooleans (isFbo, GL_FALSE); in init() 1109 checkBooleans (isFbo, GL_FALSE); in init() 1113 checkBooleans (isFbo, GL_TRUE); in init() 1118 checkBooleans (isFbo, GL_FALSE); in init() 1130 checkBooleans (isProgram, GL_FALSE); in init() 1134 checkBooleans (isProgram, GL_TRUE); in init() [all …]
|
D | es3fApiCase.cpp | 89 void ApiCase::checkBooleans (deUint8 value, deUint8 expected) in checkBooleans() function in deqp::gles3::Functional::ApiCase 91 checkBooleans((deInt32)value, expected); in checkBooleans() 94 void ApiCase::checkBooleans (deInt32 value, deUint8 expected) in checkBooleans() function in deqp::gles3::Functional::ApiCase
|
D | es3fApiCase.hpp | 52 void checkBooleans (deUint8 value, deUint8 expected); 53 void checkBooleans (deInt32 value, deUint8 expected);
|
D | es3fBooleanStateQueryTests.cpp | 594 checkBooleans(compileStatus, GL_TRUE); in test() 601 checkBooleans(compileStatus, GL_TRUE); in test() 612 checkBooleans(linkStatus, GL_TRUE); in test()
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
D | es2fNegativeStateApiTests.cpp | 632 checkBooleans (isBuffer, GL_FALSE); in init() 636 checkBooleans (isBuffer, GL_FALSE); in init() 640 checkBooleans (isBuffer, GL_TRUE); in init() 645 checkBooleans (isBuffer, GL_FALSE); in init() 657 checkBooleans (isFbo, GL_FALSE); in init() 661 checkBooleans (isFbo, GL_FALSE); in init() 665 checkBooleans (isFbo, GL_TRUE); in init() 670 checkBooleans (isFbo, GL_FALSE); in init() 682 checkBooleans (isProgram, GL_FALSE); in init() 686 checkBooleans (isProgram, GL_TRUE); in init() [all …]
|
D | es2fApiCase.cpp | 87 void ApiCase::checkBooleans (deUint8 value, deUint8 expected) in checkBooleans() function in deqp::gles2::Functional::ApiCase 89 checkBooleans((deInt32)value, expected); in checkBooleans() 92 void ApiCase::checkBooleans (deInt32 value, deUint8 expected) in checkBooleans() function in deqp::gles2::Functional::ApiCase
|
D | es2fApiCase.hpp | 52 void checkBooleans (deUint8 value, deUint8 expected); 53 void checkBooleans (deInt32 value, deUint8 expected);
|