Lines Matching defs:value
315 << " attachment failed with error value " << glu::getErrorStr(error) << "."
561 << " of texture with " << levels << " levels failed with error value " << glu::getErrorStr(error) << "."
785 const glw::GLfloat TextureAttachmentTest::s_reference_depth = 0.5; //!< Reference depth value.
786 const glw::GLint TextureAttachmentTest::s_reference_stencil = 7; //!< Reference stencil value.
1035 << " layers failed with error value " << glu::getErrorStr(error) << "." << tcu::TestLog::EndMessage;
1448 << "Named Framebuffer Draw And Read Buffer failed because resulting color value was ["
1656 << "Named Framebuffer Draw Buffers test have failed because resulting color value was ["
2213 * @param [in] value Value to be cleared with.
2218 bool ClearTest::ClearColor<glw::GLfloat>(glw::GLenum buffer, glw::GLint drawbuffer, glw::GLfloat value)
2223 glw::GLfloat value_vector[4] = { value, 0, 0, 0 };
2243 * @param [in] value Value to be cleared with.
2248 bool ClearTest::ClearColor<glw::GLint>(glw::GLenum buffer, glw::GLint drawbuffer, glw::GLint value)
2253 glw::GLint value_vector[4] = { value, 0, 0, 0 };
2273 * @param [in] value Value to be cleared with.
2278 bool ClearTest::ClearColor<glw::GLuint>(glw::GLenum buffer, glw::GLint drawbuffer, glw::GLuint value)
2283 glw::GLuint value_vector[4] = { value, 0, 0, 0 };
2353 * @param [in] value Value to be cleared with.
2358 bool ClearTest::TestClearColor(glw::GLenum buffer, glw::GLenum attachment, T value)
2367 if (ClearColor<T>(buffer, 0, value))
2378 /* Comparison with reference value. */
2379 if (Compare(pixel, value))
2394 * @param [in] stencil Stencil value to be cleared with.
2395 * @param [in] depth Depth value to be cleared with.
2427 /* Comparison with reference value. */
3279 << "CheckNamedFramebufferStatus did not return FRAMEBUFFER_INCOMPLETE_ATTACHMENT value. "
3349 << "CheckNamedFramebufferStatus did not return FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT value. "
3435 << "CheckNamedFramebufferStatus did not return FRAMEBUFFER_INCOMPLETE_MULTISAMPLE value. "
3542 << "CheckNamedFramebufferStatus did not return FRAMEBUFFER_INCOMPLETE_MULTISAMPLE value. "
3641 << "CheckNamedFramebufferStatus did not return FRAMEBUFFER_INCOMPLETE_LAYER_TARGETS value. "
5028 , m_max_3d_texture_depth(2048) /* == m_max_3d_texture_size or value of GL_MAX_DEEP_3D_TEXTURE_DEPTH_NV. */
5135 texture, and layer is larger than the value of MAX_3D_TEXTURE_SIZE or GL_MAX_DEEP_3D_TEXTURE_DEPTH_NV (if available) minus one. */
5142 and layer is larger than the value of MAX_ARRAY_TEXTURE_LAYERS minus one. */
5150 and (layer / 6) is larger than the value of MAX_CUBE_MAP_TEXTURE_SIZE minus one (see section 9.8).
5481 buf is not an accepted value. */
5484 is_ok &= ExpectError(GL_INVALID_ENUM, "NamedFramebufferDrawBuffer", "buf is not an accepted value.");
5488 a value other than COLOR_ATTACHMENTi or NONE. */
5492 "the GL is bound to a draw framebuffer object and the ith argument is a value other than "
5516 one of the values in bufs is not an accepted value. */
5520 "one of the values in bufs is not an accepted value.");
5530 /* Check that INVALID_ENUM error is generated by NamedFramebufferDrawBuffers if any value in bufs is FRONT, LEFT, RIGHT, or FRONT_AND_BACK.
5536 "a framebuffer object is tested and a value in bufs is FRONT.");
5541 "a framebuffer object is tested and a value in bufs is LEFT.");
5546 "a framebuffer object is tested and a value in bufs is RIGHT.");
5551 "a framebuffer object is tested and a value in bufs is FRONT_AND_BACK.");
5556 "a default framebuffer is tested and a value in bufs is FRONT.");
5561 "a default framebuffer is tested and a value in bufs is LEFT.");
5566 "a default framebuffer is tested and a value in bufs is RIGHT.");
5571 "a default framebuffer is tested and a value in bufs is FRONT_AND_BACK.");
5574 if any value in bufs is BACK, and n is not one. */
5578 "any value in bufs is BACK, and n is not one.");
5616 affected and src is a value (other than NONE) that does not indicate any of the
5621 "the default framebuffer is affected and src is a value (other than NONE) that does not "
5626 is greater than or equal to the value of MAX_COLOR_ATTACHMENTS). */
5636 "greater than or equal to the value of MAX_COLOR_ATTACHMENTS.");
5872 where m is greater than or equal to the value of MAX_COLOR_ATTACHMENTS. */
5876 "attachments contains COLOR_ATTACHMENTm where m is greater than or equal to the value of "
5925 where m is greater than or equal to the value of MAX_COLOR_ATTACHMENTS. */
5929 "attachments contains COLOR_ATTACHMENTm where m is greater than or equal to the value of "
6227 negative, or greater than the value of MAX_DRAW_BUFFERS minus one. */
6232 "buffer is COLOR drawbuffer is negative, or greater than the value of MAX_DRAW_BUFFERS minus one.");
6238 "buffer is COLOR drawbuffer is negative, or greater than the value of MAX_DRAW_BUFFERS minus one.");
6857 value of GL_FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE, as described above. */
6863 "pname is not valid for the value of GL_FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE, as described above.");
6867 COLOR_ATTACHMENTm where m is greater than or equal to the value of MAX_COLOR_ATTACHMENTS. */
6876 GetNamedFramebufferAttachmentParameteriv if the value of
6884 "the value of FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE is GL_NONE and pname is not "
6910 equal to the value of MAX_COLOR_ATTACHMENTS. */
6917 "equal to the value of MAX_COLOR_ATTACHMENTS.");
6925 "greater than the value of MAX_COLOR_ATTACHMENTS.");
8145 << glu::getErrorStr(error) << " error value. Renderbuffers format was "
8246 << s_reference_color_integer[i % 4 /* color components count*/] << ", but fetched value " << color[i]
8277 << s_reference_color[i % 4 /* color components count*/] << ", but fetched value "
8301 << s_reference_depth << ", but fetched value " << depth[i]
8323 << s_reference_stencil << ", but fetched value " << stencil[i]
8574 << glu::getErrorStr(error) << " error value. Renderbuffers format was "
8590 << glu::getErrorStr(error) << " error value. Renderbuffers format was "
8728 << s_reference_color_integer[i % 4 /* color components count*/] << ", but fetched value " << color[i]
8759 << s_reference_color[i % 4 /* color components count*/] << ", but fetched value "
8784 << s_reference_depth << ", but fetched value " << depth[i]
8807 << s_reference_stencil << ", but fetched value " << stencil[i]
8957 const glw::GLfloat StorageMultisampleTest::s_reference_color[4] = { 0.25, 0.5, 0.75, 1.0 }; //!< Reference color value.
8960 }; //!< Reference color value for integral color internal formats.
8961 const glw::GLfloat StorageMultisampleTest::s_reference_depth = 0.5; //!< Reference depth value.
8962 const glw::GLint StorageMultisampleTest::s_reference_stencil = 7; //!< Reference stencil value.
9243 either of width or height is negative, or greater than the value of
9432 either of width or height is negative, or greater than the value of
9450 "value of MAX_INTEGER_SAMPLES.");