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:tmp_img
(Results
1 - 1
of
1
) sorted by relevance
/third_party/libdrm/tests/exynos/
H
A
D
exynos_fimg2d_test.c
329
struct g2d_image img = {0},
tmp_img
= {0};
in g2d_move_test()
local
369
tmp_img
.bo[0] = tmp->handle;
in g2d_move_test()
372
tmp_img
.user_ptr[0].userptr = (unsigned long)checkerboard;
in g2d_move_test()
373
tmp_img
.user_ptr[0].size = img_w * img_h * 4;
in g2d_move_test()
392
tmp_img
.width = img_w;
in g2d_move_test()
393
tmp_img
.height = img_h;
in g2d_move_test()
394
tmp_img
.stride = img_w * 4;
in g2d_move_test()
395
tmp_img
.buf_type = type;
in g2d_move_test()
396
tmp_img
.color_mode = G2D_COLOR_FMT_ARGB8888 | G2D_ORDER_AXRGB;
in g2d_move_test()
399
g2d_copy(ctx, &
tmp_img
,
in g2d_move_test()
[all...]
Completed in 1 milliseconds