Home
last modified time | relevance | path

Searched defs:MakeGPUTextureSurface (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/skia/modules/canvaskit/
H A Dwebgpu.js71 …CanvasKit.MakeGPUTextureSurface = function (devCtx, texture, textureFormat, width, height, colorSp… class in CanvasKit
H A Dexterns.js60 MakeGPUTextureSurface: function() {}, method
H A Dcanvaskit_bindings.cpp355 sk_sp<SkSurface> MakeGPUTextureSurface(sk_sp<GrDirectContext> dContext, in MakeGPUTextureSurface() function
/aosp_15_r20/external/skia/modules/canvaskit/npm_build/types/
H A Dindex.d.ts283MakeGPUTextureSurface(ctx: WebGPUDeviceContext, texture: GPUTexture, width: number, height: number, method