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
defs:rgbx
(Results
1 - 7
of
7
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
sheervideodata.h
109
static const SheerTable
rgbx
[2] = {
variable
/third_party/skia/third_party/externals/libwebp/src/dsp/
H
A
D
alpha_processing_neon.c
46
uint32_t* const
rgbx
= (uint32_t*)rgba;
in ApplyAlphaMultiply_NEON()
local
H
A
D
alpha_processing_sse2.c
185
uint32_t* const
rgbx
= (uint32_t*)rgba;
in ApplyAlphaMultiply_SSE2()
local
H
A
D
yuv_sse41.c
540
RGBA32PackedToPlanar_16b_SSE41( const uint16_t* const
rgbx
, __m128i* const r, __m128i* const g, __m128i* const b)
RGBA32PackedToPlanar_16b_SSE41()
argument
H
A
D
yuv_sse2.c
694
RGBA32PackedToPlanar_16b_SSE2( const uint16_t* const
rgbx
, __m128i* const r, __m128i* const g, __m128i* const b)
RGBA32PackedToPlanar_16b_SSE2()
argument
/third_party/mesa3d/src/intel/isl/
H
A
D
isl_format.c
1172
isl_format_rgbx_to_rgba(enum isl_format
rgbx
)
in isl_format_rgbx_to_rgba()
argument
/third_party/mesa3d/src/intel/vulkan/
H
A
D
anv_formats.c
513
enum isl_format
rgbx
= isl_format_rgb_to_rgbx(plane_format.isl_format);
in anv_get_format_plane()
local
Completed in 11 milliseconds