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:clRetainEvent
(Results
1 - 18
of
18
) sorted by relevance
/third_party/mesa3d/src/gallium/frontends/clover/api/
H
A
D
dispatch.cpp
71
clRetainEvent
,
H
A
D
event.cpp
148
clRetainEvent
(cl_event d_ev) try {
in clRetainEvent()
function
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
H
A
D
cl_dispatch_table.cpp
61
cl::
clRetainEvent
,
H
A
D
proc_table_cl_autogen.cpp
66
{"
clRetainEvent
", P(::cl::
clRetainEvent
)},
in GetProcTable()
H
A
D
entry_points_cl_autogen.h
162
cl_int CL_API_CALL
clRetainEvent
(cl_event event);
H
A
D
entry_points_cl_autogen.cpp
693
cl_int CL_API_CALL
clRetainEvent
(cl_event event)
in clRetainEvent()
function
/third_party/opencl-headers/src/
H
A
D
opencl_wrapper.cpp
147
LOAD_OPENCL_FUNCTION_PTR(
clRetainEvent
);
in LoadLibraryFromPath()
234
CL_DEFINE_FUNC_PTR(
clRetainEvent
);
650
//
clRetainEvent
wrapper, use OpenCLWrapper function.
651
cl_int
clRetainEvent
(cl_event event)
in clRetainEvent()
function
654
auto func = OHOS::
clRetainEvent
;
in clRetainEvent()
/third_party/opencl-headers/include/
H
A
D
opencl_wrapper.h
189
CL_DECLARE_FUNC_PTR(
clRetainEvent
);
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/cl/
H
A
D
CLPlatformCL.cpp
95
mNative->getDispatch().
clRetainEvent
== nullptr ||
in createInfo()
/third_party/skia/third_party/externals/angle2/src/libOpenCL/
H
A
D
libOpenCL_autogen.cpp
325
cl_int CL_API_CALL
clRetainEvent
(cl_event event)
in clRetainEvent()
function
327
return cl::GetDispatch().
clRetainEvent
(event);
in clRetainEvent()
/third_party/opencl-headers/CL/
H
A
D
cl_icd.h
1149
cl_api_clRetainEvent
clRetainEvent
;
member
H
A
D
cl.h
1466
clRetainEvent
(cl_event event) CL_API_SUFFIX__VERSION_1_0;
/third_party/skia/third_party/externals/angle2/include/CL/
H
A
D
cl_icd.h
1149
cl_api_clRetainEvent
clRetainEvent
;
member
H
A
D
cl.h
1459
clRetainEvent
(cl_event event) CL_API_SUFFIX__VERSION_1_0;
/third_party/mesa3d/include/CL/
H
A
D
cl_icd.h
1149
cl_api_clRetainEvent
clRetainEvent
;
member
H
A
D
cl.h
1457
clRetainEvent
(cl_event event) CL_API_SUFFIX__VERSION_1_0;
H
A
D
cl2.hpp
1688
{ return ::
clRetainEvent
(event); }
in retain()
3131
*
clRetainEvent
() and clReleaseEvent().
H
A
D
cl.hpp
1765
{ return ::
clRetainEvent
(event); }
in retain()
2864
*
clRetainEvent
() and clReleaseEvent().
Completed in 56 milliseconds