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:gbm_create_device
(Results
1 - 7
of
7
) sorted by relevance
/third_party/mesa3d/src/gbm/main/
H
A
D
gbm.c
90
* \param gbm The gbm device returned from
gbm_create_device
()
107
* \param gbm The device created using
gbm_create_device
()
128
gbm_create_device
(int fd)
in gbm_create_device()
function
142
gbm->dummy =
gbm_create_device
;
in gbm_create_device()
475
* \param gbm The gbm device returned from
gbm_create_device
()
568
* \param gbm The gbm device returned from
gbm_create_device
()
647
* \param gbm The gbm device returned from
gbm_create_device
()
H
A
D
gbm.h
280
gbm_create_device
(int fd);
/third_party/mesa3d/src/gallium/drivers/radeonsi/glsl_tests/
H
A
D
amdgcn_glslc.c
81
struct gbm_device *gbm =
gbm_create_device
(fd);
in create_gl_core_context()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/gbm/
H
A
D
DisplayGbm.cpp
410
mGBM =
gbm_create_device
(fd);
in hasUsableScreen()
456
mGBM =
gbm_create_device
(fd);
in initialize()
/third_party/mesa3d/src/egl/main/
H
A
D
egldisplay.c
153
if (first_pointer ==
gbm_create_device
)
in _eglNativePlatformDetectNativeDisplay()
/third_party/mesa3d/src/egl/drivers/dri2/
H
A
D
platform_drm.c
703
gbm =
gbm_create_device
(dri2_dpy->fd);
in dri2_initialize_drm()
/third_party/skia/third_party/externals/dawn/src/tests/white_box/
H
A
D
VulkanImageWrappingTestsDmaBuf.cpp
97
gbm_device* gbmDevice =
gbm_create_device
(renderNodeFd);
in CreateGbmDevice()
Completed in 9 milliseconds