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

/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/gpu/opencl/
H A DFilterContextOpenCL.cpp135 cl_image_format clImageFormat; local
136 clImageFormat.image_channel_order = CL_RGBA;
137 clImageFormat.image_channel_data_type = CL_UNORM_INT8;
141 OpenCLHandle image = clCreateImage(context->deviceContext(), CL_MEM_READ_WRITE, &clImageFormat, &imageDescriptor, 0, 0);
143 OpenCLHandle image = clCreateImage2D(context->deviceContext(), CL_MEM_READ_WRITE, &clImageFormat,
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/filters/
H A DFilterEffect.cpp468 cl_image_format clImageFormat; local
469 clImageFormat.image_channel_order = CL_RGBA;
470 clImageFormat.image_channel_data_type = CL_UNORM_INT8;
476 &clImageFormat, &imageDescriptor, source, &errorCode);
479 &clImageFormat, m_absolutePaintRect.width(), m_absolutePaintRect.height(), 0, source, &errorCode);

Completed in 282 milliseconds