Home
last modified time | relevance | path

Searched defs:getMutableState (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/m133/src/gpu/ganesh/
DGrBackendSurfacePriv.h78 virtual sk_sp<skgpu::MutableTextureState> getMutableState() const { return nullptr; } in getMutableState() function
102 virtual sk_sp<skgpu::MutableTextureState> getMutableState() const { return nullptr; } in getMutableState() function
DGrBackendSurface.cpp363 sk_sp<skgpu::MutableTextureState> GrBackendTexture::getMutableState() const { in getMutableState() function in GrBackendTexture
588 sk_sp<skgpu::MutableTextureState> GrBackendRenderTarget::getMutableState() const { in getMutableState() function in GrBackendRenderTarget
/third_party/skia/m133/src/gpu/ganesh/vk/
DGrVkBackendSurface.cpp184 sk_sp<skgpu::MutableTextureState> getMutableState() const override { in getMutableState() function in GrVkBackendTextureData
351 sk_sp<skgpu::MutableTextureState> getMutableState() const override { in getMutableState() function in GrVkBackendRenderTargetData
DGrVkImage.h141 sk_sp<skgpu::MutableTextureState> getMutableState() const { return fMutableState; } in getMutableState() function
/third_party/skia/src/gpu/vk/
DGrVkImage.h132 sk_sp<GrBackendSurfaceMutableStateImpl> getMutableState() const { return fMutableState; } in getMutableState() function
/third_party/skia/src/gpu/
DGrBackendSurface.cpp669 sk_sp<GrBackendSurfaceMutableStateImpl> GrBackendTexture::getMutableState() const { in getMutableState() function in GrBackendTexture
1113 sk_sp<GrBackendSurfaceMutableStateImpl> GrBackendRenderTarget::getMutableState() const { in getMutableState() function in GrBackendRenderTarget