Lines Matching defs:description
445 string description;
518 "Invalid texture target for compressed format", // string description;
549 "Different values for width and height for cubemap texture target", // string description;
607 "Different values for width and height for cubemap texture target", // string description;
631 "Negative width, height or imageSize for compressed texture image", // string description;
722 "Non zero border values are not supported", // string description;
752 "Non zero border values are not supported", // string description;
770 "Subimage format differs from previously specified texture format", // string description;
798 "Invalid texture target for compressed texture", // string description;
840 "TexStorage should accept compressed format", // string description;
869 "TexImage should not accept compressed format", // string description;
908 "Uncompressed internal format for compressed texture", // string description;
986 "Uncompressed internal format for compressed texture", // string description;
1028 "Pixel unpack buffer with not enough space for required texture data", // string description;
1073 "Data size is not consistent with texture internal format and dimensions", // string description;
1104 "Data size is not consistent with texture internal format and dimensions", // string description;
1162 "Offset or image size not aligned with block size", // string description;
1215 "Copying pixels from compressed to uncompressed texture", // string description;
1275 "Copying pixels from uncompressed to compressed texture", // string description;
1334 "Copying of pixels between compatible compressed texture formats", // string description;
1398 : deqp::TestCase(context, params.name.c_str(), params.description.c_str())