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:GLX_NONE
(Results
1 - 14
of
14
) sorted by relevance
/third_party/mesa3d/src/glx/
H
A
D
glxconfig.c
239
(*next)->visualRating =
GLX_NONE
;
in glx_config_create_list()
240
(*next)->transparentPixel =
GLX_NONE
;
in glx_config_create_list()
H
A
D
dri_common.c
204
glxValue =
GLX_NONE
;
in driConfigEqual()
206
if (config->visualRating ==
GLX_NONE
) {
in driConfigEqual()
H
A
D
glxcmds.c
946
config->transparentPixel =
GLX_NONE
;
in init_fbconfig_for_chooser()
1036
* visuals with a "transparent type" of 0 when they really mean
GLX_NONE
.
in fbconfigs_compatible()
1040
* from the app as GLX_DONT_CARE. We'll consider
GLX_NONE
from the app and
in fbconfigs_compatible()
1046
if (a->transparentPixel ==
GLX_NONE
) {
in fbconfigs_compatible()
1047
if (b->transparentPixel !=
GLX_NONE
&& b->transparentPixel != 0)
in fbconfigs_compatible()
1129
/* The sort order for the visualRating is
GLX_NONE
, GLX_SLOW, and
in fbconfig_compare()
H
A
D
glxext.c
404
return
GLX_NONE
;
in convert_from_x_visual_type()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/glx/
H
A
D
platform_glx.h
66
# define
GLX_NONE
0x8000
macro
H
A
D
DisplayGLX.cpp
215
GLX_X_RENDERABLE, True, GLX_CONFIG_CAVEAT,
GLX_NONE
, None};
in initialize()
/third_party/mesa3d/src/gallium/frontends/dri/
H
A
D
dri_util.c
250
#define
GLX_NONE
0x8000
macro
309
*value =
GLX_NONE
;
in driGetConfigAttribIndex()
/third_party/mesa3d/include/GL/
H
A
D
glx.h
114
#define
GLX_NONE
0x8000
macro
H
A
D
glxext.h
77
#define
GLX_NONE
0x8000
macro
/third_party/vk-gl-cts/framework/platform/lnx/X11/
H
A
D
tcuLnxX11GlxPlatform.cpp
583
rank.add(1, visual.getAttrib(GLX_TRANSPARENT_TYPE) ==
GLX_NONE
);
in configRank()
/third_party/mesa3d/src/gallium/frontends/glx/xlib/
H
A
D
xm_api.c
696
* be returned. Otherwise \c
GLX_NONE
will be returned.
712
? glx_visual_types[ visualType ] :
GLX_NONE
;
in xmesa_convert_from_x_visual_type()
741
* visualCaveat - ala the GLX extension, usually
GLX_NONE
/third_party/openGLES/api/GL/
H
A
D
glxext.h
58
#define
GLX_NONE
0x8000
macro
/third_party/skia/third_party/externals/swiftshader/include/GL/
H
A
D
glxext.h
77
#define
GLX_NONE
0x8000
macro
/third_party/skia/third_party/externals/opengl-registry/api/GL/
H
A
D
glxext.h
77
#define
GLX_NONE
0x8000
macro
Completed in 23 milliseconds