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

  /external/opencv3/modules/core/include/opencv2/core/opencl/runtime/
opencl_svm_20.hpp 23 #undef clEnqueueSVMMemcpy
24 #define clEnqueueSVMMemcpy clEnqueueSVMMemcpy_pfn
39 extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL *clEnqueueSVMMemcpy)(cl_command_queue command_queue, cl_bool blocking_copy, void* dst_ptr, const void* src_ptr, size_t size,
opencl_core.hpp 71 #define clEnqueueSVMMemcpy clEnqueueSVMMemcpy_
  /external/opencv3/modules/core/src/opencl/runtime/
opencl_core.cpp 221 cl_int (CL_API_CALL *clEnqueueSVMMemcpy)(cl_command_queue command_queue, cl_bool blocking_copy, void* dst_ptr, const void* src_ptr, size_t size, cl_uint num_events_in_wait_list, const cl_event* event_wait_list, cl_event* event) =
223 static const struct DynamicFnEntry _clEnqueueSVMMemcpy_definition = { "clEnqueueSVMMemcpy", (void**)&clEnqueueSVMMemcpy};
  /external/libgdx/backends/gdx-backend-lwjgl3/libs/
lwjgl.jar 

Completed in 214 milliseconds