OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cl_mem
(Results
1 - 3
of
3
) sorted by null
/external/mesa3d/include/CL/
cl.h
45
typedef struct _cl_mem *
cl_mem
;
typedef in typeref:struct:_cl_mem
543
extern CL_API_ENTRY
cl_mem
CL_API_CALL
550
extern CL_API_ENTRY
cl_mem
CL_API_CALL
551
clCreateSubBuffer(
cl_mem
/* buffer */,
557
extern CL_API_ENTRY
cl_mem
CL_API_CALL
567
extern CL_API_ENTRY
cl_mem
CL_API_CALL
580
clRetainMemObject(
cl_mem
/* memobj */) CL_API_SUFFIX__VERSION_1_0;
583
clReleaseMemObject(
cl_mem
/* memobj */) CL_API_SUFFIX__VERSION_1_0;
594
clGetMemObjectInfo(
cl_mem
/* memobj */,
601
clGetImageInfo(
cl_mem
/* image */
[
all
...]
/external/opencv3/3rdparty/include/opencl/1.2/CL/
cl.h
43
typedef struct _cl_mem *
cl_mem
;
typedef in typeref:struct:_cl_mem
107
cl_mem
buffer;
660
extern CL_API_ENTRY
cl_mem
CL_API_CALL
667
extern CL_API_ENTRY
cl_mem
CL_API_CALL
668
clCreateSubBuffer(
cl_mem
/* buffer */,
[
all
...]
/external/opencv3/modules/core/src/
ocl.cpp
210
typedef struct _cl_mem *
cl_mem
;
typedef in typeref:struct:_cl_mem
284
cl_mem
buffer;
[
all
...]
Completed in 6686 milliseconds