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:outUsage
(Results
1 - 5
of
5
) sorted by relevance
/device/soc/rockchip/common/hardware/display/src/display_gralloc/
H
A
D
display_gralloc_gbm.c
219
uint64_t
outUsage
= GBM_BO_USE_TEXTURING;
in ConvertUsageToGbm()
local
221
outUsage
|= GBM_BO_USE_SW_READ_OFTEN;
in ConvertUsageToGbm()
224
outUsage
|= GBM_BO_USE_SW_WRITE_OFTEN;
in ConvertUsageToGbm()
226
DISPLAY_DEBUGLOG("
outUsage
0x%{public}" PRIx64 "",
outUsage
);
in ConvertUsageToGbm()
227
return
outUsage
;
in ConvertUsageToGbm()
/device/soc/rockchip/rk3399/hardware/display/src/display_gralloc/
H
A
D
display_gralloc_gbm.c
181
uint64_t
outUsage
= GBM_BO_USE_TEXTURING;
in ConvertUsageToGbm()
local
183
outUsage
|= GBM_BO_USE_SW_READ_OFTEN;
in ConvertUsageToGbm()
186
outUsage
|= GBM_BO_USE_SW_WRITE_OFTEN;
in ConvertUsageToGbm()
188
DISPLAY_DEBUGLOG("
outUsage
0x%{public}" PRIx64 "",
outUsage
);
in ConvertUsageToGbm()
189
return
outUsage
;
in ConvertUsageToGbm()
/device/soc/rockchip/rk3566/hardware/display/src/display_gralloc/
H
A
D
display_gralloc_gbm.cpp
178
uint64_t
outUsage
= GBM_BO_USE_TEXTURING;
in ConvertUsageToGbm()
local
180
outUsage
|= GBM_BO_USE_SW_READ_OFTEN;
in ConvertUsageToGbm()
183
outUsage
|= GBM_BO_USE_SW_WRITE_OFTEN;
in ConvertUsageToGbm()
185
DISPLAY_LOGD("
outUsage
0x%{public}" PRIx64 "",
outUsage
);
in ConvertUsageToGbm()
186
return
outUsage
;
in ConvertUsageToGbm()
/device/soc/rockchip/rk3568/hardware/display/src/display_gralloc/
H
A
D
display_gralloc_gbm.cpp
178
uint64_t
outUsage
= GBM_BO_USE_TEXTURING;
in ConvertUsageToGbm()
local
180
outUsage
|= GBM_BO_USE_SW_READ_OFTEN;
in ConvertUsageToGbm()
183
outUsage
|= GBM_BO_USE_SW_WRITE_OFTEN;
in ConvertUsageToGbm()
185
DISPLAY_LOGD("
outUsage
0x%{public}" PRIx64 "",
outUsage
);
in ConvertUsageToGbm()
186
return
outUsage
;
in ConvertUsageToGbm()
/device/soc/rockchip/rk3588/hardware/display/src/display_gralloc/
H
A
D
display_gralloc_gbm.cpp
178
uint64_t
outUsage
= GBM_BO_USE_TEXTURING;
in ConvertUsageToGbm()
local
180
outUsage
|= GBM_BO_USE_SW_READ_OFTEN;
in ConvertUsageToGbm()
183
outUsage
|= GBM_BO_USE_SW_WRITE_OFTEN;
in ConvertUsageToGbm()
185
DISPLAY_LOGD("
outUsage
0x%{public}" PRIx64 "",
outUsage
);
in ConvertUsageToGbm()
186
return
outUsage
;
in ConvertUsageToGbm()
Completed in 4 milliseconds