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:default_alpha
(Results
1 - 3
of
3
) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
H
A
D
gen_mtl_format_table.py
153
this->defaultAlpha = {
default_alpha
};
173
this->defaultAlpha = {
default_alpha
};
202
default_alpha
= '1'
205
default_alpha
= '0'
207
default_alpha
= 'gl::Float16One'
209
default_alpha
= 'gl::Float32One'
211
default_alpha
= 'std::numeric_limits<%s>::max()' % (src_gl_type)
214
default_alpha
),
default_alpha
, "true"
491
copy_function,
default_alpha
, same_gl_typ
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
H
A
D
angle_format.py
272
default_alpha
= '1'
275
default_alpha
= '0'
277
default_alpha
= 'gl::Float16One'
279
default_alpha
= 'gl::Float32One'
281
default_alpha
= 'std::numeric_limits<%s>::max()' % (src_gl_type)
284
dst_num_channel,
default_alpha
)
/third_party/astc-encoder/Source/
H
A
D
astcenc_internal.h
871
float
default_alpha
= this->get_default_alpha();
in is_luminance()
local
872
bool alpha1 = (this->data_min.lane<3>() ==
default_alpha
) &&
in is_luminance()
873
(this->data_max.lane<3>() ==
default_alpha
);
in is_luminance()
884
float
default_alpha
= this->get_default_alpha();
in is_luminancealpha()
local
885
bool alpha1 = (this->data_min.lane<3>() ==
default_alpha
) &&
in is_luminancealpha()
886
(this->data_max.lane<3>() ==
default_alpha
);
in is_luminancealpha()
Completed in 4 milliseconds