Lines Matching refs:pname
6596 * @param [in] pname Parameter name with which function was called.
6600 bool GetSetParameterTest::CheckErrorAndLog(const glw::GLchar* fname, glw::GLenum pname)
6611 << glu::getErrorStr(error) << " during test of pname "
6612 << glu::getTextureParameterStr(pname) << ". Test fails."
6625 * @param [in] pname Parameter name.
6629 bool GetSetParameterTest::CompareAndLog(glw::GLint value_src, glw::GLint value_dst, glw::GLenum pname)
6633 m_context.getTestContext().getLog() << tcu::TestLog::Message << "Queried value of pname "
6634 << glu::getTextureParameterStr(pname) << " is equal to " << value_dst
6648 * @param [in] pname Parameter name.
6652 bool GetSetParameterTest::CompareAndLog(glw::GLuint value_src, glw::GLuint value_dst, glw::GLenum pname)
6656 m_context.getTestContext().getLog() << tcu::TestLog::Message << "Queried value of pname "
6657 << glu::getTextureParameterStr(pname) << " is equal to " << value_dst
6671 * @param [in] pname Parameter name.
6675 bool GetSetParameterTest::CompareAndLog(glw::GLfloat value_src, glw::GLfloat value_dst, glw::GLenum pname)
6679 m_context.getTestContext().getLog() << tcu::TestLog::Message << "Queried value of pname "
6680 << glu::getTextureParameterStr(pname) << " is equal to " << value_dst
6694 * @param [in] pname Parameter name.
6698 bool GetSetParameterTest::CompareAndLog(glw::GLint value_src[4], glw::GLint value_dst[4], glw::GLenum pname)
6704 << tcu::TestLog::Message << "Queried value of pname " << glu::getTextureParameterStr(pname)
6719 * @param [in] pname Parameter name.
6723 bool GetSetParameterTest::CompareAndLog(glw::GLuint value_src[4], glw::GLuint value_dst[4], glw::GLenum pname)
6729 << tcu::TestLog::Message << "Queried value of pname " << glu::getTextureParameterStr(pname)
6744 * @param [in] pname Parameter name.
6748 bool GetSetParameterTest::CompareAndLog(glw::GLfloat value_src[4], glw::GLfloat value_dst[4], glw::GLenum pname)
6756 << tcu::TestLog::Message << "Queried value of pname " << glu::getTextureParameterStr(pname)
7048 * @param [in] pname Parameter name.
7052 bool DefaultsTest::CompareAndLog(glw::GLint value_ref, glw::GLint value_dst, glw::GLenum pname)
7056 m_context.getTestContext().getLog() << tcu::TestLog::Message << "Queried value of pname "
7057 << glu::getTextureParameterStr(pname) << " is equal to " << value_dst
7071 * @param [in] pname Parameter name.
7075 bool DefaultsTest::CompareAndLog(glw::GLuint value_ref, glw::GLuint value_dst, glw::GLenum pname)
7079 m_context.getTestContext().getLog() << tcu::TestLog::Message << "Queried value of pname "
7080 << glu::getTextureParameterStr(pname) << " is equal to " << value_dst
7094 * @param [in] pname Parameter name.
7098 bool DefaultsTest::CompareAndLog(glw::GLfloat value_ref, glw::GLfloat value_dst, glw::GLenum pname)
7102 m_context.getTestContext().getLog() << tcu::TestLog::Message << "Queried value of pname "
7103 << glu::getTextureParameterStr(pname) << " is equal to " << value_dst
7117 * @param [in] pname Parameter name.
7121 bool DefaultsTest::CompareAndLog(glw::GLint value_ref[4], glw::GLint value_dst[4], glw::GLenum pname)
7127 << tcu::TestLog::Message << "Queried value of pname " << glu::getTextureParameterStr(pname)
7142 * @param [in] pname Parameter name.
7146 bool DefaultsTest::CompareAndLog(glw::GLuint value_ref[4], glw::GLuint value_dst[4], glw::GLenum pname)
7152 << tcu::TestLog::Message << "Queried value of pname " << glu::getTextureParameterStr(pname)
7167 * @param [in] pname Parameter name.
7171 bool DefaultsTest::CompareAndLog(glw::GLfloat value_ref[4], glw::GLfloat value_dst[4], glw::GLenum pname)
7179 << tcu::TestLog::Message << "Queried value of pname " << glu::getTextureParameterStr(pname)
12105 /* Check that INVALID_ENUM is generated by TextureParameter* if pname is
12111 "pname is not one of the accepted defined values.");
12115 should have a defined constant value (based on the value of pname) and
12122 "params should have a defined constant value (based on the value of pname) and does not.");
12125 for a non-scalar parameter (pname TEXTURE_BORDER_COLOR or
12132 "called for a non-scalar parameter (pname TEXTURE_BORDER_COLOR or TEXTURE_SWIZZLE_RGBA).");
12137 TEXTURE_2D_MULTISAMPLE_ARRAY, and pname is any of the sampler states. */
12143 "TEXTURE_2D_MULTISAMPLE_ARRAY, and pname is any of the sampler states.");
12159 effective target is TEXTURE_RECTANGLE and pname TEXTURE_MIN_FILTER is
12166 "the effective target is TEXTURE_RECTANGLE and pname TEXTURE_MIN_FILTER is set to a "
12172 TEXTURE_2D_MULTISAMPLE_ARRAY, and pname TEXTURE_BASE_LEVEL is set to a
12180 "and pname TEXTURE_BASE_LEVEL is set to a value other than zero.");
12193 effective target is TEXTURE_RECTANGLE and pname TEXTURE_BASE_LEVEL is
12199 "the effective target is TEXTURE_RECTANGLE and pname TEXTURE_BASE_LEVEL is set to "
12203 /* Check that INVALID_VALUE is generated by TextureParameter* if pname is
12210 "pname is TEXTURE_BASE_LEVEL and param is negative.");
12215 "pname is TEXTURE_MAX_LEVEL and param is negative.");
12233 /* Check that INVALID_ENUM is generated by TextureParameter* if pname is
12239 "pname is not one of the accepted defined values.");
12243 should have a defined constant value (based on the value of pname) and
12250 "params should have a defined constant value (based on the value of pname) and does not.");
12253 for a non-scalar parameter (pname TEXTURE_BORDER_COLOR or
12260 "called for a non-scalar parameter (pname TEXTURE_BORDER_COLOR or TEXTURE_SWIZZLE_RGBA).");
12265 TEXTURE_2D_MULTISAMPLE_ARRAY, and pname is any of the sampler states. */
12271 "TEXTURE_2D_MULTISAMPLE_ARRAY, and pname is any of the sampler states.");
12287 effective target is TEXTURE_RECTANGLE and pname TEXTURE_MIN_FILTER is
12294 "the effective target is TEXTURE_RECTANGLE and pname TEXTURE_MIN_FILTER is set to a "
12300 TEXTURE_2D_MULTISAMPLE_ARRAY, and pname TEXTURE_BASE_LEVEL is set to a
12308 "and pname TEXTURE_BASE_LEVEL is set to a value other than zero.");
12321 effective target is TEXTURE_RECTANGLE and pname TEXTURE_BASE_LEVEL is
12327 "the effective target is TEXTURE_RECTANGLE and pname TEXTURE_BASE_LEVEL is set to "
12331 /* Check that INVALID_VALUE is generated by TextureParameter* if pname is
12338 "pname is TEXTURE_BASE_LEVEL and param is negative.");
12343 "pname is TEXTURE_MAX_LEVEL and param is negative.");
12367 /* Check that INVALID_ENUM is generated by TextureParameter* if pname is
12373 "pname is not one of the accepted defined values.");
12377 should have a defined constant value (based on the value of pname) and
12384 "params should have a defined constant value (based on the value of pname) and does not.");
12389 TEXTURE_2D_MULTISAMPLE_ARRAY, and pname is any of the sampler states. */
12395 "TEXTURE_2D_MULTISAMPLE_ARRAY, and pname is any of the sampler states.");
12411 effective target is TEXTURE_RECTANGLE and pname TEXTURE_MIN_FILTER is
12418 "the effective target is TEXTURE_RECTANGLE and pname TEXTURE_MIN_FILTER is set to a "
12424 TEXTURE_2D_MULTISAMPLE_ARRAY, and pname TEXTURE_BASE_LEVEL is set to a
12432 "and pname TEXTURE_BASE_LEVEL is set to a value other than zero.");
12445 effective target is TEXTURE_RECTANGLE and pname TEXTURE_BASE_LEVEL is
12451 "the effective target is TEXTURE_RECTANGLE and pname TEXTURE_BASE_LEVEL is set to "
12455 /* Check that INVALID_VALUE is generated by TextureParameter* if pname is
12462 "pname is TEXTURE_BASE_LEVEL and param is negative.");
12467 "pname is TEXTURE_MAX_LEVEL and param is negative.");
12491 /* Check that INVALID_ENUM is generated by TextureParameter* if pname is
12497 "pname is not one of the accepted defined values.");
12501 should have a defined constant value (based on the value of pname) and
12508 "params should have a defined constant value (based on the value of pname) and does not.");
12513 TEXTURE_2D_MULTISAMPLE_ARRAY, and pname is any of the sampler states. */
12519 "TEXTURE_2D_MULTISAMPLE_ARRAY, and pname is any of the sampler states.");
12535 effective target is TEXTURE_RECTANGLE and pname TEXTURE_MIN_FILTER is
12542 "the effective target is TEXTURE_RECTANGLE and pname TEXTURE_MIN_FILTER is set to a "
12548 TEXTURE_2D_MULTISAMPLE_ARRAY, and pname TEXTURE_BASE_LEVEL is set to a
12556 "and pname TEXTURE_BASE_LEVEL is set to a value other than zero.");
12569 effective target is TEXTURE_RECTANGLE and pname TEXTURE_BASE_LEVEL is
12575 "the effective target is TEXTURE_RECTANGLE and pname TEXTURE_BASE_LEVEL is set to "
12579 /* Check that INVALID_VALUE is generated by TextureParameter* if pname is
12586 "pname is TEXTURE_BASE_LEVEL and param is negative.");
12591 "pname is TEXTURE_MAX_LEVEL and param is negative.");
12615 /* Check that INVALID_ENUM is generated by TextureParameter* if pname is
12621 "pname is not one of the accepted defined values.");
12625 should have a defined constant value (based on the value of pname) and
12632 "params should have a defined constant value (based on the value of pname) and does not.");
12637 TEXTURE_2D_MULTISAMPLE_ARRAY, and pname is any of the sampler states. */
12643 "TEXTURE_2D_MULTISAMPLE_ARRAY, and pname is any of the sampler states.");
12659 effective target is TEXTURE_RECTANGLE and pname TEXTURE_MIN_FILTER is
12666 "the effective target is TEXTURE_RECTANGLE and pname TEXTURE_MIN_FILTER is set to a "
12672 TEXTURE_2D_MULTISAMPLE_ARRAY, and pname TEXTURE_BASE_LEVEL is set to a
12680 "and pname TEXTURE_BASE_LEVEL is set to a value other than zero.");
12693 effective target is TEXTURE_RECTANGLE and pname TEXTURE_BASE_LEVEL is
12699 "the effective target is TEXTURE_RECTANGLE and pname TEXTURE_BASE_LEVEL is set to "
12703 /* Check that INVALID_VALUE is generated by TextureParameter* if pname is
12710 "pname is TEXTURE_BASE_LEVEL and param is negative.");
12715 "pname is TEXTURE_MAX_LEVEL and param is negative.");
12738 /* Check that INVALID_ENUM is generated by TextureParameter* if pname is
12744 "pname is not one of the accepted defined values.");
12748 should have a defined constant value (based on the value of pname) and
12755 "params should have a defined constant value (based on the value of pname) and does not.");
12760 TEXTURE_2D_MULTISAMPLE_ARRAY, and pname is any of the sampler states. */
12766 "TEXTURE_2D_MULTISAMPLE_ARRAY, and pname is any of the sampler states.");
12782 effective target is TEXTURE_RECTANGLE and pname TEXTURE_MIN_FILTER is
12789 "the effective target is TEXTURE_RECTANGLE and pname TEXTURE_MIN_FILTER is set to a "
12795 TEXTURE_2D_MULTISAMPLE_ARRAY, and pname TEXTURE_BASE_LEVEL is set to a
12803 "and pname TEXTURE_BASE_LEVEL is set to a value other than zero.");
12816 effective target is TEXTURE_RECTANGLE and pname TEXTURE_BASE_LEVEL is
12822 "the effective target is TEXTURE_RECTANGLE and pname TEXTURE_BASE_LEVEL is set to "
13559 /* invalid pname */
13627 if pname is not one of supported constants. */
13630 "pname is not one of supported constants.");
13634 "pname is not one of supported constants.");
13758 /* invalid pname */
13812 /* Check that INVALID_ENUM is generated by glGetTextureParameter* if pname
13816 CheckErrorAndLog(m_context, GL_INVALID_ENUM, "glGetTextureParameterfv", "pname is not an accepted value.");
13820 CheckErrorAndLog(m_context, GL_INVALID_ENUM, "glGetTextureParameterIiv", "pname is not an accepted value.");
13824 "pname is not an accepted value.");
13828 CheckErrorAndLog(m_context, GL_INVALID_ENUM, "glGetTextureParameteriv", "pname is not an accepted value.");