Home
last modified time | relevance | path

Searched refs:checkBooleans (Results 1 – 7 of 7) sorted by relevance

/third_party/vk-gl-cts/modules/gles3/functional/
Des3fNegativeStateApiTests.cpp1080 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 …]
Des3fApiCase.cpp89 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
Des3fApiCase.hpp52 void checkBooleans (deUint8 value, deUint8 expected);
53 void checkBooleans (deInt32 value, deUint8 expected);
Des3fBooleanStateQueryTests.cpp594 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/
Des2fNegativeStateApiTests.cpp632 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 …]
Des2fApiCase.cpp87 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
Des2fApiCase.hpp52 void checkBooleans (deUint8 value, deUint8 expected);
53 void checkBooleans (deInt32 value, deUint8 expected);