Lines Matching defs:level
545 * @param [in] level Tested level.
551 glw::GLuint level, glw::GLuint levels)
560 << " attachment of " << glu::getTextureTargetStr(texture_target) << " texture and texture level " << level
574 * @param [in] level Tested level.
579 bool TextureAttachmentTest::SubTestStatus(glw::GLenum attachment, glw::GLenum texture_target, glw::GLuint level,
592 << " texture set up as " << glu::getFramebufferAttachmentStr(attachment) << " attachment and texture level "
593 << level << " of texture with " << levels << " levels." << tcu::TestLog::EndMessage;
606 * @param [in] level Tested level.
612 glw::GLenum internalformat, glw::GLuint level, glw::GLuint levels)
632 << glu::getFramebufferAttachmentStr(attachment) << " attachment and texture level " << level
656 << " attachment and texture level " << level << " of texture with " << levels
677 << " attachment and texture level " << level << " of texture with " << levels
904 * @param [in] level Tested level.
1014 * @param [in] level Tested level.
1022 glw::GLuint level, glw::GLint layer, glw::GLuint levels,
1033 << " attachment of " << glu::getTextureTargetStr(texture_target) << " texture at level " << level
1047 * @param [in] level Tested level.
1054 bool TextureLayerAttachmentTest::SubTestStatus(glw::GLenum attachment, glw::GLenum texture_target, glw::GLuint level,
1068 << " texture set up as " << glu::getFramebufferAttachmentStr(attachment) << " attachment and texture level "
1069 << level << " and texture layer " << layer << " of texture with " << levels << " levels and " << layers
1083 * @param [in] level Tested level.
1091 glw::GLenum internalformat, glw::GLuint level, glw::GLint layer,
1112 << glu::getFramebufferAttachmentStr(attachment) << " attachment and texture level " << level
1136 << " attachment and texture level " << level << " and texture layer " << layer << " of texture with "
1157 << " attachment and texture level " << level << " and texture layer " << layer << " of texture with "
5300 /* Invalid level. */
5310 * @param [in] level Level # to be logged.
5317 bool level, const glw::GLchar* texture_type, bool layer)
5332 << (level ? "valid" : "invalid") << " level" << (layer ? "" : ", with invalid layer number")