Flutter Engine
The Flutter Engine
|
#include <GrMockTexture.h>
Additional Inherited Members | |
Public Types inherited from GrSurface | |
typedef void * | ReleaseCtx |
typedef void(* | ReleaseProc) (ReleaseCtx) |
Public Types inherited from GrIORef< GrGpuResource > | |
enum | LastRemovedRef |
Static Public Member Functions inherited from GrTexture | |
static bool | StealBackendTexture (sk_sp< GrTexture >, GrBackendTexture *, SkImages::BackendTextureReleaseProc *) |
static void | ComputeScratchKey (const GrCaps &caps, const GrBackendFormat &format, SkISize dimensions, GrRenderable, int sampleCnt, skgpu::Mipmapped, GrProtected, skgpu::ScratchKey *key) |
Static Public Member Functions inherited from GrSurface | |
static size_t | ComputeSize (const GrBackendFormat &, SkISize dimensions, int colorSamplesPerPixel, skgpu::Mipmapped, bool binSize=false) |
Static Public Member Functions inherited from GrGpuResource | |
static uint32_t | CreateUniqueID () |
Definition at line 29 of file GrMockTexture.h.
|
inline |
Definition at line 31 of file GrMockTexture.h.
|
inline |
Definition at line 41 of file GrMockTexture.h.
|
inlineoverride |
Definition at line 55 of file GrMockTexture.h.
|
inlineprotected |
Definition at line 69 of file GrMockTexture.h.
|
inlineoverridevirtual |
Implements GrSurface.
Reimplemented in GrMockTextureRenderTarget.
Definition at line 61 of file GrMockTexture.h.
|
inlineoverridevirtual |
Implements GrTexture.
Definition at line 57 of file GrMockTexture.h.
|
inlineoverrideprotectedvirtual |
Overridden to abandon any internal handles, ptrs, etc to backend API resources. This may be called when the underlying 3D context is no longer valid and so no backend API calls should be made.
Reimplemented from GrSurface.
Definition at line 82 of file GrMockTexture.h.
|
inlineoverrideprotectedvirtual |
Overridden to free GPU resources in the backend API.
Reimplemented from GrSurface.
Definition at line 78 of file GrMockTexture.h.
|
inlineoverrideprotectedvirtual |
|
inlineoverridevirtual |
This function indicates that the texture parameters (wrap mode, filtering, ...) have been changed externally to Skia.
Implements GrTexture.
Definition at line 65 of file GrMockTexture.h.