|
static GrRenderTarget * | prepare_rt_for_external_access (SkSurface_Ganesh *surface, SkSurfaces::BackendHandleAccess access) |
|
static bool | validate_backend_texture (const GrCaps *caps, const GrBackendTexture &tex, int sampleCnt, GrColorType grCT, bool texturable) |
|
bool | validate_backend_render_target (const GrCaps *caps, const GrBackendRenderTarget &rt, GrColorType grCT) |
|
SK_API sk_sp< SkSurface > | SkSurfaces::RenderTarget (GrRecordingContext *context, const GrSurfaceCharacterization &characterization, skgpu::Budgeted budgeted) |
|
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_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) |
|
SK_API GrSemaphoresSubmitted | skgpu::ganesh::Flush (SkSurface *) |
|
SK_API GrSemaphoresSubmitted | skgpu::ganesh::Flush (sk_sp< SkSurface >) |
|
SK_API void | skgpu::ganesh::FlushAndSubmit (SkSurface *) |
|
SK_API void | skgpu::ganesh::FlushAndSubmit (sk_sp< SkSurface >) |
|