• Home
  • Raw
  • Download

Lines Matching full:backed

165      *  Return an image backed by the encoded data, but attempt to defer decoding until the image
213 /** Creates a CPU-backed SkImage from compressed data.
253 /** Creates a GPU-backed SkImage from compressed data.
257 will be decompressed and then wrapped in a GPU-backed image.
460 to a SkDeferredDisplayListRecorder or directly to a GPU-backed SkSurface.
735 zero if the image is not texture backed or if the texture has an external format.
743 SkImage backed by GPU texture may become invalid if associated context is
755 /** Flushes any pending uses of texture-backed images in the GPU backend. If the image is not
756 texture-backed (including promise texture images) or if the GrDirectContext does not
944 is GPU-backed the data is immediately invalidated if the context is abandoned or
977 is GPU-backed the data is immediately invalidated if the context is abandoned or
1078 If this image is texture-backed, the context parameter is required and must match the
1080 raster-backed, the subset will be converted to texture-backed.
1102 /** Returns SkImage backed by GPU texture associated with context. Returned SkImage is
1110 Returns original SkImage if the image is already texture-backed, the context matches, and
1127 /** Returns raster image or lazy image. Copies SkImage backed by GPU texture into
1131 Returns nullptr if backed by GPU texture and copy fails.
1139 /** Returns raster image. Copies SkImage backed by GPU texture into CPU memory,
1198 If SkImage is both texture backed and singly referenced, image is returned in
1202 If SkImage is not texture backed, returns texture with SkImage contents.
1234 /** Returns true if SkImage is backed by an image-generator or other service that creates
1251 If this image is texture-backed, the context parameter is required and must match the
1269 If this image is texture-backed, the context parameter is required and must match the