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

/macosx-10.10/WebCore-7600.1.25/platform/graphics/filters/
H A DFilterEffect.cpp494 cl_image_format clImageFormat; local
495 clImageFormat.image_channel_order = CL_RGBA;
496 clImageFormat.image_channel_data_type = CL_UNORM_INT8;
502 &clImageFormat, &imageDescriptor, source, &errorCode);
505 &clImageFormat, m_absolutePaintRect.width(), m_absolutePaintRect.height(), 0, source, &errorCode);

Completed in 117 milliseconds