Home
last modified time | relevance | path

Searched refs:MakeGrContext (Results 1 – 20 of 20) sorted by relevance

/third_party/flutter/skia/experimental/wasm-skp-debugger/
Dexterns.js11 MakeGrContext: function() {}, method
Dgpu.js55 var grcontext = this.MakeGrContext(ctx);
Ddebugger_bindings.cpp238 sk_sp<GrContext> MakeGrContext(EMSCRIPTEN_WEBGL_CONTEXT_HANDLE context) in MakeGrContext() function
364 function("MakeGrContext", &MakeGrContext); in EMSCRIPTEN_BINDINGS()
/third_party/skia/modules/canvaskit/
Dgpu.js67 CanvasKit.MakeGrContext = function(ctx) { class in CanvasKit
134 var grcontext = this.MakeGrContext(ctx);
Dgm_bindings.cpp66 static sk_sp<GrDirectContext> MakeGrContext(EMSCRIPTEN_WEBGL_CONTEXT_HANDLE context) in MakeGrContext() function
357 function("MakeGrContext", &MakeGrContext); in EMSCRIPTEN_BINDINGS()
Dexterns.js41 MakeGrContext: function() {}, method
DCHANGELOG.md834 `MakeGrContext`, `MakeOnScreenGLSurface`, `MakeRenderTarget`.
841 the `SkSurface` themselves with `GetWebGLContext` -> `MakeGrContext` ->
Dcanvaskit_bindings.cpp150 sk_sp<GrDirectContext> MakeGrContext() in MakeGrContext() function
796 function("_MakeGrContext", &MakeGrContext); in EMSCRIPTEN_BINDINGS()
/third_party/skia/experimental/skottiekit/
Dexterns.js32 MakeGrContext: function() {}, method
Dgpu.js78 var grcontext = this.MakeGrContext(ctx);
Dskottiekit_bindings.cpp217 sk_sp<GrDirectContext> MakeGrContext(EMSCRIPTEN_WEBGL_CONTEXT_HANDLE context) in MakeGrContext() function
293 function("MakeGrContext", &MakeGrContext); in EMSCRIPTEN_BINDINGS()
/third_party/skia/experimental/wasm-skp-debugger/
Dexterns.js9 MakeGrContext: function() {}, method
Dgpu.js55 var grcontext = this.MakeGrContext(ctx);
Ddebugger_bindings.cpp475 sk_sp<GrDirectContext> MakeGrContext(EMSCRIPTEN_WEBGL_CONTEXT_HANDLE context) in MakeGrContext() function
637 function("MakeGrContext", &MakeGrContext); in EMSCRIPTEN_BINDINGS()
/third_party/flutter/skia/modules/canvaskit/
Dgpu.js74 var grcontext = this.MakeGrContext(ctx);
DCHANGELOG.md68 `MakeGrContext`, `MakeOnScreenGLSurface`, `MakeRenderTarget`.
75 the `SkSurface` themselves with `GetWebGLContext` -> `MakeGrContext` ->
Dexterns.js39 MakeGrContext: function() {}, method
Dcanvaskit_bindings.cpp103 sk_sp<GrContext> MakeGrContext(EMSCRIPTEN_WEBGL_CONTEXT_HANDLE context) in MakeGrContext() function
585 function("MakeGrContext", &MakeGrContext); in EMSCRIPTEN_BINDINGS()
/third_party/skia/modules/canvaskit/npm_build/types/
Dcanvaskit-wasm-tests.ts881 const grCtx = CK.MakeGrContext(ctx);
Dindex.d.ts241 MakeGrContext(ctx: WebGLContextHandle): GrDirectContext | null; method