MCPcopy Create free account

hub / github.com/Polytonic/Chlorine / functions

Functions280 in github.com/Polytonic/Chlorine

Methodoperator()
chlorine/include/cl.hpp:7808
Methodoperator()
chlorine/include/cl.hpp:8021
Methodoperator()
chlorine/include/cl.hpp:8230
Methodoperator()
chlorine/include/cl.hpp:8435
Methodoperator()
chlorine/include/cl.hpp:8636
Methodoperator()
chlorine/include/cl.hpp:8833
Methodoperator()
chlorine/include/cl.hpp:9026
Methodoperator()
chlorine/include/cl.hpp:9215
Methodoperator()
chlorine/include/cl.hpp:9400
Methodoperator()
chlorine/include/cl.hpp:9581
Methodoperator()
chlorine/include/cl.hpp:9758
Methodoperator()
chlorine/include/cl.hpp:9931
Methodoperator()
chlorine/include/cl.hpp:10100
Methodoperator()
chlorine/include/cl.hpp:10265
Methodoperator()
chlorine/include/cl.hpp:10426
Methodoperator()
chlorine/include/cl.hpp:10583
Methodoperator()
chlorine/include/cl.hpp:10736
Methodoperator()
chlorine/include/cl.hpp:10885
Methodoperator()
chlorine/include/cl.hpp:11030
Methodoperator()
chlorine/include/cl.hpp:11171
Methodoperator()
chlorine/include/cl.hpp:11308
Methodoperator()
chlorine/include/cl.hpp:11441
Methodoperator()
chlorine/include/cl.hpp:11570
Methodoperator()
chlorine/include/cl.hpp:11695
Methodoperator()
chlorine/include/cl.hpp:11816
Methodoperator()
chlorine/include/cl.hpp:11933
Methodoperator()
chlorine/include/cl.hpp:12046
Methodoperator()
chlorine/include/cl.hpp:12155
Methodoperator()
chlorine/include/cl.hpp:12260
Methodoperator++
chlorine/include/cl.hpp:944
Methodoperator--
chlorine/include/cl.hpp:957
Functionoperator==
! \brief Tests equality against another instance. * * \param vec the vector against which to compare. */
chlorine/include/cl.hpp:795
Methodoperator==
chlorine/include/cl.hpp:927
Methodptr
chlorine/include/cl.hpp:4445
Methodptr
chlorine/include/cl.hpp:4452
Methodrelease
* Retain the device. * \param device A valid device created using createSubDevices * \return * CL_SUCCESS if the function executed su
chlorine/include/cl.hpp:1572
Methodrelease
cl_platform_id does not have release().
chlorine/include/cl.hpp:1598
Methodrelease
chlorine/include/cl.hpp:1607
Methodrelease
chlorine/include/cl.hpp:1616
Methodrelease
chlorine/include/cl.hpp:1625
Methodrelease
chlorine/include/cl.hpp:1634
Methodrelease
chlorine/include/cl.hpp:1643
Methodrelease
chlorine/include/cl.hpp:1652
Methodrelease
chlorine/include/cl.hpp:1661
Methodrelease
chlorine/include/cl.hpp:1770
Methodrelease
chlorine/include/cl.hpp:1858
Functionresize
chlorine/include/cl.hpp:535
Methodretain
* Retain the device. * \param device A valid device created using createSubDevices * \return * CL_SUCCESS if the function executed su
chlorine/include/cl.hpp:1561
Methodretain
cl_platform_id does not have retain().
chlorine/include/cl.hpp:1595
Methodretain
chlorine/include/cl.hpp:1605
Methodretain
chlorine/include/cl.hpp:1614
Methodretain
chlorine/include/cl.hpp:1623
Methodretain
chlorine/include/cl.hpp:1632
Methodretain
chlorine/include/cl.hpp:1641
Methodretain
chlorine/include/cl.hpp:1650
Methodretain
chlorine/include/cl.hpp:1659
Methodretain
chlorine/include/cl.hpp:1848
Methodset
chlorine/include/cl.hpp:6896
Methodset
chlorine/include/cl.hpp:6905
MethodsetCallback
! \brief Registers a user callback function for a specific command execution status. * * Wraps clSetEventCallback(). */
chlorine/include/cl.hpp:2812
MethodsetDestructorCallback
! \brief Registers a callback function to be called when the memory object * is no longer needed. * * Wraps clSetMemObjectDest
chlorine/include/cl.hpp:3004
MethodsetStatus
! \brief Sets the execution status of a user event object. * * Wraps clSetUserEventStatus(). */
chlorine/include/cl.hpp:2887
Methodset_device
Specifies the OpenCL device to use. If you are unsure which devices are available on your system, please use the bundled `clinfo` program to
chlorine/include/chlorine.hpp:229
Methodset_platform
Specifies the OpenCL platform to use. If you are unsure which platforms are available on your system, please use the bundled `clinfo` program
chlorine/include/chlorine.hpp:215
Methodsize
chlorine/include/cl.hpp:4451
Functiontest
tests/test_suite.hpp:22
MethodunloadCompiler
\brief Wrapper for clUnloadCompiler().
chlorine/include/cl.hpp:2313
MethodwaitForEvents
! \brief Blocks the calling thread until every event specified is complete. * * Wraps clWaitForEvents(). */
chlorine/include/cl.hpp:2831
Methodwhat
! \brief Get error string associated with exception * * \return A memory pointer to the error message string. */
chlorine/include/cl.hpp:292
Method~Context
! \brief Destructor. * * This calls clReleaseContext() on the value held by this instance. */
chlorine/include/cl.hpp:2358
Method~Error
chlorine/include/cl.hpp:286
Method~Event
! \brief Destructor. * * This calls clReleaseEvent() on the value held by this instance. */
chlorine/include/cl.hpp:2708
Method~Kernel
! \brief Destructor. * * This calls clReleaseKernel() on the value held by this instance. */
chlorine/include/cl.hpp:4500
Method~Memory
! \brief Destructor. * * This calls clReleaseMemObject() on the value held by this instance. */
chlorine/include/cl.hpp:2925
Method~Sampler
! \brief Destructor. * * This calls clReleaseSampler() on the value held by this instance. */
chlorine/include/cl.hpp:4286
Method~Wrapper
chlorine/include/cl.hpp:1731
Method~Wrapper
chlorine/include/cl.hpp:1808
Method~iterator
chlorine/include/cl.hpp:911
Function~string
\brief Destructor - frees memory used to hold the current value.
chlorine/include/cl.hpp:627
Function~vector
\brief Deallocates the vector's memory and destroys all of its elements.
chlorine/include/cl.hpp:692
← previous201–280 of 280, ranked by callers