OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:clSVMFree
(Results
1 - 4
of
4
) sorted by null
/external/opencv3/modules/core/include/opencv2/core/opencl/runtime/
opencl_svm_20.hpp
15
#undef
clSVMFree
16
#define
clSVMFree
clSVMFree_pfn
33
extern CL_RUNTIME_EXPORT void (CL_API_CALL *
clSVMFree
)(cl_context context, void* svm_pointer);
opencl_core.hpp
67
#define
clSVMFree
clSVMFree_
/external/opencv3/modules/core/src/opencl/runtime/
opencl_core.cpp
209
void (CL_API_CALL *
clSVMFree
)(cl_context context, void* svm_pointer) =
211
static const struct DynamicFnEntry _clSVMFree_definition = { "
clSVMFree
", (void**)&
clSVMFree
};
/external/libgdx/backends/gdx-backend-lwjgl3/libs/
lwjgl.jar
Completed in 837 milliseconds