Searched refs:MakeGrContext (Results 1 – 13 of 13) sorted by relevance
32 MakeGrContext: function() {}, method
78 var grcontext = this.MakeGrContext(ctx);
217 sk_sp<GrDirectContext> MakeGrContext(EMSCRIPTEN_WEBGL_CONTEXT_HANDLE context) in MakeGrContext() function293 function("MakeGrContext", &MakeGrContext); in EMSCRIPTEN_BINDINGS()
9 MakeGrContext: function() {}, method
55 var grcontext = this.MakeGrContext(ctx);
475 sk_sp<GrDirectContext> MakeGrContext(EMSCRIPTEN_WEBGL_CONTEXT_HANDLE context) in MakeGrContext() function637 function("MakeGrContext", &MakeGrContext); in EMSCRIPTEN_BINDINGS()
83 var grcontext = this.MakeGrContext(ctx);
66 static sk_sp<GrDirectContext> MakeGrContext(EMSCRIPTEN_WEBGL_CONTEXT_HANDLE context) in MakeGrContext() function356 function("MakeGrContext", &MakeGrContext); in EMSCRIPTEN_BINDINGS()
41 MakeGrContext: function() {}, method
727 `MakeGrContext`, `MakeOnScreenGLSurface`, `MakeRenderTarget`.734 the `SkSurface` themselves with `GetWebGLContext` -> `MakeGrContext` ->
147 sk_sp<GrDirectContext> MakeGrContext(EMSCRIPTEN_WEBGL_CONTEXT_HANDLE context) in MakeGrContext() function723 function("MakeGrContext", &MakeGrContext); in EMSCRIPTEN_BINDINGS()
856 const grCtx = CK.MakeGrContext(ctx);
241 MakeGrContext(ctx: WebGLContextHandle): GrDirectContext; method