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

  /external/mesa3d/src/gallium/state_trackers/clover/api/
queue.cpp 29 clCreateCommandQueue(cl_context ctx, cl_device_id dev,
  /external/ImageMagick/MagickCore/
opencl-private.h 246 MAGICKpfn_clCreateCommandQueue clCreateCommandQueue;
  /external/opencv3/modules/core/include/opencv2/core/opencl/runtime/autogenerated/
opencl_core.hpp 12 #define clCreateCommandQueue clCreateCommandQueue_
111 #undef clCreateCommandQueue
112 #define clCreateCommandQueue clCreateCommandQueue_pfn
286 extern CL_RUNTIME_EXPORT cl_command_queue (CL_API_CALL*clCreateCommandQueue)(cl_context, cl_device_id, cl_command_queue_properties, cl_int*);
opencl_core_wrappers.hpp 18 #undef clCreateCommandQueue
19 #define clCreateCommandQueue clCreateCommandQueue_fn
20 inline cl_command_queue clCreateCommandQueue(cl_context p0, cl_device_id p1, cl_command_queue_properties p2, cl_int* p3) { return clCreateCommandQueue_pfn(p0, p1, p2, p3); }
  /external/opencv3/modules/core/src/opencl/runtime/autogenerated/
opencl_core_impl.hpp 233 cl_command_queue (CL_API_CALL*clCreateCommandQueue)(cl_context, cl_device_id, cl_command_queue_properties, cl_int*) =
235 static const struct DynamicFnEntry clCreateCommandQueue_definition = { "clCreateCommandQueue", (void**)&clCreateCommandQueue};
    [all...]
  /external/libgdx/backends/gdx-backend-lwjgl/libs/
lwjgl.jar 
  /external/libgdx/backends/gdx-backend-lwjgl3/libs/
lwjgl.jar 

Completed in 504 milliseconds