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:global_alpha
(Results
1 - 9
of
9
) sorted by relevance
/third_party/mesa3d/src/gallium/frontends/va/
H
A
D
postproc.c
167
context->desc.vidproc.blend.
global_alpha
= param->blend_state->
global_alpha
;
in vlVaVidEngineBlit()
H
A
D
subpicture.c
161
vlVaSetSubpictureGlobalAlpha(VADriverContextP ctx, VASubpictureID subpicture, float
global_alpha
)
in vlVaSetSubpictureGlobalAlpha()
argument
H
A
D
va_private.h
403
VAStatus vlVaSetSubpictureGlobalAlpha(VADriverContextP ctx, VASubpictureID subpicture, float
global_alpha
);
/third_party/mesa3d/src/gallium/drivers/d3d12/
H
A
D
d3d12_video_proc.cpp
168
debug_printf("d3d12_video_processor_process_frame: Requested alpha blend mode %d global alpha: %f \n", process_properties->blend.mode, process_properties->blend.
global_alpha
);
in d3d12_video_processor_process_frame()
228
process_properties->blend.
global_alpha
in d3d12_video_processor_process_frame()
/third_party/ltp/testcases/kernel/device-drivers/v4l/user_space/
H
A
D
test_VIDIOC_FMT.c
273
".
global_alpha
= %u "
in do_get_formats()
285
format.fmt.win.
global_alpha
);
in do_get_formats()
308
//CU_ASSERT_EQUAL(format.fmt.win.
global_alpha
???);
in do_get_formats()
950
".bitmap = %p, " ".
global_alpha
= %u "
in do_set_formats_enum()
961
format_max.fmt.win.
global_alpha
);
in do_set_formats_enum()
987
//CU_ASSERT_EQUAL(format.fmt.win.
global_alpha
???);
in do_set_formats_enum()
1012
".bitmap = %p, " ".
global_alpha
= %u "
in do_set_formats_enum()
1023
format_min.fmt.win.
global_alpha
);
in do_set_formats_enum()
1049
//CU_ASSERT_EQUAL(format.fmt.win.
global_alpha
???);
in do_set_formats_enum()
/third_party/ffmpeg/libavfilter/
H
A
D
vf_overlay_vaapi.c
279
blend_state.
global_alpha
= ctx->alpha;
in overlay_vaapi_blend()
/third_party/glfw/deps/
H
A
D
nuklear_glfw_gl2.h
147
config.
global_alpha
= 1.0f;
in nk_glfw3_render()
H
A
D
nuklear.h
1111
/// cfg.
global_alpha
= 1.0f;
1156
float
global_alpha
; /* global alpha value */
member
9635
color.a = (nk_byte)((float)color.a * list->config.
global_alpha
);
in nk_draw_list_stroke_poly_line()
9644
color.a = (nk_byte)((float)color.a * list->config.
global_alpha
);
in nk_draw_list_stroke_poly_line()
9880
color.a = (nk_byte)((float)color.a * list->config.
global_alpha
);
in nk_draw_list_fill_poly_convex()
10362
fg.a = (nk_byte)((float)fg.a * list->config.
global_alpha
);
in nk_draw_list_add_text()
/third_party/mesa3d/src/gallium/include/pipe/
H
A
D
p_video_state.h
972
float
global_alpha
;
member
Completed in 57 milliseconds