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:visualType
(Results
1 - 7
of
7
) sorted by relevance
/third_party/mesa3d/src/glx/
H
A
D
glxconfig.h
55
GLint
visualType
; /**< One of the GLX X visual types. (i.e.,
member
107
extern GLint _gl_convert_from_x_visual_type(int
visualType
);
H
A
D
glxconfig.c
127
*value_return = mode->
visualType
;
in glx_config_get()
238
(*next)->
visualType
= GLX_DONT_CARE;
in glx_config_create_list()
H
A
D
glxext.c
390
convert_from_x_visual_type(int
visualType
)
in convert_from_x_visual_type()
argument
401
if (
visualType
< ARRAY_SIZE(glx_visual_types))
in convert_from_x_visual_type()
402
return glx_visual_types[
visualType
];
in convert_from_x_visual_type()
422
config->
visualType
= convert_from_x_visual_type(*bp++);
in __glXInitializeVisualConfigFromTags()
522
config->
visualType
= *bp++;
in __glXInitializeVisualConfigFromTags()
H
A
D
glxcmds.c
934
config->
visualType
= GLX_DONT_CARE;
in init_fbconfig_for_chooser()
1003
MATCH_DONT_CARE(
visualType
);
in fbconfigs_compatible()
1167
PREFER_SMALLER(
visualType
);
in fbconfig_compare()
/third_party/mesa3d/src/gallium/frontends/glx/xlib/
H
A
D
xm_api.c
657
const int xclass = v->
visualType
;
in initialize_visual_and_buffer()
693
* \param
visualType
X visual type (i.e., \c TrueColor, \c StaticGray, etc.)
695
* \return If \c
visualType
is a valid X visual type, a GLX visual type will
703
xmesa_convert_from_x_visual_type( int
visualType
)
in xmesa_convert_from_x_visual_type()
711
return ( (unsigned)
visualType
< NUM_VISUAL_TYPES )
in xmesa_convert_from_x_visual_type()
712
? glx_visual_types[
visualType
] : GLX_NONE;
in xmesa_convert_from_x_visual_type()
808
v->
visualType
= xmesa_convert_from_x_visual_type(visinfo->class);
in XMesaCreateVisual()
810
v->
visualType
= xmesa_convert_from_x_visual_type(visinfo->c_class);
in XMesaCreateVisual()
819
const int xclass = v->
visualType
;
in XMesaCreateVisual()
H
A
D
xm_api.h
290
int screen, visualID,
visualType
;
member
/third_party/vk-gl-cts/framework/platform/lnx/X11/
H
A
D
tcuLnxX11GlxPlatform.cpp
616
int
visualType
= visual.getAttrib(GLX_X_VISUAL_TYPE);
in configRank()
local
617
rank.add(1,
visualType
== GLX_TRUE_COLOR ||
visualType
== GLX_DIRECT_COLOR);
in configRank()
Completed in 9 milliseconds