Home
last modified time | relevance | path

Searched refs:GrContext (Results 1 – 9 of 9) sorted by relevance

/third_party/skia/site/docs/user/special/
Dvulkan.md28GrContext that is backed by Vulkan the client creates a Vulkan device and queue, initializes a GrV…
38 sk_sp<GrContext> context = GrContext::MakeVulkan(vkBackendContext);
/third_party/skia/
DRELEASE_NOTES.txt352 * GrContext has been replaced by two separate classes: GrDirectContext which is
353 the traditional notion of GrContext, and GrRecordingContext which is a context
358 * CPU sync bool added to SkSurface::flushAndSubmit() and GrContext::flushAndSubmit()
419 * Add new optional parameter to GrContext::setBackend[Texture/RenderTarget]State which can
465 * Add GrContext api to update compressed backend textures.
479 * Adds default flush() calls to SkSurface, SkImage, and GrContext. These calls do
492 * Ganesh is moving towards replacing GrContext with the GrDirectContext/GrRecordingContext
494 GrContext. GrRecordingContexts are less powerful contexts that lack GPU access but provided
508 * Added GrContext::oomed() which reports whether Skia has seen a GL_OUT_OF_MEMORY
516 * Add GrContext function to set mutable state on a backend surface. Currently this
[all …]
/third_party/skia/site/docs/user/release/
Drelease_notes.md313 * Add new optional parameter to GrContext::setBackend[Texture/RenderTarget]State which can
359 * Add GrContext api to update compressed backend textures.
373 * Adds default flush() calls to SkSurface, SkImage, and GrContext. These calls do
386 * Ganesh is moving towards replacing GrContext with the GrDirectContext/GrRecordingContext
388 GrContext. GrRecordingContexts are less powerful contexts that lack GPU access but provided
403 * Added GrContext::oomed() which reports whether Skia has seen a GL_OUT_OF_MEMORY
411 * Add GrContext function to set mutable state on a backend surface. Currently this
421 now require explicit GrContext submit to guarantee finite time before callback
443 * GrContext submit is now required to be called in order to send GPU work to the
448 are flushAndSubmit() functions of GrContext, SkSurface, and SkImage that will act
[all …]
/third_party/skia/site/docs/user/api/
Dskcanvas_creation.md70 GPU Surfaces must have a `GrContext` object which manages the GPU context, and
73 to using the same OpenGL context or Vulkan device should share a GrContext. Skia
94 sk_sp<GrContext> context = GrContext::MakeGL(interface);
/third_party/skia/tools/gpu/vk/
DVkYcbcrSamplerHelper.h17 class GrContext; variable
/third_party/skia/experimental/skottiekit/
Dexterns.js44 GrContext: { property
/third_party/skia/tools/fiddle/
Ddocumumentation_examples_map.txt721 virtual GrContext* getGrContext();
1201 static bool MakeBackendTextureFromSkImage(GrContext* context, sk_sp<SkImage> image, GrBackendTextur…
1205 static sk_sp<SkImage> MakeCrossContextFromPixmap(GrContext* context, const SkPixmap& pixmap, bool b…
1209 static sk_sp<SkImage> MakeFromAdoptedTexture(GrContext* context, const GrBackendTexture& backendTex…
1233 static sk_sp<SkImage> MakeFromTexture(GrContext* context, const GrBackendTexture& backendTexture, G…
1237 static sk_sp<SkImage> MakeFromTexture(GrContext* context, const GrBackendTexture& backendTexture, G…
1302 bool isValid(GrContext* context) const;
1330 sk_sp<SkImage> makeTextureImage(GrContext* context, SkColorSpace* dstColorSpace, GrMipmapped mipMap…
3895 static sk_sp<SkSurface> MakeFromBackendTexture(GrContext* context, const GrBackendTexture& backendT…
3923 static sk_sp<SkSurface> MakeRenderTarget(GrContext* context, SkBudgeted budgeted, const SkImageInfo…
[all …]
/third_party/skia/modules/canvaskit/
Dexterns.js106 GrContext: { property
DCHANGELOG.md306 - `CanvasKit.GrContext` was renamed to `CanvasKit.GrDirectContext`.
626 - `GrContext.releaseResourcesAndAbandonContext` to free up WebGL contexts.
781 - `SkSurface.grContext` now exposed. `GrContext` has new methods for monitoring/setting