Home
last modified time | relevance | path

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

/external/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()
/external/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()
/external/skia/modules/canvaskit/
Dgpu.js83 var grcontext = this.MakeGrContext(ctx);
Dgm_bindings.cpp66 static sk_sp<GrDirectContext> MakeGrContext(EMSCRIPTEN_WEBGL_CONTEXT_HANDLE context) in MakeGrContext() function
356 function("MakeGrContext", &MakeGrContext); in EMSCRIPTEN_BINDINGS()
Dexterns.js41 MakeGrContext: function() {}, method
DCHANGELOG.md727 `MakeGrContext`, `MakeOnScreenGLSurface`, `MakeRenderTarget`.
734 the `SkSurface` themselves with `GetWebGLContext` -> `MakeGrContext` ->
Dcanvaskit_bindings.cpp147 sk_sp<GrDirectContext> MakeGrContext(EMSCRIPTEN_WEBGL_CONTEXT_HANDLE context) in MakeGrContext() function
723 function("MakeGrContext", &MakeGrContext); in EMSCRIPTEN_BINDINGS()
/external/skia/modules/canvaskit/npm_build/types/
Dcanvaskit-wasm-tests.ts856 const grCtx = CK.MakeGrContext(ctx);
Dindex.d.ts241 MakeGrContext(ctx: WebGLContextHandle): GrDirectContext; method