Flutter Engine
The Flutter Engine
sampler_gles.h
Go to the documentation of this file.
1// Copyright 2013 The Flutter Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5#ifndef FLUTTER_IMPELLER_RENDERER_BACKEND_GLES_SAMPLER_GLES_H_
6#define FLUTTER_IMPELLER_RENDERER_BACKEND_GLES_SAMPLER_GLES_H_
7
10
11namespace impeller {
12
13class TextureGLES;
14class SamplerLibraryGLES;
15class ProcTableGLES;
16
17class SamplerGLES final : public Sampler,
18 public BackendCast<SamplerGLES, Sampler> {
19 public:
21
23 const ProcTableGLES& gl) const;
24
25 private:
26 friend class SamplerLibraryGLES;
27
29
30 SamplerGLES(const SamplerGLES&) = delete;
31
32 SamplerGLES& operator=(const SamplerGLES&) = delete;
33};
34
35} // namespace impeller
36
37#endif // FLUTTER_IMPELLER_RENDERER_BACKEND_GLES_SAMPLER_GLES_H_
bool ConfigureBoundTexture(const TextureGLES &texture, const ProcTableGLES &gl) const
Definition: sampler_gles.cc:70
FlTexture * texture
gl
Definition: malisc.py:41