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

  /external/opencv3/modules/core/include/opencv2/core/opencl/runtime/
opencl_svm_20.hpp 29 #undef clEnqueueSVMUnmap
30 #define clEnqueueSVMUnmap clEnqueueSVMUnmap_pfn
45 extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL *clEnqueueSVMUnmap)(cl_command_queue command_queue, void* svm_ptr,
opencl_core.hpp 74 #define clEnqueueSVMUnmap clEnqueueSVMUnmap_
  /external/opencv3/modules/core/src/opencl/runtime/
opencl_core.cpp 230 cl_int (CL_API_CALL *clEnqueueSVMUnmap)(cl_command_queue command_queue, void* svm_ptr, cl_uint num_events_in_wait_list, const cl_event* event_wait_list, cl_event* event) =
232 static const struct DynamicFnEntry _clEnqueueSVMUnmap_definition = { "clEnqueueSVMUnmap", (void**)&clEnqueueSVMUnmap};
  /external/libgdx/backends/gdx-backend-lwjgl3/libs/
lwjgl.jar 

Completed in 3151 milliseconds