Lines Matching defs:format
218 * @return Internal format.
441 * @return format.
826 << " unexpectedly generated error " << glu::getErrorStr(error) << " during test of internal format "
837 /** @brief Function prepares framebuffer with internal format color attachment.
1795 << " during test with levels " << levels << ", internal format " << internalformat
1816 glw::GLenum format, glw::GLenum type, const glw::GLvoid* data)
1825 gl.textureSubImage1D(texture, level, 0, width, format, type, data);
1828 gl.textureSubImage2D(texture, level, 0, 0, width, height, format, type, data);
1831 gl.textureSubImage3D(texture, level, 0, 0, 0, width, height, depth, format, type, data);
1843 << " format " << glu::getTextureFormatStr(format) << " and type " << glu::getTypeStr(type) << "."
1859 gl.texSubImage1D(target, level, 0, width, format, type, data);
1862 gl.texSubImage2D(target, level, 0, 0, width, height, format, type, data);
1865 gl.texSubImage3D(target, level, 0, 0, 0, width, height, depth, format, type, data);
2003 /** @brief Function prepares framebuffer with internal format color attachment.
3184 const glw::GLenum format, const glw::GLenum type,
3195 gl.texImage2D(InputTextureTarget(), 0, internal_format, width, height, 0, format, type, data);
3198 gl.texImage3D(InputTextureTarget(), 0, internal_format, width, height, depth, 0, format, type, data);
3309 /** @brief Function prepares framebuffer with internal format color attachment.
3356 << glu::getErrorStr(error) << " during the test of internal format "
3401 /** @brief Function prepares framebuffer with internal format color attachment.
4664 * @return False if the internal format is unsupported for online compression, True otherwise
4690 * @return False if the internal format is unsupported for online compression, True otherwise
4717 * @return False if the internal format is unsupported for online compression, True otherwise
4812 /* For 1D version there is no specific compressed texture internal format spcified in OpenGL 4.5 core profile documentation.
4825 << glu::getErrorStr(error) << " during the test with internal format "
4838 * @param [in] internalformat Texture internal format.
4865 << glu::getErrorStr(error) << " during the test with internal format "
4878 * @param [in] internalformat Texture internal format.
4909 << glu::getErrorStr(error) << " during the test with internal format "
4999 * @return False if the internal format is unsupported for online compression, True otherwise
5020 /* "if" path is taken when there is no support for online compression for the format
5078 // Some compressed texture format can be emulated by the driver (like the ETC2/EAC formats)
5111 * @param [in] internalformat Texture internal format.
5131 * @param [in] internalformat Texture internal format.
5151 * @param [in] internalformat Texture internal format.
5171 * @tparam [in] internalformat Texture internal format.
5190 * @tparam [in] internalformat Texture internal format.
5213 * @tparam [in] internalformat Texture internal format.
5240 * @param [in] internalformat Texture internal format.
5270 << glu::getTextureTargetStr(TextureTarget<D>()) << " and internal format was "
5287 * @param [in] internalformat Texture internal format.
5323 << glu::getTextureTargetStr(TextureTarget<3>()) << " and internal format was "
5336 * @param [in] internal format Texture internal format.
5338 * @param [in] can be unsupported If the format may not support online compression
9036 /* invalid internal format */
9190 internalformat is not a valid sized internal format. */
9194 "internalformat is not a valid sized internal format.");
9248 internalformat is not a valid sized internal format. */
9252 "internalformat is not a valid sized internal format.");
9319 internalformat is not a valid sized internal format. */
9323 "internalformat is not a valid sized internal format.");
9395 stencil-renderable format. */
9399 "internalformat is not a valid sized internal format.");
9474 stencil-renderable format. */
9478 "internalformat is not a valid sized internal format.");
9943 /* invalid internal format */
10035 /* 1D Compressed with a non matching format. We need to do all the allocation to get the correct image size */
10068 /* 2D Compressed with a non matching format. We need to do all the allocation to get the correct image size */
10101 /* 3D Compressed with a non matching format. We need to do all the allocation to get the correct image size */
10155 /* Check that INVALID_ENUM is generated by TextureSubImage1D if format is
10156 not an accepted format constant. */
10160 "format is not an accepted format constant.");
10214 UNSIGNED_SHORT_5_6_5, or UNSIGNED_SHORT_5_6_5_REV and format is not RGB. */
10218 "type is UNSIGNED_BYTE_3_3_2 and format is not RGB.");
10223 "type is UNSIGNED_BYTE_2_3_3_REV and format is not RGB.");
10228 "type is UNSIGNED_SHORT_5_6_5 and format is not RGB.");
10233 "type is UNSIGNED_SHORT_5_6_5_REV and format is not RGB.");
10240 or UNSIGNED_INT_2_10_10_10_REV and format is neither RGBA nor BGRA. */
10245 "type is UNSIGNED_SHORT_4_4_4_4 and format is neither RGBA nor BGRA.");
10250 "type is UNSIGNED_SHORT_4_4_4_4_REV and format is neither RGBA nor BGRA.");
10255 "type is UNSIGNED_SHORT_5_5_5_1 and format is neither RGBA nor BGRA.");
10260 "type is UNSIGNED_SHORT_1_5_5_5_REV and format is neither RGBA nor BGRA.");
10265 "type is UNSIGNED_INT_8_8_8_8 and format is neither RGBA nor BGRA.");
10270 "type is UNSIGNED_INT_8_8_8_8_REV and format is neither RGBA nor BGRA.");
10275 "type is UNSIGNED_INT_10_10_10_2 and format is neither RGBA nor BGRA.");
10280 "type is UNSIGNED_INT_2_10_10_10_REV and format is neither RGBA nor BGRA.");
10369 /* Check that INVALID_ENUM is generated by TextureSubImage2D if format is
10370 not an accepted format constant. */
10375 "format is not an accepted format constant.");
10453 UNSIGNED_SHORT_5_6_5, or UNSIGNED_SHORT_5_6_5_REV and format is not RGB. */
10458 "type is UNSIGNED_BYTE_3_3_2 and format is not RGB.");
10463 "type is UNSIGNED_BYTE_2_3_3_REV and format is not RGB.");
10468 "type is UNSIGNED_SHORT_5_6_5 and format is not RGB.");
10473 "type is UNSIGNED_SHORT_5_6_5_REV and format is not RGB.");
10480 or UNSIGNED_INT_2_10_10_10_REV and format is neither RGBA nor BGRA. */
10485 "type is UNSIGNED_SHORT_4_4_4_4 and format is neither RGBA nor BGRA.");
10490 "type is UNSIGNED_SHORT_4_4_4_4_REV and format is neither RGBA nor BGRA.");
10495 "type is UNSIGNED_SHORT_5_5_5_1 and format is neither RGBA nor BGRA.");
10500 "type is UNSIGNED_SHORT_1_5_5_5_REV and format is neither RGBA nor BGRA.");
10505 "type is UNSIGNED_INT_8_8_8_8 and format is neither RGBA nor BGRA.");
10510 "type is UNSIGNED_INT_8_8_8_8_REV and format is neither RGBA nor BGRA.");
10515 "type is UNSIGNED_INT_10_10_10_2 and format is neither RGBA nor BGRA.");
10520 "type is UNSIGNED_INT_2_10_10_10_REV and format is neither RGBA nor BGRA.");
10610 /* Check that INVALID_ENUM is generated by TextureSubImage3D if format is
10611 not an accepted format constant. */
10616 "format is not an accepted format constant.");
10707 UNSIGNED_SHORT_5_6_5, or UNSIGNED_SHORT_5_6_5_REV and format is not RGB. */
10712 "type is UNSIGNED_BYTE_3_3_2 and format is not RGB.");
10717 "type is UNSIGNED_BYTE_2_3_3_REV and format is not RGB.");
10722 "type is UNSIGNED_SHORT_5_6_5 and format is not RGB.");
10727 "type is UNSIGNED_SHORT_5_6_5_REV and format is not RGB.");
10734 or UNSIGNED_INT_2_10_10_10_REV and format is neither RGBA nor BGRA. */
10739 "type is UNSIGNED_SHORT_4_4_4_4 and format is neither RGBA nor BGRA.");
10744 "type is UNSIGNED_SHORT_4_4_4_4_REV and format is neither RGBA nor BGRA.");
10749 "type is UNSIGNED_SHORT_5_5_5_1 and format is neither RGBA nor BGRA.");
10754 "type is UNSIGNED_SHORT_1_5_5_5_REV and format is neither RGBA nor BGRA.");
10759 "type is UNSIGNED_INT_8_8_8_8 and format is neither RGBA nor BGRA.");
10764 "type is UNSIGNED_INT_8_8_8_8_REV and format is neither RGBA nor BGRA.");
10769 "type is UNSIGNED_INT_10_10_10_2 and format is neither RGBA nor BGRA.");
10774 "type is UNSIGNED_INT_2_10_10_10_REV and format is neither RGBA nor BGRA.");
10881 /* Check that INVALID_OPERATION is generated if format does not match the
10882 internal format of the texture image being modified, since these
10883 commands do not provide for image format conversion. */
10889 "format does not match the internal format of the texture image being modified, "
10890 "since these commands do not provide for image format conversion.");
10894 imageSize is not consistent with the format, dimensions, and contents of
10901 "imageSize is not consistent with the format, dimensions, and contents of the "
10991 /* Check that INVALID_OPERATION is generated if format does not match the
10992 internal format of the texture image being modified, since these
10993 commands do not provide for image format conversion. */
10999 "format does not match the internal format of the texture image being modified, "
11000 "since these commands do not provide for image format conversion.");
11004 imageSize is not consistent with the format, dimensions, and contents of
11011 "imageSize is not consistent with the format, dimensions, and contents of the "
11123 /* Check that INVALID_OPERATION is generated if format does not match the
11124 internal format of the texture image being modified, since these
11125 commands do not provide for image format conversion. */
11131 "format does not match the internal format of the texture image being modified, "
11132 "since these commands do not provide for image format conversion.");
11136 imageSize is not consistent with the format, dimensions, and contents of
11143 "imageSize is not consistent with the format, dimensions, and contents of the "
13268 mismatches between format and the internal format of the texture image
13270 - format is a color format (one of the formats in table 8.3 whose
13271 target is the color buffer) and the base internal format of the
13272 texture image is not a color format.
13273 - format is DEPTH_COMPONENT and the base internal format is not
13275 - format is DEPTH_STENCIL and the base internal format is not
13277 - format is STENCIL_INDEX and the base internal format is not
13279 - format is one of the integer formats in table 8.3 and the internal
13280 format of the texture image is not integer, or format is not one of
13281 the integer formats in table 8.3 and the internal format is integer. */
13285 "format is a color format (one of the formats in table 8.3 whose target is the color "
13286 "buffer) and the base internal format of the texture image is not a color format.");
13291 "format is DEPTH_COMPONENT and the base internal format is not DEPTH_COMPONENT or DEPTH_STENCIL.");
13295 "format is DEPTH_STENCIL and the base internal format is not DEPTH_STENCIL.");
13300 "format is STENCIL_INDEX and the base internal format is not STENCIL_INDEX or DEPTH_STENCIL.");
13304 "format is one of the integer formats in table 8.3 and the internal format of the "
13310 "format is not one of the integer formats in table 8.3 and the internal format is integer.");
13371 format. */
13375 "the function is used to retrieve a texture that is in an uncompressed internal format.");
13650 uncompressed internal format or on proxy targets. */
13654 "internal format or on proxy targets.");
13659 "internal format or on proxy targets.");