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:swap_method
(Results
1 - 3
of
3
) sorted by relevance
/third_party/mesa3d/src/loader/
H
A
D
loader_dri3_helper.h
181
unsigned int
swap_method
;
member
H
A
D
loader_dri3_helper.c
458
draw->
swap_method
= __DRI_ATTRIB_SWAP_UNDEFINED;
in loader_dri3_drawable_init()
462
&draw->
swap_method
);
in loader_dri3_drawable_init()
1034
if (draw->
swap_method
!= __DRI_ATTRIB_SWAP_UNDEFINED || force_copy)
in loader_dri3_swap_buffers_msc()
1047
if (draw->
swap_method
== __DRI_ATTRIB_SWAP_COPY || force_copy)
in loader_dri3_swap_buffers_msc()
2224
draw->
swap_method
== __DRI_ATTRIB_SWAP_EXCHANGE)
in loader_dri3_get_buffers()
2374
/* If necessary, prefill the back with data according to
swap_method
mode. */
in dri3_find_back_alloc()
/third_party/mesa3d/src/gallium/frontends/dri/
H
A
D
kopper.c
591
draw->
swap_method
== __DRI_ATTRIB_SWAP_EXCHANGE)
in kopper_allocate_textures()
Completed in 6 milliseconds