Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/include/gpu/graphite/
H A DSurface.h21 class BackendTexture; variable
H A DBackendTexture.h51 BackendTexture(SkISize dimensions, TextureInfo info, const SomeBackendTextureData& textureData) in BackendTexture() function
H A DImage.h24 class BackendTexture; variable
H A DContext.h33 class BackendTexture; variable
H A DRecorder.h39 class BackendTexture; variable
/aosp_15_r20/external/skia/src/gpu/graphite/
H A DBackendTexture.cpp19 BackendTexture::BackendTexture(const BackendTexture& that) { in BackendTexture() function in skgpu::graphite::BackendTexture
H A DSharedContext.h25 class BackendTexture; variable
H A DResourceProvider.h34 class BackendTexture; variable
/aosp_15_r20/external/skia/include/gpu/graphite/dawn/
H A DDawnTypes.h18 class BackendTexture; variable
/aosp_15_r20/external/skia/tools/gpu/
H A DYUVUtils.cpp355 using BackendTexture = skgpu::graphite::BackendTexture; typedef