Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:TextureSampler
(Results
1 - 12
of
12
) sorted by relevance
/third_party/skia/src/gpu/
H
A
D
GrGeometryProcessor.h
61
class
TextureSampler
;
167
const
TextureSampler
& textureSampler(int index) const;
257
static const
TextureSampler
& IthTextureSampler(int i, const
TextureSampler
& samp0,
in IthTextureSampler()
261
inline static const
TextureSampler
& IthTextureSampler(int i);
264
virtual const
TextureSampler
& onTextureSampler(int) const { return IthTextureSampler(0); }
in onTextureSampler()
490
class GrGeometryProcessor::
TextureSampler
{
class in GrGeometryProcessor
492
TextureSampler
() = default;
494
TextureSampler
(GrSamplerState, const GrBackendFormat&, const GrSwizzle&);
496
TextureSampler
(cons
[all...]
H
A
D
GrGeometryProcessor.cpp
21
const GrGeometryProcessor::
TextureSampler
& GrGeometryProcessor::textureSampler(int i) const {
in textureSampler()
46
GrGeometryProcessor::
TextureSampler
::
TextureSampler
(GrSamplerState samplerState,
in TextureSampler()
function in GrGeometryProcessor::TextureSampler
52
void GrGeometryProcessor::
TextureSampler
::reset(GrSamplerState samplerState,
in reset()
H
A
D
GrProgramDesc.cpp
63
const GrGeometryProcessor::
TextureSampler
& sampler = geomProc.textureSampler(i);
in add_geomproc_sampler_keys()
/third_party/skia/src/gpu/effects/
H
A
D
GrDistanceFieldGeoProc.h
118
const
TextureSampler
& onTextureSampler(int i) const override { return fTextureSamplers[i]; }
120
TextureSampler
fTextureSamplers[kMaxTextures];
184
const
TextureSampler
& onTextureSampler(int i) const override { return fTextureSamplers[i]; }
187
TextureSampler
fTextureSamplers[kMaxTextures];
262
const
TextureSampler
& onTextureSampler(int i) const override { return fTextureSamplers[i]; }
264
TextureSampler
fTextureSamplers[kMaxTextures];
H
A
D
GrShadowGeoProc.h
48
const
TextureSampler
& onTextureSampler(int i) const override { return fLUTTextureSampler; }
51
TextureSampler
fLUTTextureSampler;
H
A
D
GrBitmapTextGeoProc.h
69
const
TextureSampler
& onTextureSampler(int i) const override { return fTextureSamplers[i]; }
75
TextureSampler
fTextureSamplers[kMaxTextures];
/third_party/skia/src/gpu/ops/
H
A
D
DrawAtlasPathOp.cpp
65
const
TextureSampler
& onTextureSampler(int) const override { return fAtlasAccess; }
70
TextureSampler
fAtlasAccess;
H
A
D
LatticeOp.cpp
123
const
TextureSampler
& onTextureSampler(int) const override { return fSampler; }
131
TextureSampler
fSampler;
H
A
D
QuadPerEdgeAA.cpp
919
const
TextureSampler
& onTextureSampler(int) const override { return fSampler; }
938
TextureSampler
fSampler;
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H
A
D
vk_helpers.h
1450
TextureSampler
,
member in rx::vk::RenderPassUsage
H
A
D
ContextVk.cpp
1701
image.setRenderPassUsageFlag(vk::RenderPassUsage::
TextureSampler
);
in handleDirtyTexturesImpl()
H
A
D
vk_helpers.cpp
5023
mRenderPassUsageFlags[RenderPassUsage::
TextureSampler
];
in usedByCurrentRenderPassAsAttachmentAndSampler()
Completed in 33 milliseconds