Lines Matching defs:tex_target

4307 			const GLenum tex_target = s_valid_targets[target];
4308 testCase test_case = { tex_target, src_target, dst_target, GL_INVALID_ENUM };
4311 if ((GL_RENDERBUFFER == tex_target) || (GL_RENDERBUFFER == dst_target) || (GL_RENDERBUFFER == src_target))
4317 if (dst_target == tex_target)
4339 const GLenum tex_target = s_valid_targets[target];
4340 testCase test_case = { tex_target, src_target, dst_target, GL_INVALID_ENUM };
4343 if ((GL_RENDERBUFFER == tex_target) || (GL_RENDERBUFFER == dst_target) || (GL_RENDERBUFFER == src_target))
4349 if (src_target == tex_target)
4480 const GLenum tex_target = s_valid_targets[target];
4481 testCase test_case = { tex_target, false, false, GL_INVALID_OPERATION };
4484 if (false == Utils::isTargetMultilevel(tex_target))
4629 const GLenum tex_target = s_valid_targets[target];
4631 testCase test_case = { tex_target, GL_RGBA8UI, GL_RGBA_INTEGER, GL_UNSIGNED_BYTE,
4635 if (true == Utils::isTargetMultisampled(tex_target))
4646 const GLenum tex_target = s_valid_targets[target];
4648 testCase test_case = { tex_target, GL_RGBA8UI, GL_RGBA_INTEGER, GL_UNSIGNED_BYTE,
4652 if (true == Utils::isTargetMultisampled(tex_target))
4663 const GLenum tex_target = s_valid_targets[target];
4665 testCase test_case = { tex_target, GL_RGBA16UI, GL_RGBA_INTEGER, GL_UNSIGNED_SHORT,
4669 if (true == Utils::isTargetMultisampled(tex_target))
4680 const GLenum tex_target = s_valid_targets[target];
4682 testCase test_case = { tex_target, GL_RGBA32UI, GL_RGBA_INTEGER, GL_UNSIGNED_INT,
4686 if (true == Utils::isTargetMultisampled(tex_target))
4697 const GLenum tex_target = s_valid_targets[target];
4699 testCase test_case = { tex_target, GL_RGBA8, GL_RGBA, GL_UNSIGNED_BYTE,
4703 if (true == Utils::isTargetMultisampled(tex_target))
4987 const GLenum tex_target = s_valid_targets[target];
4990 if ((GL_TEXTURE_1D == tex_target) || (GL_TEXTURE_1D_ARRAY == tex_target) || (GL_TEXTURE_3D == tex_target) ||
4991 (GL_TEXTURE_RECTANGLE == tex_target) || (GL_RENDERBUFFER == tex_target) || (GL_TEXTURE_CUBE_MAP_ARRAY == tex_target))
4997 if (true == Utils::isTargetMultisampled(tex_target))
5005 tex_target, GL_RGBA32UI, GL_RGBA_INTEGER, GL_UNSIGNED_INT, GL_COMPRESSED_RG_RGTC2,
5015 tex_target, GL_RGBA16UI, GL_RGBA_INTEGER, GL_UNSIGNED_SHORT, GL_COMPRESSED_RG_RGTC2,
5302 const GLenum tex_target = s_valid_targets[target];
5303 testCase test_case = { tex_target, 0, 0, GL_NO_ERROR };
5305 if (GL_RENDERBUFFER == tex_target)
5448 const GLenum tex_target = s_valid_targets[target];
5451 if (GL_TEXTURE_BUFFER == tex_target)
5456 if ((GL_TEXTURE_1D == tex_target) || (GL_TEXTURE_1D_ARRAY == tex_target))
5475 if (!((GL_TEXTURE_2D_ARRAY == tex_target)
5476 || (GL_TEXTURE_2D_MULTISAMPLE_ARRAY == tex_target)
5477 || (GL_TEXTURE_3D == tex_target)
5478 || (GL_TEXTURE_CUBE_MAP_ARRAY == tex_target)))
5490 testCase src_test_case = { tex_target, depth, height, x_val, y_val, z_val, 0, 0, 0, res };
5492 testCase dst_test_case = { tex_target, depth, height, 0, 0, 0, x_val, y_val, z_val, res };