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:gl_bo
(Results
1 - 6
of
6
) sorted by relevance
/third_party/mesa3d/src/mesa/vbo/
H
A
D
vbo_save_draw.c
333
void *
gl_bo
= info->index.
gl_bo
;
in vbo_save_playback_vertex_list()
local
345
info->index.
gl_bo
=
gl_bo
;
in vbo_save_playback_vertex_list()
H
A
D
vbo_minmax_index.c
424
NULL : info->index.
gl_bo
,
in vbo_get_minmax_indices_gallium()
H
A
D
vbo_save_api.c
883
node->cold->info.index.
gl_bo
= node->cold->ib.obj;
in compile_vertex_list()
/third_party/mesa3d/src/mesa/state_tracker/
H
A
D
st_draw.c
155
_mesa_get_bufferobj_reference(ctx, info->index.
gl_bo
);
in prepare_indexed_draw()
158
info->index.resource = info->index.
gl_bo
->buffer;
in prepare_indexed_draw()
/third_party/mesa3d/src/mesa/main/
H
A
D
draw.c
996
ib.obj = info->index.
gl_bo
;
in _mesa_draw_gallium_fallback()
1060
ib.obj = info->index.
gl_bo
;
in _mesa_draw_gallium_fallback()
1782
info.index.
gl_bo
= index_bo;
in _mesa_validated_drawrangeelements()
2168
info.index.
gl_bo
= index_bo;
in _mesa_validated_multidrawelements()
2670
info.index.
gl_bo
= ctx->Array.VAO->IndexBufferObj;
in _mesa_MultiDrawElementsIndirect()
/third_party/mesa3d/src/gallium/include/pipe/
H
A
D
p_state.h
880
struct gl_buffer_object *
gl_bo
; /**< for the GL frontend, not passed to drivers */
member
Completed in 11 milliseconds