Flutter Engine
The Flutter Engine
Public Member Functions | Friends | List of all members
impeller::SamplerLibraryGLES Class Referencefinal

#include <sampler_library_gles.h>

Inheritance diagram for impeller::SamplerLibraryGLES:
impeller::SamplerLibrary

Public Member Functions

 SamplerLibraryGLES (bool supports_decal_sampler_address_mode)
 
 ~SamplerLibraryGLES () override
 
- Public Member Functions inherited from impeller::SamplerLibrary
virtual ~SamplerLibrary ()
 
virtual const std::unique_ptr< const Sampler > & GetSampler (SamplerDescriptor descriptor)=0
 Retrieve a backend specific sampler object for the given sampler descriptor. More...
 

Friends

class ContextGLES
 

Additional Inherited Members

- Protected Member Functions inherited from impeller::SamplerLibrary
 SamplerLibrary ()
 

Detailed Description

Definition at line 14 of file sampler_library_gles.h.

Constructor & Destructor Documentation

◆ SamplerLibraryGLES()

impeller::SamplerLibraryGLES::SamplerLibraryGLES ( bool  supports_decal_sampler_address_mode)
explicit

Definition at line 16 of file sampler_library_gles.cc.

17 : supports_decal_sampler_address_mode_(
18 supports_decal_sampler_address_mode) {}

◆ ~SamplerLibraryGLES()

impeller::SamplerLibraryGLES::~SamplerLibraryGLES ( )
overridedefault

Friends And Related Function Documentation

◆ ContextGLES

friend class ContextGLES
friend

Definition at line 21 of file sampler_library_gles.h.


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