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:isCapable
(Results
1 - 10
of
10
) sorted by relevance
/third_party/mesa3d/src/glx/windows/
H
A
D
xwindowsdri.c
138
XWindowsDRIQueryDirectRenderingCapable(dpy, screen,
isCapable
)
in XWindowsDRIQueryDirectRenderingCapable()
141
Bool *
isCapable
;
161
*
isCapable
= rep.
isCapable
;
H
A
D
xwindowsdri.h
50
Bool *
isCapable
);
H
A
D
windowsdristr.h
74
BOOL
isCapable
;
member
/third_party/libdrm/tests/ttmtest/src/
H
A
D
ttmtest.c
350
int ret, screen,
isCapable
;
in main()
local
366
&
isCapable
);
in main()
367
if (!ret || !
isCapable
) {
in main()
H
A
D
xf86dri.c
147
uniDRIQueryDirectRenderingCapable(dpy, screen,
isCapable
)
in uniDRIQueryDirectRenderingCapable()
150
Bool *
isCapable
;
170
*
isCapable
= rep.
isCapable
;
H
A
D
xf86dri.h
76
Bool *
isCapable
);
H
A
D
xf86dristr.h
100
BOOL
isCapable
;
member
/third_party/mesa3d/src/glx/apple/
H
A
D
appledri.c
182
XAppleDRIQueryDirectRenderingCapable(dpy, screen,
isCapable
)
in XAppleDRIQueryDirectRenderingCapable()
185
Bool *
isCapable
;
205
*
isCapable
= rep.
isCapable
;
H
A
D
appledri.h
95
Bool *
isCapable
);
H
A
D
appledristr.h
88
BOOL
isCapable
;
member
Completed in 6 milliseconds