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_core
(Results
1 - 6
of
6
) sorted by relevance
/third_party/mesa3d/src/gbm/main/
H
A
D
gbmint.h
47
extern struct
gbm_core
gbm_core
;
H
A
D
gbm_backend_abi.h
285
struct
gbm_core
{
struct
303
typedef const struct gbm_backend *(*GBM_GET_BACKEND_PROC_PTR)(const struct
gbm_core
*
gbm_core
);
H
A
D
gbm_abi_check.c
224
typedef const struct gbm_backend *(*GBM_GET_BACKEND_PROC_PTR_abi0)(const struct
gbm_core
*
gbm_core
);
413
/* Check current
gbm_core
ABI against gbm_core_abi0 */
in main()
414
CHECK_MEMBER_CURRENT_NO_TYPE(
gbm_core
, _abi0, v0);
in main()
420
CHECK_SIZE_CURRENT (
gbm_core
, _abi0);
in main()
H
A
D
backend.c
127
gbm_backend = get_backend(&
gbm_core
);
in load_backend()
H
A
D
gbm.c
834
struct
gbm_core
gbm_core
= {
variable
/third_party/mesa3d/src/gbm/backends/dri/
H
A
D
gbm_dri.c
639
gbm_format =
gbm_core
.v0.format_canonicalize(gbm_format);
in gbm_format_to_dri_format()
670
format =
gbm_core
.v0.format_canonicalize(format);
in gbm_dri_is_format_supported()
707
format =
gbm_core
.v0.format_canonicalize(format);
in gbm_dri_get_format_modifier_plane_count()
1055
fourcc =
gbm_core
.v0.format_canonicalize(fd_data->format);
in gbm_dri_bo_import()
1088
fourcc =
gbm_core
.v0.format_canonicalize(fd_data->format);
in gbm_dri_bo_import()
1219
format =
gbm_core
.v0.format_canonicalize(format);
in gbm_dri_bo_create()
1380
surf->base.v0.format =
gbm_core
.v0.format_canonicalize(format);
in gbm_dri_surface_create()
1443
assert(
gbm_core
.v0.core_version == GBM_BACKEND_ABI_VERSION);
in dri_device_create()
1444
assert(
gbm_core
.v0.core_version == gbm_backend_version);
in dri_device_create()
Completed in 6 milliseconds