/external/skia/src/gpu/vk/ |
D | GrVkTypesPriv.cpp | 20 const GrBackendSurfaceMutableStateImpl* mutableState) const { in snapImageInfo() 21 SkASSERT(mutableState); in snapImageInfo() 23 newInfo.fImageLayout = mutableState->getImageLayout(); in snapImageInfo() 24 newInfo.fCurrentQueueFamily = mutableState->getQueueFamilyIndex(); in snapImageInfo()
|
D | GrVkAttachment.cpp | 22 sk_sp<GrBackendSurfaceMutableStateImpl> mutableState, in GrVkAttachment() argument 28 , GrVkImage(gpu, info, std::move(mutableState), GrBackendObjectOwnership::kOwned) in GrVkAttachment() 38 sk_sp<GrBackendSurfaceMutableStateImpl> mutableState, in GrVkAttachment() argument 46 , GrVkImage(gpu, info, std::move(mutableState), ownership, forSecondaryCB) in GrVkAttachment() 164 sk_sp<GrBackendSurfaceMutableStateImpl> mutableState( in Make() local 167 std::move(mutableState), in Make() 177 sk_sp<GrBackendSurfaceMutableStateImpl> mutableState, in MakeWrapped() argument 194 std::move(mutableState), in MakeWrapped()
|
D | GrVkAttachment.h | 88 sk_sp<GrBackendSurfaceMutableStateImpl> mutableState, 97 sk_sp<GrBackendSurfaceMutableStateImpl> mutableState,
|
D | GrVkRenderTarget.cpp | 112 sk_sp<GrBackendSurfaceMutableStateImpl> mutableState) { in MakeWrappedRenderTarget() argument 123 GrVkAttachment::MakeWrapped(gpu, dimensions, info, std::move(mutableState), in MakeWrappedRenderTarget() 162 sk_sp<GrBackendSurfaceMutableStateImpl> mutableState(new GrBackendSurfaceMutableStateImpl( in MakeSecondaryCBRenderTarget() local 166 GrVkAttachment::MakeWrapped(gpu, dimensions, info, std::move(mutableState), in MakeSecondaryCBRenderTarget()
|
D | GrVkTextureRenderTarget.cpp | 110 sk_sp<GrBackendSurfaceMutableStateImpl> mutableState) { in MakeWrappedTextureRenderTarget() argument 121 GrVkAttachment::MakeWrapped(gpu, dimensions, info, std::move(mutableState), in MakeWrappedTextureRenderTarget()
|
D | GrVkTexture.cpp | 97 sk_sp<GrBackendSurfaceMutableStateImpl> mutableState) { in MakeWrappedTexture() argument 103 GrVkAttachment::MakeWrapped(gpu, dimensions, info, std::move(mutableState), in MakeWrappedTexture()
|
D | GrVkGpu.cpp | 1265 sk_sp<GrBackendSurfaceMutableStateImpl> mutableState = backendTex.getMutableState(); in onWrapBackendTexture() local 1266 SkASSERT(mutableState); in onWrapBackendTexture() 1268 ioType, imageInfo, std::move(mutableState)); in onWrapBackendTexture() 1307 sk_sp<GrBackendSurfaceMutableStateImpl> mutableState = backendTex.getMutableState(); in onWrapRenderableBackendTexture() local 1308 SkASSERT(mutableState); in onWrapRenderableBackendTexture() 1313 std::move(mutableState)); in onWrapRenderableBackendTexture() 1336 sk_sp<GrBackendSurfaceMutableStateImpl> mutableState = backendRT.getMutableState(); in onWrapBackendRenderTarget() local 1337 SkASSERT(mutableState); in onWrapBackendRenderTarget() 1340 this, backendRT.dimensions(), backendRT.sampleCnt(), info, std::move(mutableState)); in onWrapBackendRenderTarget() 1589 sk_sp<GrBackendSurfaceMutableStateImpl> mutableState = backendTexture.getMutableState(); in onClearBackendTexture() local [all …]
|
D | GrVkImage.cpp | 18 sk_sp<GrBackendSurfaceMutableStateImpl> mutableState, in GrVkImage() argument 23 , fMutableState(std::move(mutableState)) in GrVkImage()
|
D | GrVkImage.h | 30 sk_sp<GrBackendSurfaceMutableStateImpl> mutableState,
|
/external/skia/include/gpu/ |
D | GrBackendSurface.h | 376 sk_sp<GrBackendSurfaceMutableStateImpl> mutableState); 552 sk_sp<GrBackendSurfaceMutableStateImpl> mutableState);
|
/external/skia/src/gpu/ |
D | GrBackendSurface.cpp | 455 sk_sp<GrBackendSurfaceMutableStateImpl> mutableState) in GrBackendTexture() argument 462 , fMutableState(std::move(mutableState)) {} in GrBackendTexture() 907 sk_sp<GrBackendSurfaceMutableStateImpl> mutableState) in GrBackendRenderTarget() argument 915 , fMutableState(mutableState) {} in GrBackendRenderTarget()
|