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:FILTER_POINT
(Results
1 - 9
of
9
) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H
A
D
SpirvShaderSampling.cpp
275
return
FILTER_POINT
;
in convertFilterMode()
294
case VK_FILTER_NEAREST: return
FILTER_POINT
;
in convertFilterMode()
298
return
FILTER_POINT
;
in convertFilterMode()
308
return
FILTER_POINT
;
in convertFilterMode()
316
return
FILTER_POINT
;
in convertFilterMode()
H
A
D
SamplerCore.cpp
141
bool force32BitFiltering = state.highPrecisionFiltering && !isYcbcrFormat() && (state.textureFilter !=
FILTER_POINT
);
in sampleTexture()
465
if(state.textureFilter ==
FILTER_POINT
)
in sampleQuad2D()
666
if(state.textureFilter ==
FILTER_POINT
)
in sample3D()
937
if(state.textureFilter ==
FILTER_POINT
|| (function == Fetch))
in sampleFloat2D()
1011
if(state.textureFilter ==
FILTER_POINT
|| (function == Fetch))
in sampleFloat3D()
2168
if(state.textureFilter ==
FILTER_POINT
)
in computeFilterOffset()
2369
if(state.textureFilter ==
FILTER_POINT
)
in address()
2437
else if(state.textureFilter !=
FILTER_POINT
)
in address()
/third_party/skia/third_party/externals/swiftshader/src/Device/
H
A
D
Sampler.hpp
57
FILTER_POINT
,
enumerator
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
H
A
D
Sampler.hpp
82
FILTER_POINT
,
enumerator
H
A
D
Sampler.cpp
448
return
FILTER_POINT
;
in getTextureFilter()
H
A
D
Renderer.cpp
2876
case 0: Sampler::setFilterQuality(
FILTER_POINT
); break;
/third_party/skia/third_party/externals/swiftshader/src/Shader/
H
A
D
SamplerCore.cpp
298
bool forceFloatFiltering = state.highPrecisionFiltering && !hasYuvFormat() && (state.textureFilter !=
FILTER_POINT
);
in sampleTexture()
758
if(state.textureFilter ==
FILTER_POINT
|| texelFetch)
in sampleQuad2D()
953
if(state.textureFilter ==
FILTER_POINT
|| texelFetch)
in sample3D()
1237
if(state.textureFilter ==
FILTER_POINT
|| (function == Fetch))
in sampleFloat2D()
1303
if(state.textureFilter ==
FILTER_POINT
|| (function == Fetch))
in sampleFloat3D()
2280
if(state.textureFilter ==
FILTER_POINT
)
in computeFilterOffset()
2414
if(state.textureFilter ==
FILTER_POINT
||
in address()
2469
else if(state.textureFilter !=
FILTER_POINT
)
in address()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H
A
D
Device.cpp
104
setTextureFilter(sw::SAMPLER_PIXEL, i,
FILTER_POINT
);
in Device()
115
setTextureFilter(sw::SAMPLER_VERTEX, i,
FILTER_POINT
);
in Device()
H
A
D
utilities.cpp
2237
return (magFilter == GL_NEAREST) ? sw::
FILTER_POINT
: sw::FILTER_MIN_POINT_MAG_LINEAR;
in ConvertTextureFilter()
2244
return sw::
FILTER_POINT
;
in ConvertTextureFilter()
Completed in 17 milliseconds