Home | History | Annotate | Download | only in texture_cube_map_array

Lines Matching defs:int_value

423 	glw::GLint			  int_value   = 0;
451 gl.getIntegerv(GL_TEXTURE_BINDING_CUBE_MAP_ARRAY, &int_value);
473 glw::GLint int_value = 0;
476 gl.getTexParameteriv(GL_TEXTURE_CUBE_MAP_ARRAY, pname, &int_value);
487 if (int_value != expected_value)
494 << int_value << "]"
513 glw::GLint int_value = 0;
524 pname, &int_value);
666 if ((should_use_equal_comparison && (expected_property_int_value != int_value)) ||
667 (!should_use_equal_comparison && (expected_property_int_value < int_value)))
674 << int_value << "]"