Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Member Functions | Friends | List of all members
GrResourceProviderPriv Class Reference

#include <GrResourceProviderPriv.h>

Public Member Functions

GrGpugpu ()
 

Friends

class GrResourceProvider
 

Detailed Description

Class that adds methods to GrResourceProvider that are only intended for use internal to Skia. This class is purely a privileged window into GrResourceProvider. It should never have additional data members or virtual methods.

Definition at line 16 of file GrResourceProviderPriv.h.

Member Function Documentation

◆ gpu()

GrGpu * GrResourceProviderPriv::gpu ( )
inline

Definition at line 18 of file GrResourceProviderPriv.h.

18{ return fResourceProvider->gpu(); }

Friends And Related Symbol Documentation

◆ GrResourceProvider

friend class GrResourceProvider
friend

Definition at line 29 of file GrResourceProviderPriv.h.


The documentation for this class was generated from the following file: