Home
last modified time | relevance | path

Searched refs:GrBackendSurfaceMutableStateImpl (Results 1 – 19 of 19) sorted by relevance

/external/skia/src/gpu/
DGrBackendSurfaceMutableStateImpl.h14 class GrBackendSurfaceMutableStateImpl : public SkRefCnt {
17 GrBackendSurfaceMutableStateImpl(VkImageLayout layout, uint32_t queueFamilyIndex) in GrBackendSurfaceMutableStateImpl() function
20 GrBackendSurfaceMutableStateImpl(GrVkSharedImageInfo sharedInfo) in GrBackendSurfaceMutableStateImpl() function
DGrBackendSurface.cpp430 sk_sp<GrBackendSurfaceMutableStateImpl>( in GrBackendTexture()
431 new GrBackendSurfaceMutableStateImpl( in GrBackendTexture()
455 sk_sp<GrBackendSurfaceMutableStateImpl> mutableState) in GrBackendTexture()
617 sk_sp<GrBackendSurfaceMutableStateImpl> GrBackendTexture::getMutableState() const { in getMutableState()
897 sk_sp<GrBackendSurfaceMutableStateImpl>( in GrBackendRenderTarget()
898 new GrBackendSurfaceMutableStateImpl( in GrBackendRenderTarget()
907 sk_sp<GrBackendSurfaceMutableStateImpl> mutableState) in GrBackendRenderTarget()
1056 sk_sp<GrBackendSurfaceMutableStateImpl> GrBackendRenderTarget::getMutableState() const { in getMutableState()
/external/skia/include/gpu/
DGrBackendSurface.h23 class GrBackendSurfaceMutableStateImpl; variable
358 sk_sp<GrBackendSurfaceMutableStateImpl> getMutableState() const;
376 sk_sp<GrBackendSurfaceMutableStateImpl> mutableState);
415 sk_sp<GrBackendSurfaceMutableStateImpl> fMutableState;
545 sk_sp<GrBackendSurfaceMutableStateImpl> getMutableState() const;
552 sk_sp<GrBackendSurfaceMutableStateImpl> mutableState);
594 sk_sp<GrBackendSurfaceMutableStateImpl> fMutableState;
DGrBackendSurfaceMutableState.h67 friend class GrBackendSurfaceMutableStateImpl;
/external/skia/src/gpu/vk/
DGrVkAttachment.h45 sk_sp<GrBackendSurfaceMutableStateImpl>,
88 sk_sp<GrBackendSurfaceMutableStateImpl> mutableState,
97 sk_sp<GrBackendSurfaceMutableStateImpl> mutableState,
DGrVkAttachment.cpp22 sk_sp<GrBackendSurfaceMutableStateImpl> mutableState, in GrVkAttachment()
38 sk_sp<GrBackendSurfaceMutableStateImpl> mutableState, in GrVkAttachment()
164 sk_sp<GrBackendSurfaceMutableStateImpl> mutableState( in Make()
165 new GrBackendSurfaceMutableStateImpl(info.fImageLayout, info.fCurrentQueueFamily)); in Make()
177 sk_sp<GrBackendSurfaceMutableStateImpl> mutableState, in MakeWrapped()
DGrVkImage.h30 sk_sp<GrBackendSurfaceMutableStateImpl> mutableState,
81 sk_sp<GrBackendSurfaceMutableStateImpl> getMutableState() const { return fMutableState; } in getMutableState()
173 sk_sp<GrBackendSurfaceMutableStateImpl> fMutableState;
DGrVkTypesPriv.cpp20 const GrBackendSurfaceMutableStateImpl* mutableState) const { in snapImageInfo()
DGrVkTextureRenderTarget.h46 sk_sp<GrBackendSurfaceMutableStateImpl>);
DGrVkTexture.h38 sk_sp<GrBackendSurfaceMutableStateImpl>);
DGrVkRenderTarget.cpp112 sk_sp<GrBackendSurfaceMutableStateImpl> mutableState) { in MakeWrappedRenderTarget()
162 sk_sp<GrBackendSurfaceMutableStateImpl> mutableState(new GrBackendSurfaceMutableStateImpl( in MakeSecondaryCBRenderTarget()
DGrVkRenderTarget.h32 sk_sp<GrBackendSurfaceMutableStateImpl>);
DGrVkTextureRenderTarget.cpp110 sk_sp<GrBackendSurfaceMutableStateImpl> mutableState) { in MakeWrappedTextureRenderTarget()
DGrVkTexture.cpp97 sk_sp<GrBackendSurfaceMutableStateImpl> mutableState) { in MakeWrappedTexture()
DGrVkGpu.cpp1265 sk_sp<GrBackendSurfaceMutableStateImpl> mutableState = backendTex.getMutableState(); in onWrapBackendTexture()
1307 sk_sp<GrBackendSurfaceMutableStateImpl> mutableState = backendTex.getMutableState(); in onWrapRenderableBackendTexture()
1336 sk_sp<GrBackendSurfaceMutableStateImpl> mutableState = backendRT.getMutableState(); in onWrapBackendRenderTarget()
1589 sk_sp<GrBackendSurfaceMutableStateImpl> mutableState = backendTexture.getMutableState(); in onClearBackendTexture()
1687 sk_sp<GrBackendSurfaceMutableStateImpl> mutableState = backendTexture.getMutableState(); in onUpdateCompressedBackendTexture()
1789 sk_sp<GrBackendSurfaceMutableStateImpl> currentState, in setBackendSurfaceState()
1819 sk_sp<GrBackendSurfaceMutableStateImpl> currentState = backendTeture.getMutableState(); in setBackendTextureState()
1833 sk_sp<GrBackendSurfaceMutableStateImpl> currentState = backendRenderTarget.getMutableState(); in setBackendRenderTargetState()
DGrVkImage.cpp18 sk_sp<GrBackendSurfaceMutableStateImpl> mutableState, in GrVkImage()
DGrVkGpu.h232 sk_sp<GrBackendSurfaceMutableStateImpl> currentState,
/external/skia/include/private/
DGrVkTypesPriv.h14 class GrBackendSurfaceMutableStateImpl; variable
33 GrVkImageInfo snapImageInfo(const GrBackendSurfaceMutableStateImpl*) const;
/external/skia/gn/
Dgpu.gni47 "$_src/gpu/GrBackendSurfaceMutableStateImpl.h",