Home
last modified time | relevance | path

Searched refs:build_cl_images (Results 1 – 2 of 2) sorted by relevance

/external/libxcam/modules/ocl/
Dcl_pyramid_blender.h72 void build_cl_images (SmartPtr<CLContext> context, bool need_lap, bool need_uv);
Dcl_pyramid_blender.cpp426 PyramidLayer::build_cl_images (SmartPtr<CLContext> context, bool last_layer, bool need_uv) in build_cl_images() function in XCam::PyramidLayer
625 _pyramid_layers[index].build_cl_images (context, (index == _layers - 1), need_uv ()); in allocate_cl_buffers()