#include "impeller/renderer/backend/gles/sampler_gles.h"#include "impeller/base/validation.h"#include "impeller/core/formats.h"#include "impeller/core/sampler_descriptor.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 | |
| impeller | |
Functions | |
| static GLint | impeller::ToParam (MinMagFilter minmag_filter) |
| static GLint | impeller::ToParam (MinMagFilter minmag_filter, MipFilter mip_filter) |
| static GLint | impeller::ToAddressMode (SamplerAddressMode mode, bool supports_decal_sampler_address_mode) |