Lines Matching defs:image
417 * Return the pipe_resource which stores a particular texture image.
542 * texture image slice.
1566 * "The width and height of image are greater than zero and less than or
1570 * "If <image> is a three-dimensional texture or a one- or two-dimensional
1575 * "If image has multiple samples, its sample count is less than or equal
1677 * "Depth and stencil attachments, if present, are the same image."
1685 fbo_incomplete(ctx, "Depth and stencil attachments must be the same image", -1);
2162 * containing an image that is attached to a framebuffer object
2201 * "If a renderbuffer object is deleted while its image is
2205 * attachment point to which this image was attached in the
2207 * renderbuffer image is first detached from all attachment
2209 * renderbuffer image is specifically not detached from any
2210 * non-bound framebuffers. Detaching the image from any
2899 _mesa_EGLImageTargetRenderbufferStorageOES(GLenum target, GLeglImageOES image)
2923 if (!image || (ctx->Driver.ValidateEGLImage &&
2924 !ctx->Driver.ValidateEGLImage(ctx, image))) {
2932 st_egl_image_target_renderbuffer_storage(ctx, rb, image);
3207 * notify the device driver that the texture image may have changed.