Home
last modified time | relevance | path

Searched refs:mutableState (Results 1 - 9 of 9) sorted by relevance

/third_party/skia/src/gpu/vk/
H A 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()
53 // the same mutableState. in operator ==()
H A DGrVkImage.cpp164 sk_sp<GrBackendSurfaceMutableStateImpl> mutableState( in Make()
170 std::move(mutableState), in Make()
179 sk_sp<GrBackendSurfaceMutableStateImpl> mutableState, in MakeWrapped()
200 std::move(mutableState), in MakeWrapped()
219 sk_sp<GrBackendSurfaceMutableStateImpl> mutableState, in GrVkImage()
233 , fMutableState(std::move(mutableState)) in GrVkImage()
250 sk_sp<GrBackendSurfaceMutableStateImpl> mutableState, in GrVkImage()
264 , fMutableState(std::move(mutableState)) in GrVkImage()
176 MakeWrapped(GrVkGpu* gpu, SkISize dimensions, const GrVkImageInfo& info, sk_sp<GrBackendSurfaceMutableStateImpl> mutableState, UsageFlags attachmentUsages, GrWrapOwnership ownership, GrWrapCacheable cacheable, bool forSecondaryCB) MakeWrapped() argument
215 GrVkImage(GrVkGpu* gpu, SkISize dimensions, UsageFlags supportedUsages, const GrVkImageInfo& info, sk_sp<GrBackendSurfaceMutableStateImpl> mutableState, sk_sp<const GrVkImageView> framebufferView, sk_sp<const GrVkImageView> textureView, SkBudgeted budgeted) GrVkImage() argument
246 GrVkImage(GrVkGpu* gpu, SkISize dimensions, UsageFlags supportedUsages, const GrVkImageInfo& info, sk_sp<GrBackendSurfaceMutableStateImpl> mutableState, sk_sp<const GrVkImageView> framebufferView, sk_sp<const GrVkImageView> textureView, GrBackendObjectOwnership ownership, GrWrapCacheable cacheable, bool forSecondaryCB) GrVkImage() argument
H A DGrVkRenderTarget.cpp120 sk_sp<GrBackendSurfaceMutableStateImpl> mutableState) { in MakeWrappedRenderTarget()
134 std::move(mutableState), in MakeWrappedRenderTarget()
174 sk_sp<GrBackendSurfaceMutableStateImpl> mutableState(new GrBackendSurfaceMutableStateImpl( in MakeSecondaryCBRenderTarget()
181 std::move(mutableState), in MakeSecondaryCBRenderTarget()
115 MakeWrappedRenderTarget( GrVkGpu* gpu, SkISize dimensions, int sampleCnt, const GrVkImageInfo& info, sk_sp<GrBackendSurfaceMutableStateImpl> mutableState) MakeWrappedRenderTarget() argument
H A DGrVkGpu.cpp1429 sk_sp<GrBackendSurfaceMutableStateImpl> mutableState = backendTex.getMutableState(); in onWrapBackendTexture() local
1430 SkASSERT(mutableState); in onWrapBackendTexture()
1432 ioType, imageInfo, std::move(mutableState)); in onWrapBackendTexture()
1471 sk_sp<GrBackendSurfaceMutableStateImpl> mutableState = backendTex.getMutableState(); in onWrapRenderableBackendTexture() local
1472 SkASSERT(mutableState); in onWrapRenderableBackendTexture()
1477 std::move(mutableState)); in onWrapRenderableBackendTexture()
1500 sk_sp<GrBackendSurfaceMutableStateImpl> mutableState = backendRT.getMutableState(); in onWrapBackendRenderTarget() local
1501 SkASSERT(mutableState); in onWrapBackendRenderTarget()
1504 this, backendRT.dimensions(), backendRT.sampleCnt(), info, std::move(mutableState)); in onWrapBackendRenderTarget()
1754 sk_sp<GrBackendSurfaceMutableStateImpl> mutableState in onClearBackendTexture() local
1854 sk_sp<GrBackendSurfaceMutableStateImpl> mutableState = backendTexture.getMutableState(); onUpdateCompressedBackendTexture() local
[all...]
H A DGrVkTexture.cpp106 sk_sp<GrBackendSurfaceMutableStateImpl> mutableState) { in MakeWrappedTexture()
114 std::move(mutableState), in MakeWrappedTexture()
103 MakeWrappedTexture( GrVkGpu* gpu, SkISize dimensions, GrWrapOwnership wrapOwnership, GrWrapCacheable cacheable, GrIOType ioType, const GrVkImageInfo& info, sk_sp<GrBackendSurfaceMutableStateImpl> mutableState) MakeWrappedTexture() argument
H A DGrVkTextureRenderTarget.cpp125 sk_sp<GrBackendSurfaceMutableStateImpl> mutableState) { in MakeWrappedTextureRenderTarget()
138 std::move(mutableState), in MakeWrappedTextureRenderTarget()
118 MakeWrappedTextureRenderTarget( GrVkGpu* gpu, SkISize dimensions, int sampleCnt, GrWrapOwnership wrapOwnership, GrWrapCacheable cacheable, const GrVkImageInfo& info, sk_sp<GrBackendSurfaceMutableStateImpl> mutableState) MakeWrappedTextureRenderTarget() argument
H A DGrVkImage.h236 sk_sp<GrBackendSurfaceMutableStateImpl> mutableState,
245 sk_sp<GrBackendSurfaceMutableStateImpl> mutableState,
/third_party/skia/include/gpu/
H A DGrBackendSurface.h408 sk_sp<GrBackendSurfaceMutableStateImpl> mutableState);
593 sk_sp<GrBackendSurfaceMutableStateImpl> mutableState);
/third_party/skia/src/gpu/
H A DGrBackendSurface.cpp501 sk_sp<GrBackendSurfaceMutableStateImpl> mutableState) in GrBackendTexture()
509 , fMutableState(std::move(mutableState)) {} in GrBackendTexture()
962 sk_sp<GrBackendSurfaceMutableStateImpl> mutableState) in GrBackendRenderTarget()
970 , fMutableState(mutableState) {} in GrBackendRenderTarget()
498 GrBackendTexture(int width, int height, const GrVkImageInfo& vkInfo, sk_sp<GrBackendSurfaceMutableStateImpl> mutableState) GrBackendTexture() argument
959 GrBackendRenderTarget(int width, int height, const GrVkImageInfo& vkInfo, sk_sp<GrBackendSurfaceMutableStateImpl> mutableState) GrBackendRenderTarget() argument

Completed in 17 milliseconds