Home
last modified time | relevance | path

Searched defs:backendTexture (Results 1 – 25 of 44) sorted by relevance

12

/third_party/skia/include/core/
DSkPromiseImageTexture.h37 static sk_sp<SkPromiseImageTexture> Make(const GrBackendTexture& backendTexture) { in Make()
44 GrBackendTexture backendTexture() const { return fBackendTexture; } in backendTexture() function
/third_party/flutter/skia/include/core/
DSkPromiseImageTexture.h33 static sk_sp<SkPromiseImageTexture> Make(const GrBackendTexture& backendTexture) { in Make()
40 const GrBackendTexture& backendTexture() const { return fBackendTexture; } in backendTexture() function
DSkImage.h276 const GrBackendTexture& backendTexture, in MakeFromTexture()
/third_party/skia/tools/gpu/vk/
DVkYcbcrSamplerHelper.h31 const GrBackendTexture& backendTexture() const { return fTexture; } in backendTexture() function
/third_party/flutter/skia/tests/
DTextureBindingsResetTest.cpp118 GrBackendTexture backendTexture(10, 10, GrMipMapped::kNo, infoExternal); in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS() local
148 GrBackendTexture backendTexture(10, 10, GrMipMapped::kNo, info); in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS() local
DSurfaceSemaphoreTest.cpp65 const GrBackendTexture& backendTexture, in draw_child()
168 GrBackendTexture backendTexture = mainImage->getBackendTexture(false); in surface_semaphore_test() local
/third_party/skia/src/core/
DSkPromiseImageTexture.cpp15 SkPromiseImageTexture::SkPromiseImageTexture(const GrBackendTexture& backendTexture) { in SkPromiseImageTexture()
/third_party/flutter/skia/src/core/
DSkPromiseImageTexture.cpp15 SkPromiseImageTexture::SkPromiseImageTexture(const GrBackendTexture& backendTexture) { in SkPromiseImageTexture()
/third_party/skia/src/gpu/
DGrDirectContext.cpp524 const GrBackendTexture& backendTexture, in update_texture_with_pixmaps()
668 bool GrDirectContext::updateBackendTexture(const GrBackendTexture& backendTexture, in updateBackendTexture()
681 bool GrDirectContext::updateBackendTexture(const GrBackendTexture& backendTexture, in updateBackendTexture()
707 bool GrDirectContext::updateBackendTexture(const GrBackendTexture& backendTexture, in updateBackendTexture()
858 bool GrDirectContext::updateCompressedBackendTexture(const GrBackendTexture& backendTexture, in updateCompressedBackendTexture()
889 bool GrDirectContext::updateCompressedBackendTexture(const GrBackendTexture& backendTexture, in updateCompressedBackendTexture()
912 bool GrDirectContext::setBackendTextureState(const GrBackendTexture& backendTexture, in setBackendTextureState()
DGrTexture.cpp60 GrBackendTexture* backendTexture, in StealBackendTexture()
DGrBackendTextureImageGenerator.cpp54 GrBackendTexture backendTexture = texture->getBackendTexture(); in Make() local
/third_party/flutter/skia/src/image/
DSkImage_Gpu.cpp266 const GrBackendTexture& backendTexture, in MakeFromYUVATexturesCopyWithExternalBackend()
314 GrSurfaceOrigin imageOrigin, const GrBackendTexture& backendTexture, in MakeFromYUVTexturesCopyWithExternalBackend()
347 const GrBackendTexture& backendTexture, in MakeFromNV12TexturesCopyWithExternalBackend()
556 GrBackendTexture backendTexture = in MakeFromAHardwareBufferWithData() local
625 GrBackendTexture* backendTexture, in MakeBackendTextureFromSkImage()
DSkSurface_Gpu.cpp434 const GrBackendTexture& backendTexture, in MakeFromBackendTexture()
562 bool SkSurface_Gpu::onReplaceBackendTexture(const GrBackendTexture& backendTexture, in onReplaceBackendTexture()
746 GrBackendTexture backendTexture = in MakeFromAHardwareBuffer() local
DSkImage.cpp473 const GrBackendTexture& backendTexture, in MakeFromYUVATexturesCopyWithExternalBackend()
487 GrSurfaceOrigin surfaceOrigin, const GrBackendTexture& backendTexture, in MakeFromYUVTexturesCopyWithExternalBackend()
507 const GrBackendTexture& backendTexture, in MakeFromNV12TexturesCopyWithExternalBackend()
/third_party/flutter/skia/tools/sk_app/
DDawnWindowContext.cpp68 GrBackendTexture backendTexture(fWidth, fHeight, imageInfo); in getBackbufferSurface() local
/third_party/skia/tests/
DSurfaceSemaphoreTest.cpp68 const GrBackendTexture& backendTexture, in draw_child()
170 GrBackendTexture backendTexture = mainSurface->getBackendTexture( in surface_semaphore_test() local
DTextureBindingsResetTest.cpp118 GrBackendTexture backendTexture(10, 10, GrMipmapped::kNo, infoExternal); in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS() local
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DVulkanBackend.cpp114 Texture* backendTexture = ToBackend(FromAPI(texture)); in ExportVulkanImage() local
/third_party/flutter/skia/src/gpu/
DGrTexture.cpp52 GrBackendTexture* backendTexture, in StealBackendTexture()
DGrBackendTextureImageGenerator.cpp53 GrBackendTexture backendTexture = texture->getBackendTexture(); in Make() local
/third_party/flutter/engine/flutter/shell/platform/android/
Dandroid_external_texture_gl.cc51 GrBackendTexture backendTexture(1, 1, GrMipMapped::kNo, textureInfo); in Paint() local
/third_party/flutter/skia/src/gpu/gl/
DGrGLTexture.cpp136 bool GrGLTexture::onStealBackendTexture(GrBackendTexture* backendTexture, in onStealBackendTexture()
/third_party/skia/src/gpu/gl/
DGrGLTexture.cpp136 bool GrGLTexture::onStealBackendTexture(GrBackendTexture* backendTexture, in onStealBackendTexture()
/third_party/skia/tools/sk_app/win/
DD3D12WindowContext_win.cpp154 GrBackendTexture backendTexture(width, height, info); in setupSurfaces() local
/third_party/skia/src/image/
DSkImage_GpuBase.cpp295 const GrBackendTexture& backendTexture = promiseTexture->backendTexture(); in MakePromiseImageLazyProxy() local

12