Lines Matching full:backed
191 * Return an image backed by the encoded data, but attempt to defer decoding until the image
239 /** Creates a CPU-backed SkImage from compressed data.
283 /** Creates a GPU-backed SkImage from compressed data.
287 will be decompressed and then wrapped in a GPU-backed image.
503 to a SkDeferredDisplayListRecorder or directly to a GPU-backed SkSurface.
767 zero if the image is not texture backed or if the texture has an external format.
775 SkImage backed by GPU texture may become invalid if associated context is
787 /** Flushes any pending uses of texture-backed images in the GPU backend. If the image is not
788 texture-backed (including promise texture images) or if the GrDirectContext does not
977 is GPU-backed the data is immediately invalidated if the context is abandoned or
1010 is GPU-backed the data is immediately invalidated if the context is abandoned or
1111 If this image is texture-backed, the context parameter is required and must match the
1113 raster-backed, the subset will be converted to texture-backed.
1135 /** Returns SkImage backed by GPU texture associated with context. Returned SkImage is
1143 Returns original SkImage if the image is already texture-backed, the context matches, and
1258 Returns an SkImage backed by a Graphite texture, using the provided Recorder for creation
1265 Returns original SkImage if the image is already Graphite-backed and the required mipmapping
1287 If this image is texture-backed, the recorder parameter is required.
1288 If the recorder parameter is provided, and the image is raster-backed, the subset will
1289 be converted to texture-backed.
1308 If this image is graphite-backed, the recorder parameter is required.
1326 If this image is graphite-backed, the recorder parameter is required.
1342 /** Returns raster image or lazy image. Copies SkImage backed by GPU texture into
1346 Returns nullptr if backed by GPU texture and copy fails.
1354 /** Returns raster image. Copies SkImage backed by GPU texture into CPU memory,
1413 If SkImage is both texture backed and singly referenced, image is returned in
1417 If SkImage is not texture backed, returns texture with SkImage contents.
1449 /** Returns true if SkImage is backed by an image-generator or other service that creates
1466 If this image is texture-backed, the context parameter is required and must match the
1484 If this image is texture-backed, the context parameter is required and must match the