HomeSort by relevance Sort by last modified time
    Searched defs:bitmapFormat (Results 1 - 2 of 2) sorted by null

  /external/skia/tools/skpdiff/
SkCLImageDiffer.cpp 89 cl_image_format bitmapFormat;
92 bitmapFormat.image_channel_order = CL_A;
93 bitmapFormat.image_channel_data_type = CL_UNSIGNED_INT8;
96 bitmapFormat.image_channel_order = CL_RGB;
97 bitmapFormat.image_channel_data_type = CL_UNORM_SHORT_565;
100 bitmapFormat.image_channel_order = CL_RGBA;
101 bitmapFormat.image_channel_data_type = CL_UNSIGNED_INT8;
111 &bitmapFormat, bitmap->width(), bitmap->height(),
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 

Completed in 57 milliseconds