Home
last modified time | relevance | path

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

/external/skia/src/gpu/graphite/
DBackendTexture.cpp26 BackendTexture::BackendTexture(const BackendTexture& that) { in BackendTexture() function in skgpu::graphite::BackendTexture
114 BackendTexture::BackendTexture(WGPUTexture texture) in BackendTexture() function in skgpu::graphite::BackendTexture
121 BackendTexture::BackendTexture(SkISize planeDimensions, in BackendTexture() function in skgpu::graphite::BackendTexture
147 BackendTexture::BackendTexture(SkISize dimensions, in BackendTexture() function in skgpu::graphite::BackendTexture
171 BackendTexture::BackendTexture(SkISize dimensions, CFTypeRef mtlTexture) in BackendTexture() function in skgpu::graphite::BackendTexture
185 BackendTexture::BackendTexture(SkISize dimensions, in BackendTexture() function in skgpu::graphite::BackendTexture
DSharedContext.h25 class BackendTexture; variable
DResourceProvider.h33 class BackendTexture; variable
/external/skia/include/gpu/graphite/
DSurface.h21 class BackendTexture; variable
DImage.h24 class BackendTexture; variable
DContext.h29 class BackendTexture; variable
DRecorder.h39 class BackendTexture; variable
/external/skia/tools/gpu/
DYUVUtils.cpp355 using BackendTexture = skgpu::graphite::BackendTexture; typedef