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:sRGBCapable
(Results
1 - 10
of
10
) sorted by relevance
/third_party/mesa3d/src/gallium/frontends/dri/
H
A
D
dri_screen.c
334
modes->
sRGBCapable
= is_srgb;
in driCreateConfigs()
636
stvis->color_format = mode->
sRGBCapable
?
in dri_fill_st_visual()
640
stvis->color_format = mode->
sRGBCapable
?
in dri_fill_st_visual()
649
stvis->color_format = mode->
sRGBCapable
?
in dri_fill_st_visual()
653
stvis->color_format = mode->
sRGBCapable
?
in dri_fill_st_visual()
H
A
D
dri_util.c
352
__ATTRIB(__DRI_ATTRIB_FRAMEBUFFER_SRGB_CAPABLE,
sRGBCapable
);
in driGetConfigAttribIndex()
/third_party/mesa3d/src/mesa/main/
H
A
D
glconfig.h
33
GLint
sRGBCapable
;
member
H
A
D
framebuffer.c
442
fb->Visual.
sRGBCapable
= ctx->Extensions.EXT_sRGB;
in _mesa_update_framebuffer_visual()
/third_party/mesa3d/src/glx/
H
A
D
glxconfig.c
190
*value_return = mode->
sRGBCapable
;
in glx_config_get()
254
(*next)->
sRGBCapable
= GL_FALSE;
in glx_config_create_list()
H
A
D
glxconfig.h
101
GLint
sRGBCapable
;
member
H
A
D
dri_common.c
124
__ATTRIB(__DRI_ATTRIB_FRAMEBUFFER_SRGB_CAPABLE,
sRGBCapable
)
H
A
D
glxext.c
623
config->
sRGBCapable
= *bp++;
in __glXInitializeVisualConfigFromTags()
H
A
D
glxcmds.c
957
config->
sRGBCapable
= GLX_DONT_CARE;
in init_fbconfig_for_chooser()
1032
MATCH_DONT_CARE(
sRGBCapable
);
in fbconfigs_compatible()
/third_party/mesa3d/src/mesa/state_tracker/
H
A
D
st_manager.c
546
mode->
sRGBCapable
= util_format_is_srgb(visual->color_format);
in st_visual_to_context_mode()
631
mode.
sRGBCapable
= GL_TRUE;
in st_framebuffer_create()
1393
stfb->Visual.
sRGBCapable
))
in st_manager_add_color_renderbuffer()
Completed in 13 milliseconds