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:back_format
(Results
1 - 3
of
3
) sorted by relevance
/third_party/mesa3d/src/loader/
H
A
D
loader_dri3_helper.h
182
unsigned int
back_format
;
member
H
A
D
loader_dri3_helper.c
413
draw->
back_format
= __DRI_IMAGE_FORMAT_NONE;
in loader_dri3_drawable_init()
2028
draw->
back_format
= format;
in dri3_get_buffer()
2364
if (!back && draw->
back_format
!= __DRI_IMAGE_FORMAT_NONE &&
in dri3_find_back_alloc()
2366
back = dri3_alloc_render_buffer(draw, draw->
back_format
,
in dri3_find_back_alloc()
/third_party/skia/third_party/externals/libpng/contrib/libtests/
H
A
D
pngstest.c
2352
png_uint_32
back_format
= out_format & ~PNG_FORMAT_FLAG_ALPHA;
in logpixel()
local
2374
back_format
|= PNG_FORMAT_FLAG_LINEAR;
in logpixel()
2387
print_pixel(pixel_back, &back,
back_format
);
in logpixel()
Completed in 8 milliseconds