Home
last modified time | relevance | path

Searched refs:CLCscType (Results 1 – 3 of 3) sorted by relevance

/external/libxcam/modules/ocl/
Dcl_csc_handler.h30 enum CLCscType { enum
43 explicit CLCscImageKernel (const SmartPtr<CLContext> &context, CLCscType type);
46 CLCscType _kernel_csc_type;
53 … explicit CLCscImageHandler (const SmartPtr<CLContext> &context, const char *name, CLCscType type);
70 CLCscType _csc_type;
75 create_cl_csc_image_handler (const SmartPtr<CLContext> &context, CLCscType type);
Dcl_csc_handler.cpp63 CLCscImageKernel::CLCscImageKernel (const SmartPtr<CLContext> &context, CLCscType type) in CLCscImageKernel()
70 const SmartPtr<CLContext> &context, const char *name, CLCscType type) in CLCscImageHandler()
233 create_cl_csc_image_handler (const SmartPtr<CLContext> &context, CLCscType type) in create_cl_csc_image_handler()
/external/libxcam/tests/
Dtest-cl-image.cpp180 CLCscType csc_type = CL_CSC_TYPE_RGBATONV12; in main()