Lines Matching defs:value
451 status.error() << "glGetIntegerv(GL_DRAW_INDIRECT_BUFFER_BINDING) returned invalid value: " << valueInt
459 status.error() << "glGetBooleanv(GL_DRAW_INDIRECT_BUFFER_BINDING) returned invalid value: "
469 status.error() << "glGetFloatv(GL_DRAW_INDIRECT_BUFFER_BINDING) returned invalid value: " << valueFloat
479 status.error() << "glGetDoublev(GL_DRAW_INDIRECT_BUFFER_BINDING) returned invalid value: "
801 std::string BoolToString(GLboolean value)
803 if (value == GL_TRUE)
955 return "Verify that binding point is set to correct value";
960 return "Bind non-zero buffer and check that binding point is set to correct value";
965 return "The test will pass if binding point is set to correct value";
999 return "Verify that binding points are set to correct value";
1004 return "Bind in loop non-zero buffers and check that binding points are set to correct value";
1009 return "The test will pass if binding points are set to correct value";
1049 return "Verify that after deleting buffer, binding point is set to correct value";
1059 return "The test will pass if binding point is set to correct value";
1531 return "Bind non-zero buffer and check that binding point is set to correct value";