Lines Matching full:backed
47 /** Creates GPU-backed SkImage from backendTexture associated with context.
75 /** Creates GPU-backed SkImage from the provided GPU texture associated with context.
105 /** Creates a GPU-backed SkImage from pixmap. It is uploaded to GPU backend using context.
128 /** Creates a GPU-backed SkImage from a GPU backend texture. The backend texture must stay
161 /** Creates a GPU-backed SkImage from compressed data.
164 will be decompressed and then wrapped in a GPU-backed image.
185 /** Returns SkImage backed by GPU texture associated with context. Returned SkImage is
191 Returns original SkImage if the image is already texture-backed, the context matches, and
215 /** Creates a GPU-backed SkImage from SkYUVAPixmaps.
243 /** Creates a GPU-backed SkImage from YUV[A] planar textures. This requires that the textures
287 If the image is not already GPU-backed, the raster data will be uploaded as a texture
293 @param image image, either CPU-backed or GPU-backed
311 /** Returns subset of this image as a texture-backed image.
317 - The source image is texture-backed and context does not match the source image's context.