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:update_buffers
(Results
1 - 6
of
6
) sorted by relevance
/third_party/mesa3d/src/gallium/frontends/nine/
H
A
D
buffer9.h
71
struct list_head list; /* for
update_buffers
*/
125
list_add(&buf->managed.list, &device->
update_buffers
);
in NineBindBufferToDevice()
143
list_add(&(b)->managed.list, &(b)->base.base.device->
update_buffers
); \
H
A
D
device9.h
86
struct list_head
update_buffers
;
member
H
A
D
device9.c
200
list_inithead(&This->
update_buffers
);
in NineDevice9_ctor()
2940
LIST_FOR_EACH_ENTRY_SAFE(buf, ptr, &device->
update_buffers
, managed.list) {
in update_managed_buffers()
/third_party/mesa3d/src/egl/drivers/dri2/
H
A
D
platform_ohos.c
463
update_buffers
(struct dri2_egl_surface *dri2_surf)
in update_buffers()
function
585
if (
update_buffers
(dri2_surf) < 0) {
in ohos_image_get_buffers()
635
if (
update_buffers
(dri2_surf) < 0) {
in ohos_query_buffer_age()
827
if (
update_buffers
(dri2_surf) < 0) {
in ohos_get_buffers_with_format()
H
A
D
platform_android.c
802
update_buffers
(struct dri2_egl_surface *dri2_surf)
function
923
if (
update_buffers
(dri2_surf) < 0)
969
if (
update_buffers
(dri2_surf) < 0) {
1236
if (
update_buffers
(dri2_surf) < 0)
H
A
D
platform_wayland.c
1120
update_buffers
(struct dri2_egl_surface *dri2_surf)
in update_buffers()
function
1175
return
update_buffers
(dri2_surf);
in update_buffers_if_needed()
Completed in 15 milliseconds