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

  /external/opencv3/modules/core/include/opencv2/core/opencl/runtime/
opencl_svm_20.hpp 13 #undef clSVMAlloc
14 #define clSVMAlloc clSVMAlloc_pfn
32 extern CL_RUNTIME_EXPORT void* (CL_API_CALL *clSVMAlloc)(cl_context context, cl_svm_mem_flags flags, size_t size, unsigned int alignment);
opencl_core.hpp 66 #define clSVMAlloc clSVMAlloc_
  /external/opencv3/modules/core/src/opencl/runtime/
opencl_core.cpp 206 void* (CL_API_CALL *clSVMAlloc)(cl_context context, cl_svm_mem_flags flags, size_t size, unsigned int alignment) =
208 static const struct DynamicFnEntry _clSVMAlloc_definition = { "clSVMAlloc", (void**)&clSVMAlloc};
  /external/libgdx/backends/gdx-backend-lwjgl3/libs/
lwjgl.jar 

Completed in 596 milliseconds