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:rgbBits
(Results
1 - 12
of
12
) sorted by relevance
/third_party/mesa3d/src/mesa/main/
H
A
D
glconfig.h
20
GLint
rgbBits
; /* total bits for rgb */
member
H
A
D
framebuffer.c
439
fb->Visual.
rgbBits
= fb->Visual.redBits + fb->Visual.greenBits +
in _mesa_update_framebuffer_visual()
/third_party/mesa3d/src/glx/
H
A
D
glxconfig.h
42
GLint
rgbBits
; /* total bits for rgb */
member
H
A
D
glxconfig.c
59
*value_return = mode->
rgbBits
;
in glx_config_get()
H
A
D
glxext.c
438
config->
rgbBits
= *bp++;
in __glXInitializeVisualConfigFromTags()
474
config->
rgbBits
= *bp++;
in __glXInitializeVisualConfigFromTags()
H
A
D
dri_common.c
102
__ATTRIB(__DRI_ATTRIB_BUFFER_SIZE,
rgbBits
),
H
A
D
glxcmds.c
1009
MATCH_MINIMUM(
rgbBits
);
in fbconfigs_compatible()
1143
PREFER_SMALLER(
rgbBits
);
in fbconfig_compare()
/third_party/skia/tests/
H
A
D
ReadWritePixelsGpuTest.cpp
314
int
rgbBits
= std::min({min_rgb_channel_bits(readCT), min_rgb_channel_bits(srcCT), 8});
in gpu_read_pixels_test_driver()
315
float tol = numer / (1 <<
rgbBits
);
in gpu_read_pixels_test_driver()
881
int
rgbBits
= std::min({min_rgb_channel_bits(writeCT), min_rgb_channel_bits(dstCT), 8});
in gpu_write_pixels_test_driver()
882
float tol = 2.f/(1 <<
rgbBits
);
in gpu_write_pixels_test_driver()
1208
int
rgbBits
= std::min(min_rgb_channel_bits(skCT), 8);
in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
local
1209
float rgbTol = 2.f / ((1 <<
rgbBits
) - 1);
in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
/third_party/mesa3d/src/gallium/frontends/dri/
H
A
D
dri_screen.c
312
modes->
rgbBits
= modes->redBits + modes->greenBits
in driCreateConfigs()
H
A
D
dri_util.c
264
__ATTRIB(__DRI_ATTRIB_BUFFER_SIZE,
rgbBits
);
in driGetConfigAttribIndex()
/third_party/mesa3d/src/gallium/frontends/glx/xlib/
H
A
D
xm_api.c
851
vis->
rgbBits
= red_bits + green_bits + blue_bits;
in XMesaCreateVisual()
/third_party/mesa3d/src/mesa/state_tracker/
H
A
D
st_manager.c
544
mode->
rgbBits
= mode->redBits +
in st_visual_to_context_mode()
Completed in 15 milliseconds