Home
last modified time | relevance | path

Searched defs:BackendTexture (Results 1 – 11 of 11) sorted by relevance

/third_party/skia/experimental/graphite/src/
DBackendTexture.cpp13 BackendTexture::BackendTexture(SkISize dimensions, sk_cfp<mtl::Handle> mtlTexture) in BackendTexture() function in skgpu::BackendTexture
/third_party/skia/m133/include/gpu/graphite/
DSurface.h21 class BackendTexture; variable
DBackendTexture.h51 BackendTexture(SkISize dimensions, TextureInfo info, const SomeBackendTextureData& textureData) in BackendTexture() function
DImage.h25 class BackendTexture; variable
DContext.h33 class BackendTexture; variable
DRecorder.h39 class BackendTexture; variable
/third_party/skia/m133/src/gpu/graphite/
DBackendTexture.cpp19 BackendTexture::BackendTexture(const BackendTexture& that) { in BackendTexture() function in skgpu::graphite::BackendTexture
DSharedContext.h25 class BackendTexture; variable
DResourceProvider.h34 class BackendTexture; variable
/third_party/skia/m133/include/gpu/graphite/dawn/
DDawnTypes.h18 class BackendTexture; variable
/third_party/skia/m133/tools/gpu/
DYUVUtils.cpp355 using BackendTexture = skgpu::graphite::BackendTexture; typedef