Home
last modified time | relevance | path

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

/external/skia/tools/skpdiff/
DSkCLImageDiffer.cpp89 cl_image_format bitmapFormat; in makeImage2D() local
92 bitmapFormat.image_channel_order = CL_A; in makeImage2D()
93 bitmapFormat.image_channel_data_type = CL_UNSIGNED_INT8; in makeImage2D()
96 bitmapFormat.image_channel_order = CL_RGB; in makeImage2D()
97 bitmapFormat.image_channel_data_type = CL_UNORM_SHORT_565; in makeImage2D()
100 bitmapFormat.image_channel_order = CL_RGBA; in makeImage2D()
101 bitmapFormat.image_channel_data_type = CL_UNSIGNED_INT8; in makeImage2D()
111 &bitmapFormat, bitmap->width(), bitmap->height(), in makeImage2D()