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

  /external/mesa3d/src/gallium/state_trackers/clover/api/
context.cpp 87 clReleaseContext(cl_context ctx) {
  /external/opencv3/modules/core/include/opencv2/core/opencl/runtime/autogenerated/
opencl_core.hpp 75 #define clReleaseContext clReleaseContext_
237 #undef clReleaseContext
238 #define clReleaseContext clReleaseContext_pfn
349 extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clReleaseContext)(cl_context);
opencl_core_wrappers.hpp 207 #undef clReleaseContext
208 #define clReleaseContext clReleaseContext_fn
209 inline cl_int clReleaseContext(cl_context p0) { return clReleaseContext_pfn(p0); }
  /external/opencv3/modules/core/src/opencl/runtime/autogenerated/
opencl_core_impl.hpp     [all...]

Completed in 86 milliseconds