Searched defs:ImageFormat (Results 1 – 6 of 6) sorted by relevance
31 struct ImageFormat { struct32 int width;33 int height;34 int channels;
159 struct ImageFormat struct161 glw::GLenum format;164 glw::GLenum unsizedType;166 bool operator< (const ImageFormat& other) const in operator <()172 static ImageFormat none (void) in none()
19 enum ImageFormat { enum
20 public enum ImageFormat { enum in ChromeDebug.LowLevel.LowLevelTypes
1160 struct ImageFormat : public cl_image_format struct1162 ImageFormat(){} in ImageFormat() argument1164 ImageFormat(cl_channel_order order, cl_channel_type type) in ImageFormat() argument1170 ImageFormat& operator = (const ImageFormat& rhs) in operator =()