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:flush_swapbuffers
(Results
1 - 6
of
6
) sorted by relevance
/third_party/mesa3d/src/gallium/frontends/dri/
H
A
D
dri_drawable.c
131
* The gallium frontend framebuffer interface
flush_swapbuffers
callback
141
if (drawable->
flush_swapbuffers
)
in dri_st_framebuffer_flush_swapbuffers()
142
drawable->
flush_swapbuffers
(ctx, drawable);
in dri_st_framebuffer_flush_swapbuffers()
171
drawable->base.
flush_swapbuffers
= dri_st_framebuffer_flush_swapbuffers;
in dri_create_buffer()
H
A
D
dri_drawable.h
82
void (*
flush_swapbuffers
)(struct dri_context *ctx,
member
H
A
D
kopper.c
869
ret->
flush_swapbuffers
= kopper_flush_swapbuffers;
in kopper_create_drawable()
H
A
D
dri2.c
793
* The struct dri_drawable
flush_swapbuffers
callback
2590
drawable->
flush_swapbuffers
= dri2_flush_swapbuffers;
in dri2_create_buffer()
/third_party/mesa3d/src/gallium/include/frontend/
H
A
D
api.h
370
bool (*
flush_swapbuffers
) (struct st_context_iface *stctx,
member
/third_party/mesa3d/src/mesa/state_tracker/
H
A
D
st_manager.c
1355
if (!stfb || !stfb->iface->
flush_swapbuffers
)
in st_manager_flush_swapbuffers()
1358
stfb->iface->
flush_swapbuffers
(&st->iface, stfb->iface);
in st_manager_flush_swapbuffers()
Completed in 9 milliseconds