#include <CL/cl.h>
#include <stdio.h>
#include <string>
#include <vector>
Go to the source code of this file.
Classes | |
struct | device_info_t |
struct | __host_info_id |
Namespaces | |
namespace | FemViewer |
Typedefs | |
typedef struct __host_info_id | host_info |
typedef struct __host_info_id * | host_info_id |
Functions | |
cl_int | initOpenCL (host_info_id host, cl_device_type devType, cl_bool supportGL) |
cl_int | loadDataCL () |
cl_int | displayCL () |
cl_int | runCL () |
cl_int | loadField (void *Ptr) |
cl_int | bindOpenCL (cl_uint GLpbo, cl_int w, cl_int h) |
cl_int | setDevice () |
void | shutdownOpenCL (void) |
typedef struct __host_info_id host_info |
typedef struct __host_info_id * host_info_id |
cl_int bindOpenCL | ( | cl_uint | GLpbo, | |
cl_int | w, | |||
cl_int | h | |||
) |
cl_int displayCL | ( | ) |
cl_int initOpenCL | ( | host_info_id | host, | |
cl_device_type | devType, | |||
cl_bool | supportGL | |||
) |
cl_int loadDataCL | ( | ) |
cl_int loadField | ( | void * | Ptr | ) |
cl_int runCL | ( | ) |
cl_int setDevice | ( | ) |