OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cl_sampler
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/mesa/src/include/CL/
cl.h
49
typedef struct _cl_sampler *
cl_sampler
;
typedef in typeref:struct:_cl_sampler
613
extern CL_API_ENTRY
cl_sampler
CL_API_CALL
621
clRetainSampler(
cl_sampler
/* sampler */) CL_API_SUFFIX__VERSION_1_0;
624
clReleaseSampler(
cl_sampler
/* sampler */) CL_API_SUFFIX__VERSION_1_0;
627
clGetSamplerInfo(
cl_sampler
/* sampler */,
[
all
...]
/external/mesa3d/include/CL/
cl.h
49
typedef struct _cl_sampler *
cl_sampler
;
typedef in typeref:struct:_cl_sampler
613
extern CL_API_ENTRY
cl_sampler
CL_API_CALL
621
clRetainSampler(
cl_sampler
/* sampler */) CL_API_SUFFIX__VERSION_1_0;
624
clReleaseSampler(
cl_sampler
/* sampler */) CL_API_SUFFIX__VERSION_1_0;
627
clGetSamplerInfo(
cl_sampler
/* sampler */,
[
all
...]
Completed in 26 milliseconds