|
SK_API sk_sp< SkSurface > | SkSurfaces::RenderTarget (GrRecordingContext *context, skgpu::Budgeted budgeted, const SkImageInfo &imageInfo, int sampleCount, GrSurfaceOrigin surfaceOrigin, const SkSurfaceProps *surfaceProps, bool shouldCreateWithMips=false, bool isProtected=false) |
|
sk_sp< SkSurface > | SkSurfaces::RenderTarget (GrRecordingContext *context, skgpu::Budgeted budgeted, const SkImageInfo &imageInfo, int sampleCount, const SkSurfaceProps *surfaceProps) |
|
sk_sp< SkSurface > | SkSurfaces::RenderTarget (GrRecordingContext *context, skgpu::Budgeted budgeted, const SkImageInfo &imageInfo) |
|
SK_API sk_sp< SkSurface > | SkSurfaces::RenderTarget (GrRecordingContext *context, const GrSurfaceCharacterization &characterization, skgpu::Budgeted budgeted) |
|
SK_API sk_sp< SkSurface > | SkSurfaces::WrapBackendTexture (GrRecordingContext *context, const GrBackendTexture &backendTexture, GrSurfaceOrigin origin, int sampleCnt, SkColorType colorType, sk_sp< SkColorSpace > colorSpace, const SkSurfaceProps *surfaceProps, TextureReleaseProc textureReleaseProc=nullptr, ReleaseContext releaseContext=nullptr) |
|
SK_API sk_sp< SkSurface > | SkSurfaces::WrapBackendRenderTarget (GrRecordingContext *context, const GrBackendRenderTarget &backendRenderTarget, GrSurfaceOrigin origin, SkColorType colorType, sk_sp< SkColorSpace > colorSpace, const SkSurfaceProps *surfaceProps, RenderTargetReleaseProc releaseProc=nullptr, ReleaseContext releaseContext=nullptr) |
|
SK_API GrBackendTexture | SkSurfaces::GetBackendTexture (SkSurface *, BackendHandleAccess) |
|
SK_API GrBackendRenderTarget | SkSurfaces::GetBackendRenderTarget (SkSurface *, BackendHandleAccess) |
|
SK_API void | SkSurfaces::ResolveMSAA (SkSurface *surface) |
|
void | SkSurfaces::ResolveMSAA (const sk_sp< SkSurface > &surface) |
|
SK_API GrSemaphoresSubmitted | skgpu::ganesh::Flush (sk_sp< SkSurface >) |
|
SK_API GrSemaphoresSubmitted | skgpu::ganesh::Flush (SkSurface *) |
|
SK_API void | skgpu::ganesh::FlushAndSubmit (sk_sp< SkSurface >) |
|
SK_API void | skgpu::ganesh::FlushAndSubmit (SkSurface *) |
|