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

  /external/opencv3/modules/core/include/opencv2/core/opencl/runtime/
opencl_clamdblas.hpp 47 #ifndef CL_RUNTIME_EXPORT
49 #define CL_RUNTIME_EXPORT __declspec(dllimport)
51 #define CL_RUNTIME_EXPORT
opencl_clamdfft.hpp 47 #ifndef CL_RUNTIME_EXPORT
49 #define CL_RUNTIME_EXPORT __declspec(dllimport)
51 #define CL_RUNTIME_EXPORT
opencl_core.hpp 57 #ifndef CL_RUNTIME_EXPORT
59 #define CL_RUNTIME_EXPORT __declspec(dllimport)
61 #define CL_RUNTIME_EXPORT
  /external/opencv3/modules/core/src/
precomp.hpp 285 #define CL_RUNTIME_EXPORT __declspec(dllexport)
287 #define CL_RUNTIME_EXPORT __attribute__ ((visibility ("default")))
289 #define CL_RUNTIME_EXPORT
292 #define CL_RUNTIME_EXPORT

Completed in 53 milliseconds