Searched refs:stitch (Results 1 - 4 of 4) sorted by relevance

/external/libxcam/modules/ocl/
H A Dcl_image_360_stitch.cpp2 * cl_image_360_stitch.cpp - CL Image 360 stitch
38 const SmartPtr<CLContext> &context, SmartPtr<CLImage360Stitch> &stitch, bool is_uv)
40 , _stitch (stitch)
319 XCAM_LOG_WARNING ("stitch-info was not initialized, return default parameters");
836 SmartPtr<CLImage360Stitch> &stitch,
849 kernel = new CLBlenderGlobalScaleKernel (context, stitch, is_uv);
870 SmartPtr<CLImage360Stitch> stitch = new CLImage360Stitch ( local
872 XCAM_ASSERT (stitch.ptr ());
878 stitch->set_fisheye_handler (fisheye, index);
885 stitch
37 CLBlenderGlobalScaleKernel( const SmartPtr<CLContext> &context, SmartPtr<CLImage360Stitch> &stitch, bool is_uv) argument
834 create_blender_global_scale_kernel( const SmartPtr<CLContext> &context, SmartPtr<CLImage360Stitch> &stitch, bool is_uv) argument
[all...]
H A Dcl_image_360_stitch.h2 * cl_image_360_stitch.h - CL Image 360 stitch
50 const SmartPtr<CLContext> &context, SmartPtr<CLImage360Stitch> &stitch, bool is_uv);
/external/skia/src/shaders/
H A DSkPerlinNoiseShader.cpp106 this->stitch();
261 void stitch() {
290 // Set up TurbulenceInitial stitch values.
526 // Set up TurbulenceInitial stitch values.
542 // Update stitch values
1015 // Set up TurbulenceInitial stitch values.
1405 // Either we don't stitch tiles, either we have a valid tile size
1506 str->append(" stitch tiles: ");
/external/skqp/src/shaders/
H A DSkPerlinNoiseShader.cpp106 this->stitch();
256 void stitch() {
285 // Set up TurbulenceInitial stitch values.
519 // Set up TurbulenceInitial stitch values.
535 // Update stitch values
1008 // Set up TurbulenceInitial stitch values.
1398 // Either we don't stitch tiles, either we have a valid tile size
1490 str->append(" stitch tiles: ");

Completed in 166 milliseconds