Flutter Engine
The Flutter Engine
impeller
core
sampler.cc
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
#include "
impeller/core/sampler.h
"
6
7
namespace
impeller
{
8
9
Sampler::Sampler
(
SamplerDescriptor
desc
) : desc_(
std
::move(
desc
)) {}
10
11
Sampler::~Sampler
() =
default
;
12
13
const
SamplerDescriptor
&
Sampler::GetDescriptor
()
const
{
14
return
desc_
;
15
}
16
17
}
// namespace impeller
impeller::Sampler::Sampler
Sampler(SamplerDescriptor desc)
Definition:
sampler.cc:9
impeller::Sampler::~Sampler
virtual ~Sampler()
impeller::Sampler::GetDescriptor
const SamplerDescriptor & GetDescriptor() const
Definition:
sampler.cc:13
impeller::Sampler::desc_
SamplerDescriptor desc_
Definition:
sampler.h:22
sampler.h
impeller
Definition:
texture.h:18
import_conformance_tests.desc
desc
Definition:
import_conformance_tests.py:63
std
Definition:
ref_ptr.h:256
impeller::SamplerDescriptor
Definition:
sampler_descriptor.h:15
Generated on Sun Jun 23 2024 21:54:59 for Flutter Engine by
1.9.4