Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Namespaces | Functions
sampler_gles.cc File Reference
#include "impeller/renderer/backend/gles/sampler_gles.h"
#include "impeller/base/validation.h"
#include "impeller/core/formats.h"
#include "impeller/renderer/backend/gles/formats_gles.h"
#include "impeller/renderer/backend/gles/proc_table_gles.h"
#include "impeller/renderer/backend/gles/texture_gles.h"

Go to the source code of this file.

Namespaces

namespace  impeller
 

Functions

static GLint impeller::ToParam (MinMagFilter minmag_filter, std::optional< MipFilter > mip_filter=std::nullopt)
 
static GLint impeller::ToAddressMode (SamplerAddressMode mode, bool supports_decal_sampler_address_mode)