Home
last modified time | relevance | path

Searched refs:mutableState (Results 1 – 11 of 11) sorted by relevance

/external/skia/src/gpu/vk/
DGrVkTypesPriv.cpp20 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()
DGrVkAttachment.cpp22 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()
DGrVkAttachment.h88 sk_sp<GrBackendSurfaceMutableStateImpl> mutableState,
97 sk_sp<GrBackendSurfaceMutableStateImpl> mutableState,
DGrVkRenderTarget.cpp112 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()
DGrVkTextureRenderTarget.cpp110 sk_sp<GrBackendSurfaceMutableStateImpl> mutableState) { in MakeWrappedTextureRenderTarget() argument
121 GrVkAttachment::MakeWrapped(gpu, dimensions, info, std::move(mutableState), in MakeWrappedTextureRenderTarget()
DGrVkTexture.cpp97 sk_sp<GrBackendSurfaceMutableStateImpl> mutableState) { in MakeWrappedTexture() argument
103 GrVkAttachment::MakeWrapped(gpu, dimensions, info, std::move(mutableState), in MakeWrappedTexture()
DGrVkGpu.cpp1265 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 …]
DGrVkImage.cpp18 sk_sp<GrBackendSurfaceMutableStateImpl> mutableState, in GrVkImage() argument
23 , fMutableState(std::move(mutableState)) in GrVkImage()
DGrVkImage.h30 sk_sp<GrBackendSurfaceMutableStateImpl> mutableState,
/external/skia/include/gpu/
DGrBackendSurface.h376 sk_sp<GrBackendSurfaceMutableStateImpl> mutableState);
552 sk_sp<GrBackendSurfaceMutableStateImpl> mutableState);
/external/skia/src/gpu/
DGrBackendSurface.cpp455 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()