HomeSort by relevance Sort by last modified time
    Searched defs:clFinish (Results 1 - 7 of 7) sorted by null

  /external/mesa3d/src/gallium/state_trackers/clover/api/
event.cpp 224 clFinish(cl_command_queue q) try {
  /external/ImageMagick/MagickCore/
opencl-private.h 249 MAGICKpfn_clFinish clFinish;
  /external/opencv3/modules/core/include/opencv2/core/opencl/runtime/autogenerated/
opencl_core.hpp 52 #define clFinish clFinish_
191 #undef clFinish
192 #define clFinish clFinish_pfn
326 extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clFinish)(cl_command_queue);
opencl_core_wrappers.hpp 138 #undef clFinish
139 #define clFinish clFinish_fn
140 inline cl_int clFinish(cl_command_queue p0) { return clFinish_pfn(p0); }
  /external/opencv3/modules/core/src/opencl/runtime/autogenerated/
opencl_core_impl.hpp 393 cl_int (CL_API_CALL*clFinish)(cl_command_queue) =
395 static const struct DynamicFnEntry clFinish_definition = { "clFinish", (void**)&clFinish};
    [all...]
  /external/libgdx/backends/gdx-backend-lwjgl/libs/
lwjgl.jar 
  /external/libgdx/backends/gdx-backend-lwjgl3/libs/
lwjgl.jar 

Completed in 505 milliseconds