Lines Matching defs:target
153 << tcu::TestLog::Message << "CreateTextures has not created default objects for target "
1718 /** @brief Texture target selector.
1722 * @return Texture target.
1746 bool StorageAndSubImageTest<T, S, N, D, I>::TextureStorage(glw::GLenum target, glw::GLuint texture, glw::GLsizei levels,
1757 gl.texStorage1D(target, levels, internalformat, width);
1760 gl.texStorage2D(target, levels, internalformat, width, height);
1763 gl.texStorage3D(target, levels, internalformat, width, height, depth);
1814 bool StorageAndSubImageTest<T, S, N, D, I>::TextureSubImage(glw::GLenum target, glw::GLuint texture, glw::GLint level,
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);
3139 /** @brief Multisample texture target selector.
3141 * @return Texture target.
3158 /** @brief Input texture target selector.
3160 * @return Texture target.
3246 gl.bindTexture(InputTextureTarget() /* Auxiliary target is the same as input. */, m_to_aux);
3249 gl.getTexImage(InputTextureTarget() /* Auxiliary target is the same as input. */, 0, Format<S, N>(), Type<T>(),
4612 * @param [in] target Texture target.
4614 void CompressedSubImageTest::CreateTextures(glw::GLenum target)
4623 gl.bindTexture(target, m_to_aux);
4630 gl.bindTexture(target, m_to);
4634 /** @brief Texture target selector.
4638 * @return Texture target.
5269 << DataToString(m_reference_size, &(m_result[block * m_reference_size])) << ". Texture target was "
5322 << DataToString(reference_layer_size, &(m_result[i % reference_layer_size])) << ". Texture target was "
5608 /** @brief Texture target selector.
5612 * @return Texture target.
6024 * @param [in] target Texture target.
6029 bool CopyTest::CheckData(glw::GLenum target, glw::GLuint size)
6042 gl.getTexImage(target, 0, GL_RGBA, GL_UNSIGNED_BYTE, m_result);
6052 << DataToString(size, m_result) << ". Texture target was " << glu::getTextureTargetStr(target)
8456 /* Not a target test. */
8459 "target is not one of the allowable values.");
8508 /** @brief Function retruns enum which is not a texture target.
8621 target of texture is not TEXTURE_BUFFER. */
8626 "the effective target of texture is not TEXTURE_BUFFER.");
8774 effective target of texture is not TEXTURE_BUFFER. */
8779 "the effective target of texture is not TEXTURE_BUFFER.");
9197 /* Check that INVALID_ENUM is generated by TextureStorage1D if target or
9198 the effective target of texture is not one of the accepted targets
9203 "the effective target of texture is not one of the accepted targets.");
9255 /* Check that INVALID_ENUM is generated by TextureStorage2D if target or
9256 the effective target of texture is not one of the accepted targets
9261 "the effective target of texture is not one of the accepted targets.");
9277 /* Check that INVALID_OPERATION is generated by TextureStorage2D if target
9283 "target is TEXTURE_1D_ARRAY and levels is greater than log2(width)+1.");
9286 /* Check that INVALID_OPERATION is generated by TextureStorage2D if target
9292 "target is TEXTURE_2D and levels is greater than log2(max(width, height))+1.");
9326 /* Check that INVALID_ENUM is generated by TextureStorage3D if target or
9327 the effective target of texture is not one of the accepted targets
9332 "the effective target of texture is not one of the accepted targets.");
9351 /* Check that INVALID_OPERATION is generated by TextureStorage3D if target
9357 "target is TEXTURE_3D and levels is greater than log2(max(width, height, depth))+1.");
9360 /* Check that INVALID_OPERATION is generated by TextureStorage3D if target
9367 "target is TEXTURE_2D_ARRAY and levels is greater than log2(max(width, height))+1.");
9403 target or the effective target of texture is not one of the accepted
9408 "the effective target of texture is not one of the accepted targets.");
9441 if the value of TEXTURE_IMMUTABLE_FORMAT for the texture bound to target
9482 target or the effective target of texture is not one of the accepted
9487 "the effective target of texture is not one of the accepted targets.");
9533 if the value of TEXTURE_IMMUTABLE_FORMAT for the texture bound to target
10284 non-zero buffer object name is bound to the PIXEL_UNPACK_BUFFER target
10296 "a non-zero buffer object name is bound to the PIXEL_UNPACK_BUFFER target and "
10308 non-zero buffer object name is bound to the PIXEL_UNPACK_BUFFER target
10318 "a non-zero buffer object name is bound to the PIXEL_UNPACK_BUFFER target and the "
10327 non-zero buffer object name is bound to the PIXEL_UNPACK_BUFFER target
10337 "a non-zero buffer object name is bound to the PIXEL_UNPACK_BUFFER target and pixels "
10524 non-zero buffer object name is bound to the PIXEL_UNPACK_BUFFER target
10537 "a non-zero buffer object name is bound to the PIXEL_UNPACK_BUFFER target and "
10549 non-zero buffer object name is bound to the PIXEL_UNPACK_BUFFER target
10559 "a non-zero buffer object name is bound to the PIXEL_UNPACK_BUFFER target and the "
10568 non-zero buffer object name is bound to the PIXEL_UNPACK_BUFFER target
10578 "a non-zero buffer object name is bound to the PIXEL_UNPACK_BUFFER target and pixels "
10778 non-zero buffer object name is bound to the PIXEL_UNPACK_BUFFER target
10791 "a non-zero buffer object name is bound to the PIXEL_UNPACK_BUFFER target and "
10803 non-zero buffer object name is bound to the PIXEL_UNPACK_BUFFER target
10813 "a non-zero buffer object name is bound to the PIXEL_UNPACK_BUFFER target and the "
10822 non-zero buffer object name is bound to the PIXEL_UNPACK_BUFFER target
10832 "a non-zero buffer object name is bound to the PIXEL_UNPACK_BUFFER target and pixels "
10907 target and the buffer object's data store is currently mapped. */
10919 "a non-zero buffer object name is bound to the PIXEL_UNPACK_BUFFER target "
10932 target and the data would be unpacked from the buffer object such that
10942 "a non-zero buffer object name is bound to the PIXEL_UNPACK_BUFFER target and "
11017 target and the buffer object's data store is currently mapped. */
11029 "a non-zero buffer object name is bound to the PIXEL_UNPACK_BUFFER target "
11042 target and the data would be unpacked from the buffer object such that
11052 "a non-zero buffer object name is bound to the PIXEL_UNPACK_BUFFER target and "
11060 if the effective target is TEXTURE_RECTANGLE. */
11149 target and the buffer object's data store is currently mapped. */
11162 "a non-zero buffer object name is bound to the PIXEL_UNPACK_BUFFER target "
11175 target and the data would be unpacked from the buffer object such that
11185 "a non-zero buffer object name is bound to the PIXEL_UNPACK_BUFFER target and "
11573 effective target of texture is not TEXTURE_1D. */
11581 "the effective target of texture is not TEXTURE_1D.");
11667 effective target of texture is not TEXTURE_2D. */
11676 "the effective target of does not correspond to one of the texture targets supported by the function..");
11771 effective target of texture is not supported by the function. */
11780 "the effective target of does not correspond to one of the texture targets supported by the function..");
12136 effective target is either TEXTURE_2D_MULTISAMPLE or
12142 "the effective target is either TEXTURE_2D_MULTISAMPLE or "
12147 effective target is TEXTURE_RECTANGLE and either of pnames
12154 "the effective target is TEXTURE_RECTANGLE and either of pnames TEXTURE_WRAP_S or "
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 "
12171 effective target is either TEXTURE_2D_MULTISAMPLE or
12179 "the effective target is either TEXTURE_2D_MULTISAMPLE or TEXTURE_2D_MULTISAMPLE_ARRAY, "
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 "
12264 effective target is either TEXTURE_2D_MULTISAMPLE or
12270 "the effective target is either TEXTURE_2D_MULTISAMPLE or "
12275 effective target is TEXTURE_RECTANGLE and either of pnames
12282 "the effective target is TEXTURE_RECTANGLE and either of pnames TEXTURE_WRAP_S or "
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 "
12299 effective target is either TEXTURE_2D_MULTISAMPLE or
12307 "the effective target is either TEXTURE_2D_MULTISAMPLE or TEXTURE_2D_MULTISAMPLE_ARRAY, "
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 "
12388 effective target is either TEXTURE_2D_MULTISAMPLE or
12394 "the effective target is either TEXTURE_2D_MULTISAMPLE or "
12399 effective target is TEXTURE_RECTANGLE and either of pnames
12406 "the effective target is TEXTURE_RECTANGLE and either of pnames TEXTURE_WRAP_S or "
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 "
12423 effective target is either TEXTURE_2D_MULTISAMPLE or
12431 "the effective target is either TEXTURE_2D_MULTISAMPLE or TEXTURE_2D_MULTISAMPLE_ARRAY, "
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 "
12512 effective target is either TEXTURE_2D_MULTISAMPLE or
12518 "the effective target is either TEXTURE_2D_MULTISAMPLE or "
12523 effective target is TEXTURE_RECTANGLE and either of pnames
12530 "the effective target is TEXTURE_RECTANGLE and either of pnames TEXTURE_WRAP_S or "
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 "
12547 effective target is either TEXTURE_2D_MULTISAMPLE or
12555 "the effective target is either TEXTURE_2D_MULTISAMPLE or TEXTURE_2D_MULTISAMPLE_ARRAY, "
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 "
12636 effective target is either TEXTURE_2D_MULTISAMPLE or
12642 "the effective target is either TEXTURE_2D_MULTISAMPLE or "
12647 effective target is TEXTURE_RECTANGLE and either of pnames
12654 "the effective target is TEXTURE_RECTANGLE and either of pnames TEXTURE_WRAP_S or "
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 "
12671 effective target is either TEXTURE_2D_MULTISAMPLE or
12679 "the effective target is either TEXTURE_2D_MULTISAMPLE or TEXTURE_2D_MULTISAMPLE_ARRAY, "
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 "
12759 effective target is either TEXTURE_2D_MULTISAMPLE or
12765 "the effective target is either TEXTURE_2D_MULTISAMPLE or "
12770 effective target is TEXTURE_RECTANGLE and either of pnames
12777 "the effective target is TEXTURE_RECTANGLE and either of pnames TEXTURE_WRAP_S or "
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 "
12794 effective target is either TEXTURE_2D_MULTISAMPLE or
12802 "the effective target is either TEXTURE_2D_MULTISAMPLE or TEXTURE_2D_MULTISAMPLE_ARRAY, "
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 "
12938 target is TEXTURE_CUBE_MAP or TEXTURE_CUBE_MAP_ARRAY, and the specified
12943 "target is TEXTURE_CUBE_MAP or TEXTURE_CUBE_MAP_ARRAY, and the specified texture "
13228 resulting texture target is not an accepted value TEXTURE_1D,
13233 "resulting texture target is not an accepted value TEXTURE_1D, TEXTURE_2D, "
13244 the effective target is TEXTURE_CUBE_MAP or TEXTURE_CUBE_MAP_ARRAY, and
13249 "the effective target is TEXTURE_CUBE_MAP and the texture object is not cube "
13262 effective target is TEXTURE_RECTANGLE. */
13265 "level is non-zero and the effective target is TEXTURE_RECTANGLE.");
13271 target is the color buffer) and the base internal format of the
13285 "format is a color format (one of the formats in table 8.3 whose target is the color "
13379 target, the buffer storage was not initialized with BufferStorage using
13391 "a non-zero buffer object name is bound to the PIXEL_PACK_BUFFER target, the "
13408 target and the data would be packed to the buffer object such that the
13415 "a non-zero buffer object name is bound to the PIXEL_PACK_BUFFER target and the data "
13848 /* Check that INVALID_OPERATION error is generated if the effective target is
13853 "the effective target is not one of the supported texture targets (eg. TEXTURE_BUFFER).");
13858 "the effective target is not one of the supported texture targets (eg. TEXTURE_BUFFER).");
13863 "the effective target is not one of the supported texture targets (eg. TEXTURE_BUFFER).");
13868 "the effective target is not one of the supported texture targets (eg. TEXTURE_BUFFER).");