Searched defs:MakeGrContext (Results 1 – 4 of 4) sorted by relevance
69 static sk_sp<GrDirectContext> MakeGrContext(EMSCRIPTEN_WEBGL_CONTEXT_HANDLE context) in MakeGrContext() function
271 sk_sp<GrDirectContext> MakeGrContext() { in MakeGrContext() function349 sk_sp<GrDirectContext> MakeGrContext() { in MakeGrContext() function
41 MakeGrContext: function() {}, // deprecated method
247 MakeGrContext(ctx: WebGLContextHandle): GrDirectContext | null; method