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:isSRGBformat
(Results
1 - 10
of
10
) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H
A
D
VkFormat.hpp
45
bool
isSRGBformat
() const;
H
A
D
VkFormat.cpp
52
return
isSRGBformat
();
in isUnsignedNormalized()
312
bool Format::
isSRGBformat
() const
in isSRGBformat()
function in vk::Format
/third_party/skia/third_party/externals/swiftshader/src/Device/
H
A
D
Blitter.cpp
1447
bool srcSRGB = state.sourceFormat.
isSRGBformat
();
in ApplyScaleAndClamp()
1448
bool dstSRGB = state.destFormat.
isSRGBformat
();
in ApplyScaleAndClamp()
1541
if(state.allowSRGBConversion && state.sourceFormat.
isSRGBformat
()) // sRGB -> RGB
in sample()
1552
if(state.allowSRGBConversion && state.sourceFormat.
isSRGBformat
()) // sRGB -> RGB
in sample()
1611
if(state.allowSRGBConversion && state.sourceFormat.
isSRGBformat
()) // sRGB -> RGB
in sample()
1650
if(state.allowSRGBConversion && state.sourceFormat.
isSRGBformat
()) // sRGB -> RGB
in sample()
1885
(srcFormat.
isSRGBformat
() != dstFormat.
isSRGBformat
());
in blit()
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
H
A
D
Sampler.cpp
99
state.sRGB = (sRGB && Surface::isSRGBreadable(externalTextureFormat)) || Surface::
isSRGBformat
(internalTextureFormat);
in samplerState()
H
A
D
Surface.hpp
349
static bool
isSRGBformat
(Format format);
H
A
D
Blitter.cpp
1112
bool srcSRGB = Surface::
isSRGBformat
(state.sourceFormat);
in ApplyScaleAndClamp()
1113
bool dstSRGB = Surface::
isSRGBformat
(state.destFormat);
in ApplyScaleAndClamp()
1351
if(state.convertSRGB && Surface::
isSRGBformat
(state.sourceFormat)) // sRGB -> RGB
in generate()
H
A
D
Surface.cpp
81
if(
isSRGBformat
(format))
in write()
1050
if(
isSRGBformat
(format))
in read()
2864
bool Surface::
isSRGBformat
(Format format)
in isSRGBformat()
function in sw::Surface
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H
A
D
SamplerCore.cpp
1708
if(state.textureFormat.
isSRGBformat
())
in sampleTexel()
H
A
D
PixelRoutine.cpp
938
return vk::Format(state.colorFormat[index]).
isSRGBformat
();
in isSRGB()
/third_party/skia/third_party/externals/swiftshader/src/Shader/
H
A
D
PixelRoutine.cpp
995
return Surface::
isSRGBformat
(state.targetFormat[index]);
in isSRGB()
Completed in 26 milliseconds