Flutter Engine
The Flutter Engine
third_party
skia
src
gpu
graphite
Sampler.h
Go to the documentation of this file.
1
/*
2
* Copyright 2022 Google LLC
3
*
4
* Use of this source code is governed by a BSD-style license that can be
5
* found in the LICENSE file.
6
*/
7
8
#ifndef skgpu_graphite_Sampler_DEFINED
9
#define skgpu_graphite_Sampler_DEFINED
10
11
#include "
src/gpu/graphite/Resource.h
"
12
13
namespace
skgpu::graphite
{
14
15
class
Sampler
:
public
Resource
{
16
public
:
17
~Sampler
()
override
;
18
19
const
char
*
getResourceType
()
const override
{
return
"Sampler"
; }
20
21
protected
:
22
Sampler
(
const
SharedContext
*);
23
24
private
:
25
};
26
27
}
// namepsace skgpu::graphite
28
29
#endif
// skgpu_graphite_Sampler_DEFINED
Resource.h
skgpu::graphite::Resource
Definition:
Resource.h:37
skgpu::graphite::Sampler
Definition:
Sampler.h:15
skgpu::graphite::Sampler::~Sampler
~Sampler() override
skgpu::graphite::Sampler::getResourceType
const char * getResourceType() const override
Definition:
Sampler.h:19
skgpu::graphite::Sampler::Sampler
Sampler(const SharedContext *)
Definition:
Sampler.cpp:12
skgpu::graphite::SharedContext
Definition:
SharedContext.h:32
skgpu::graphite
Definition:
BoundsManagerBench.cpp:27
Generated on Sun Jun 23 2024 21:56:27 for Flutter Engine by
1.9.4