Searched refs:boolVector (Results 1 – 3 of 3) sorted by relevance
244 StateQueryMemoryWriteGuard<GLboolean[2]> boolVector; in verifyIntegerGreaterOrEqual2() local245 glGetBooleanv(name, boolVector); in verifyIntegerGreaterOrEqual2()247 if (!boolVector.verifyValidity(testCtx)) in verifyIntegerGreaterOrEqual2()258 if (boolVector[ndx] == GL_TRUE) // state is non-zero, could be greater than any integer in verifyIntegerGreaterOrEqual2()262 else if (boolVector[ndx] == GL_FALSE) // state is zero in verifyIntegerGreaterOrEqual2()
1243 std::vector<bool> boolVector = {false, true, false, false}; variable1245 j["bool_vector"] = boolVector;
276 StateQueryMemoryWriteGuard<GLboolean[2]> boolVector; in verifyIntegerGreaterOrEqual2() local277 glGetBooleanv(name, boolVector); in verifyIntegerGreaterOrEqual2()279 if (!boolVector.verifyValidity(testCtx)) in verifyIntegerGreaterOrEqual2()290 if (boolVector[ndx] == GL_TRUE) // state is non-zero, could be greater than any integer in verifyIntegerGreaterOrEqual2()294 else if (boolVector[ndx] == GL_FALSE) // state is zero in verifyIntegerGreaterOrEqual2()