Lines Matching defs:image
676 // to support framebuffer objects where both attachments refer to the same image."
724 Image* image = DE_NULL;
730 image = &builder.makeConfig<Renderbuffer>();
733 image = &builder.makeConfig<Texture2D>();
738 image->internalFormat = format;
739 image->width = width;
740 image->height = height;
741 return image;
895 // image for both attachments.
983 m_testCtx, "renderable", "Tests for support of renderable image formats");
1058 "Test for zero-sized image attachment"));