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:ubptr
(Results
1 - 2
of
2
) sorted by relevance
/third_party/mesa3d/src/mesa/main/
H
A
D
glthread_marshal.h
715
GLubyte *
ubptr
;
in _mesa_glthread_CallLists()
local
729
ubptr
= (GLubyte *) lists;
in _mesa_glthread_CallLists()
731
_mesa_glthread_CallList(ctx, base +
ubptr
[i]);
in _mesa_glthread_CallLists()
759
ubptr
= (GLubyte *) lists;
in _mesa_glthread_CallLists()
762
(GLint)
ubptr
[2 * i] * 256 +
in _mesa_glthread_CallLists()
763
(GLint)
ubptr
[2 * i + 1]);
in _mesa_glthread_CallLists()
767
ubptr
= (GLubyte *) lists;
in _mesa_glthread_CallLists()
770
(GLint)
ubptr
[3 * i] * 65536 +
in _mesa_glthread_CallLists()
771
(GLint)
ubptr
[3 * i + 1] * 256 +
in _mesa_glthread_CallLists()
772
(GLint)
ubptr
[
in _mesa_glthread_CallLists()
[all...]
H
A
D
dlist.c
13545
GLubyte *
ubptr
;
in replace_op_vertex_list_recursively()
local
13558
ubptr
= (GLubyte *) get_pointer(&n[3]);
in replace_op_vertex_list_recursively()
13560
replace_op_vertex_list_recursively(ctx, _mesa_lookup_list(ctx, (int)
ubptr
[i], true));
in replace_op_vertex_list_recursively()
13588
ubptr
= (GLubyte *) get_pointer(&n[3]);
in replace_op_vertex_list_recursively()
13591
_mesa_lookup_list(ctx, (int)
ubptr
[2 * i] * 256 +
in replace_op_vertex_list_recursively()
13592
(int)
ubptr
[2 * i + 1], true));
in replace_op_vertex_list_recursively()
13596
ubptr
= (GLubyte *) get_pointer(&n[3]);
in replace_op_vertex_list_recursively()
13599
_mesa_lookup_list(ctx, (int)
ubptr
[3 * i] * 65536 +
in replace_op_vertex_list_recursively()
13600
(int)
ubptr
[3 * i + 1] * 256 +
in replace_op_vertex_list_recursively()
13601
(int)
ubptr
[
in replace_op_vertex_list_recursively()
13872
GLubyte *
ubptr
;
_mesa_CallLists()
local
[all...]
Completed in 19 milliseconds