Searched refs:GrBackendSurfaceMutableStateImpl (Results 1 – 19 of 19) sorted by relevance
/external/skia/src/gpu/ |
D | GrBackendSurfaceMutableStateImpl.h | 14 class GrBackendSurfaceMutableStateImpl : public SkRefCnt { 17 GrBackendSurfaceMutableStateImpl(VkImageLayout layout, uint32_t queueFamilyIndex) in GrBackendSurfaceMutableStateImpl() function 20 GrBackendSurfaceMutableStateImpl(GrVkSharedImageInfo sharedInfo) in GrBackendSurfaceMutableStateImpl() function
|
D | GrBackendSurface.cpp | 430 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/ |
D | GrBackendSurface.h | 23 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;
|
D | GrBackendSurfaceMutableState.h | 67 friend class GrBackendSurfaceMutableStateImpl;
|
/external/skia/src/gpu/vk/ |
D | GrVkAttachment.h | 45 sk_sp<GrBackendSurfaceMutableStateImpl>, 88 sk_sp<GrBackendSurfaceMutableStateImpl> mutableState, 97 sk_sp<GrBackendSurfaceMutableStateImpl> mutableState,
|
D | GrVkAttachment.cpp | 22 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()
|
D | GrVkImage.h | 30 sk_sp<GrBackendSurfaceMutableStateImpl> mutableState, 81 sk_sp<GrBackendSurfaceMutableStateImpl> getMutableState() const { return fMutableState; } in getMutableState() 173 sk_sp<GrBackendSurfaceMutableStateImpl> fMutableState;
|
D | GrVkTypesPriv.cpp | 20 const GrBackendSurfaceMutableStateImpl* mutableState) const { in snapImageInfo()
|
D | GrVkTextureRenderTarget.h | 46 sk_sp<GrBackendSurfaceMutableStateImpl>);
|
D | GrVkTexture.h | 38 sk_sp<GrBackendSurfaceMutableStateImpl>);
|
D | GrVkRenderTarget.cpp | 112 sk_sp<GrBackendSurfaceMutableStateImpl> mutableState) { in MakeWrappedRenderTarget() 162 sk_sp<GrBackendSurfaceMutableStateImpl> mutableState(new GrBackendSurfaceMutableStateImpl( in MakeSecondaryCBRenderTarget()
|
D | GrVkRenderTarget.h | 32 sk_sp<GrBackendSurfaceMutableStateImpl>);
|
D | GrVkTextureRenderTarget.cpp | 110 sk_sp<GrBackendSurfaceMutableStateImpl> mutableState) { in MakeWrappedTextureRenderTarget()
|
D | GrVkTexture.cpp | 97 sk_sp<GrBackendSurfaceMutableStateImpl> mutableState) { in MakeWrappedTexture()
|
D | GrVkGpu.cpp | 1265 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()
|
D | GrVkImage.cpp | 18 sk_sp<GrBackendSurfaceMutableStateImpl> mutableState, in GrVkImage()
|
D | GrVkGpu.h | 232 sk_sp<GrBackendSurfaceMutableStateImpl> currentState,
|
/external/skia/include/private/ |
D | GrVkTypesPriv.h | 14 class GrBackendSurfaceMutableStateImpl; variable 33 GrVkImageInfo snapImageInfo(const GrBackendSurfaceMutableStateImpl*) const;
|
/external/skia/gn/ |
D | gpu.gni | 47 "$_src/gpu/GrBackendSurfaceMutableStateImpl.h",
|