summaryrefslogtreecommitdiff
path: root/sc/source/core/opencl/openclwrapper.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@collabora.com>2013-09-16 18:21:28 -0400
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2013-09-19 17:03:21 +0200
commitff8a5fa683c10c9815518e037e69b4ba5290d499 (patch)
tree3ac3034f65d13fb55f1e53ab0062c16749762661 /sc/source/core/opencl/openclwrapper.hxx
parente266ed9f2c07b8d58e106679afdf62adaddb2f50 (diff)
Remove unused methods.
Change-Id: Idfb6acde20e883e4c20e0f640fdb96ac50bb349f
Diffstat (limited to 'sc/source/core/opencl/openclwrapper.hxx')
-rw-r--r--sc/source/core/opencl/openclwrapper.hxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/sc/source/core/opencl/openclwrapper.hxx b/sc/source/core/opencl/openclwrapper.hxx
index 1dfed15b00fb..bd0fb4f190b7 100644
--- a/sc/source/core/opencl/openclwrapper.hxx
+++ b/sc/source/core/opencl/openclwrapper.hxx
@@ -114,7 +114,6 @@ struct GPUEnv
cl_program mpArryPrograms[MAX_CLFILE_NUM]; //one program object maps one kernel source file
char mArryKnelSrcFile[MAX_CLFILE_NUM][256]; //the max len of kernel file name is 256
std::vector<const char*> maKernelNames;
- cl_kernel_function mpArryKnelFuncs[MAX_CLKERNEL_NUM];
int mnFileCount; // only one kernel file
int mnIsUserCreated; // 1: created , 0:no create and needed to create by opencl wrapper
int mnKhrFp64Flag;
@@ -190,12 +189,8 @@ public:
static int initOpenclAttr( OpenCLEnv * env );
int setKernelEnv( KernelEnv *envInfo );
- int runKernel( const char *kernelName, void **userdata );
int convertToString( const char *filename, char **source );
int checkKernelName( KernelEnv *envInfo, const char *kernelName );
- int registerKernelWrapper( const char *kernelName, cl_kernel_function function );
- int runKernelWrapper( cl_kernel_function function, const char * kernelName, void **usrdata );
- int getKernelEnvAndFunc( const char *kernelName, KernelEnv *env, cl_kernel_function *function );
int getOpenclState();
void setOpenclState( int state );