OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:clFlush
(Results
1 - 7
of
7
) sorted by null
/external/mesa3d/src/gallium/state_trackers/clover/api/
queue.cpp
96
clFlush
(cl_command_queue q) {
/external/ImageMagick/MagickCore/
opencl-private.h
248
MAGICKpfn_clFlush
clFlush
;
/external/opencv3/modules/core/include/opencv2/core/opencl/runtime/autogenerated/
opencl_core.hpp
53
#define
clFlush
clFlush_
193
#undef
clFlush
194
#define
clFlush
clFlush_pfn
327
extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*
clFlush
)(cl_command_queue);
opencl_core_wrappers.hpp
141
#undef
clFlush
142
#define
clFlush
clFlush_fn
143
inline cl_int
clFlush
(cl_command_queue p0) { return clFlush_pfn(p0); }
/external/opencv3/modules/core/src/opencl/runtime/autogenerated/
opencl_core_impl.hpp
397
cl_int (CL_API_CALL*
clFlush
)(cl_command_queue) =
399
static const struct DynamicFnEntry clFlush_definition = { "
clFlush
", (void**)&
clFlush
};
[
all
...]
/external/libgdx/backends/gdx-backend-lwjgl/libs/
lwjgl.jar
/external/libgdx/backends/gdx-backend-lwjgl3/libs/
lwjgl.jar
Completed in 48 milliseconds