Lines Matching defs:description

192 	string					description;
282 "No attachments", // string description
299 "Zero width attachment image", // string description
326 "Zero height attachment image", // string description
353 "3D texture layer out of bounds", // string description
381 "2D texture layer out of bounds", // string description
408 "2D mipmapped texture layer out of bounds", // string description
454 "Mutable non base level texture as framebuffer attachment must be mipmap complete", // string description
497 "Mutable non base level texture as framebuffer attachment must be cube complete", // string description
555 "Color/Depth/Stencil attachment texture must have a color/depth/stencil" // string description
636 "Same value of FRAMEBUFFER_SAMPLES for all attached render buffers", // string description
686 "When using mixed renderbuffer and texture attachments, the value of" // string description
762 "The value of samples for each attached target must be equal", // string description
881 "Modifying framebuffer attached objects correctly updates the fbo status", // string description
1082 " should be invalid", // string description
1122 "Any level of immutable texture as attachment should be valid", // string description
1176 "Cube map attachment with images of same size, same format and square should be valid", // string description
1202 " should be incomplete", // string description
1242 " be incomplete", // string description
1287 : deqp::TestCase(context, params.name.c_str(), params.description.c_str()), m_params(params)