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:clRetainDevice
(Results
1 - 18
of
18
) sorted by relevance
/third_party/mesa3d/src/gallium/frontends/clover/api/
H
A
D
dispatch.cpp
132
clRetainDevice
,
H
A
D
device.cpp
93
clRetainDevice
(cl_device_id d_dev) try {
in clRetainDevice()
function
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
H
A
D
cl_dispatch_table.cpp
122
cl::
clRetainDevice
,
H
A
D
proc_table_cl_autogen.cpp
104
{"
clRetainDevice
", P(::cl::
clRetainDevice
)},
in GetProcTable()
H
A
D
entry_points_cl_autogen.h
404
cl_int CL_API_CALL
clRetainDevice
(cl_device_id device);
H
A
D
entry_points_cl_autogen.cpp
1580
cl_int CL_API_CALL
clRetainDevice
(cl_device_id device)
in clRetainDevice()
function
/third_party/opencl-headers/src/
H
A
D
opencl_wrapper.cpp
156
LOAD_OPENCL_FUNCTION_PTR(
clRetainDevice
);
in LoadLibraryFromPath()
242
CL_DEFINE_FUNC_PTR(
clRetainDevice
);
776
//
clRetainDevice
wrapper, use OpenCLWrapper function.
777
cl_int
clRetainDevice
(cl_device_id device)
in clRetainDevice()
function
780
auto func = OHOS::
clRetainDevice
;
in clRetainDevice()
/third_party/opencl-headers/include/
H
A
D
opencl_wrapper.h
197
CL_DECLARE_FUNC_PTR(
clRetainDevice
);
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/cl/
H
A
D
CLPlatformCL.cpp
243
mNative->getDispatch().
clRetainDevice
== nullptr ||
in createInfo()
/third_party/skia/third_party/externals/angle2/src/libOpenCL/
H
A
D
libOpenCL_autogen.cpp
761
cl_int CL_API_CALL
clRetainDevice
(cl_device_id device)
in clRetainDevice()
function
763
return cl::GetDispatch().
clRetainDevice
(device);
in clRetainDevice()
/third_party/opencl-headers/CL/
H
A
D
cl_icd.h
1210
cl_api_clRetainDevice
clRetainDevice
;
member
H
A
D
cl.h
990
clRetainDevice
(cl_device_id device) CL_API_SUFFIX__VERSION_1_2;
/third_party/skia/third_party/externals/angle2/include/CL/
H
A
D
cl_icd.h
1210
cl_api_clRetainDevice
clRetainDevice
;
member
H
A
D
cl.h
983
clRetainDevice
(cl_device_id device) CL_API_SUFFIX__VERSION_1_2;
/third_party/mesa3d/include/CL/
H
A
D
cl_icd.h
1210
cl_api_clRetainDevice
clRetainDevice
;
member
H
A
D
cl.h
981
clRetainDevice
(cl_device_id device) CL_API_SUFFIX__VERSION_1_2;
H
A
D
cl2.hpp
1590
{ return ::
clRetainDevice
(device); }
in retain()
H
A
D
cl.hpp
1667
{ return ::
clRetainDevice
(device); }
in retain()
Completed in 60 milliseconds