Searched refs:imageCtx (Results 1 – 6 of 6) sorted by relevance
/third_party/flutter/skia/src/gpu/ |
D | GrAHardwareBufferUtils.cpp | 212 TexImageCtx* imageCtx, in make_gl_backend_texture() argument 266 *imageCtx = new GLTextureHelper(texID, image, display, target); in make_gl_backend_texture() 306 TexImageCtx* imageCtx, in make_vk_backend_texture() argument 492 *imageCtx = new VulkanCleanupHelper(gpu, image, memory); in make_vk_backend_texture() 526 TexImageCtx* imageCtx, in MakeBackendTexture() argument 537 updateProc, imageCtx, createProtectedImage, backendFormat, in MakeBackendTexture() 545 updateProc, imageCtx, createProtectedImage, backendFormat, in MakeBackendTexture()
|
D | GrAHardwareBufferUtils.h | 60 TexImageCtx* imageCtx,
|
/third_party/skia/src/gpu/ |
D | GrAHardwareBufferUtils.cpp | 212 TexImageCtx* imageCtx, in make_gl_backend_texture() argument 266 *imageCtx = new GLTextureHelper(texID, image, display, target); in make_gl_backend_texture() 306 TexImageCtx* imageCtx, in make_vk_backend_texture() argument 501 *imageCtx = new VulkanCleanupHelper(gpu, image, memory); in make_vk_backend_texture() 539 TexImageCtx* imageCtx, in MakeBackendTexture() argument 551 updateProc, imageCtx, createProtectedImage, backendFormat, in MakeBackendTexture() 557 updateProc, imageCtx, createProtectedImage, backendFormat, in MakeBackendTexture()
|
D | GrAHardwareBufferUtils.h | 60 TexImageCtx* imageCtx,
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/emscripten/ |
D | SDL_emscriptenframebuffer.c | 82 if (SDL2.w !== w || SDL2.h !== h || SDL2.imageCtx !== SDL2.ctx) { in Emscripten_UpdateWindowFramebuffer() 86 SDL2.imageCtx = SDL2.ctx; in Emscripten_UpdateWindowFramebuffer()
|
/third_party/skia/tests/ |
D | MultiPictureDocumentTest.cpp | 285 GrAHardwareBufferUtils::TexImageCtx imageCtx; in makeAHardwareBufferTestImage() local 290 &imageCtx, // set by MakeBackendTexture in makeAHardwareBufferTestImage()
|