Home | History | Annotate | Download | only in ocl

Lines Matching defs:context

26 CLBlenderScaleKernel::CLBlenderScaleKernel (const SmartPtr<CLContext> &context, bool is_uv)
27 : CLImageKernel (context)
35 SmartPtr<CLContext> context = get_context ();
60 const SmartPtr<CLContext> &context, const char *name,
62 : CLImageHandler (context, name)
127 SmartPtr<CLContext> context = get_context ();
166 ret = allocate_cl_buffers (context, input0, input1, output);
173 SmartPtr<CLContext> context = CLDevice::instance ()->get_context ();
175 ERROR, context.ptr (), NULL,
176 "create ocl blender failed to get cl context");
177 SmartPtr<CLBlender> blender = create_pyramid_blender (context, 2, true, false).dynamic_cast_ptr<CLBlender> ();