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:alphaShift
(Results
1 - 6
of
6
) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
H
A
D
copyvertex.inc.h
497
const size_t
alphaShift
= 30; // Alpha is the 30 and 31 bits
in CopyXYZ10W2ToXYZWFloatVertexData()
local
511
(packedValue >>
alphaShift
) & alphaMask, offsetOutput + (3 * outputComponentSize));
in CopyXYZ10W2ToXYZWFloatVertexData()
562
const size_t
alphaShift
= 0; // Alpha is the 30 and 31 bits
in CopyW2XYZ10ToXYZWFloatVertexData()
local
576
(packedValue >>
alphaShift
) & alphaMask, offsetOutput + (3 * outputComponentSize));
in CopyW2XYZ10ToXYZWFloatVertexData()
/third_party/mesa3d/src/mesa/main/
H
A
D
glconfig.h
19
GLint redShift, greenShift, blueShift,
alphaShift
;
member
/third_party/mesa3d/src/glx/
H
A
D
glxconfig.h
41
GLuint redShift, greenShift, blueShift,
alphaShift
;
member
/third_party/mesa3d/src/gallium/frontends/dri/
H
A
D
dri_screen.c
311
modes->
alphaShift
= shifts[3];
in driCreateConfigs()
607
if (mode->
alphaShift
> -1) {
in dri_fill_st_visual()
608
assert(mode->
alphaShift
== 48);
in dri_fill_st_visual()
H
A
D
dri_util.c
359
__ATTRIB(__DRI_ATTRIB_ALPHA_SHIFT,
alphaShift
);
in driGetConfigAttribIndex()
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H
A
D
RobustResourceInitTest.cpp
99
int
alphaShift
= (yy % 2) * 12 + xx * 3;
in UncompressDXTBlock()
local
100
uint8_t alphaCode = static_cast<uint8_t>((alphaBits >>
alphaShift
) & 0x7);
in UncompressDXTBlock()
Completed in 8 milliseconds