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:valPointer
(Results
1 - 8
of
8
) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H
A
D
CLEvent.cpp
32
void *
valPointer
= nullptr;
in getInfo()
local
39
valPointer
= CommandQueue::CastNative(mCommandQueue.get());
in getInfo()
40
copyValue = &
valPointer
;
in getInfo()
41
copySize = sizeof(
valPointer
);
in getInfo()
64
valPointer
= mContext->getNative();
in getInfo()
65
copyValue = &
valPointer
;
in getInfo()
66
copySize = sizeof(
valPointer
);
in getInfo()
H
A
D
CLMemory.cpp
59
void *
valPointer
= nullptr;
in getInfo()
local
93
valPointer
= mContext->getNative();
in getInfo()
94
copyValue = &
valPointer
;
in getInfo()
95
copySize = sizeof(
valPointer
);
in getInfo()
98
valPointer
= Memory::CastNative(mParent.get());
in getInfo()
99
copyValue = &
valPointer
;
in getInfo()
100
copySize = sizeof(
valPointer
);
in getInfo()
H
A
D
CLKernel.cpp
26
void *
valPointer
= nullptr;
in getInfo()
local
46
valPointer
= mProgram->getContext().getNative();
in getInfo()
47
copyValue = &
valPointer
;
in getInfo()
48
copySize = sizeof(
valPointer
);
in getInfo()
51
valPointer
= mProgram->getNative();
in getInfo()
52
copyValue = &
valPointer
;
in getInfo()
53
copySize = sizeof(
valPointer
);
in getInfo()
H
A
D
CLSampler.cpp
24
void *
valPointer
= nullptr;
in getInfo()
local
36
valPointer
= mContext->getNative();
in getInfo()
37
copyValue = &
valPointer
;
in getInfo()
38
copySize = sizeof(
valPointer
);
in getInfo()
H
A
D
CLImage.cpp
37
void *
valPointer
= nullptr;
in getInfo()
local
77
valPointer
= Memory::CastNative(mParent.get());
in getInfo()
78
copyValue = &
valPointer
;
in getInfo()
79
copySize = sizeof(
valPointer
);
in getInfo()
H
A
D
CLDevice.cpp
38
void *
valPointer
= nullptr;
in getInfo()
local
285
valPointer
= mPlatform.getNative();
in getInfo()
286
copyValue = &
valPointer
;
in getInfo()
287
copySize = sizeof(
valPointer
);
in getInfo()
290
valPointer
= Device::CastNative(mParent.get());
in getInfo()
291
copyValue = &
valPointer
;
in getInfo()
292
copySize = sizeof(
valPointer
);
in getInfo()
H
A
D
CLCommandQueue.cpp
48
void *
valPointer
= nullptr;
in getInfo()
local
55
valPointer
= mContext->getNative();
in getInfo()
56
copyValue = &
valPointer
;
in getInfo()
57
copySize = sizeof(
valPointer
);
in getInfo()
60
valPointer
= mDevice->getNative();
in getInfo()
61
copyValue = &
valPointer
;
in getInfo()
62
copySize = sizeof(
valPointer
);
in getInfo()
83
valPointer
= CommandQueue::CastNative(*mDevice->mDefaultCommandQueue);
in getInfo()
84
copyValue = &
valPointer
;
in getInfo()
85
copySize = sizeof(
valPointer
);
in getInfo()
[all...]
H
A
D
CLProgram.cpp
77
void *
valPointer
= nullptr;
in getInfo()
local
89
valPointer
= mContext->getNative();
in getInfo()
90
copyValue = &
valPointer
;
in getInfo()
91
copySize = sizeof(
valPointer
);
in getInfo()
Completed in 5 milliseconds