Home
last modified time | relevance | path

Searched defs:MakeOnScreenGLSurface (Results 1 – 7 of 7) sorted by relevance

/external/skia/experimental/wasm-skp-debugger/
Dexterns.js10 MakeOnScreenGLSurface: function() {}, method
Ddebugger_bindings.cpp492 sk_sp<SkSurface> MakeOnScreenGLSurface(sk_sp<GrDirectContext> dContext, int width, int height) { in MakeOnScreenGLSurface() function
/external/skia/experimental/skottiekit/
Dexterns.js35 MakeOnScreenGLSurface: function() {}, method
Dskottiekit_bindings.cpp229 sk_sp<SkSurface> MakeOnScreenGLSurface(sk_sp<GrDirectContext> grContext, int width, int height) { in MakeOnScreenGLSurface() function
/external/skia/modules/canvaskit/
Dexterns.js49 MakeOnScreenGLSurface: function() {}, method
Dcanvaskit_bindings.cpp160 sk_sp<SkSurface> MakeOnScreenGLSurface(sk_sp<GrDirectContext> dContext, int width, int height, in MakeOnScreenGLSurface() function
/external/skia/modules/canvaskit/npm_build/types/
Dindex.d.ts250 MakeOnScreenGLSurface(ctx: GrDirectContext, width: number, height: number, method