Home
last modified time | relevance | path

Searched defs:ImageFormat (Results 1 – 5 of 5) sorted by relevance

/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g2d/
DPixmapPackerIO.java18 public static enum ImageFormat { enum in PixmapPackerIO
31 ImageFormat(String extension) { in ImageFormat() method in PixmapPackerIO.ImageFormat
/external/deqp/modules/glshared/
DglsFboUtil.hpp92 struct ImageFormat struct
94 glw::GLenum format;
97 glw::GLenum unsizedType;
99 bool operator< (const ImageFormat& other) const in operator <()
105 static ImageFormat none (void) in none()
/external/vboot_reference/firmware/include/
Dbmpblk_header.h125 typedef enum ImageFormat { enum
129 } ImageFormat; typedef
/external/mesa3d/include/CL/
Dcl.hpp1160 struct ImageFormat : public cl_image_format struct
1162 ImageFormat(){} in ImageFormat() argument
1164 ImageFormat(cl_channel_order order, cl_channel_type type) in ImageFormat() argument
1170 ImageFormat& operator = (const ImageFormat& rhs) in operator =()
/external/opencv3/3rdparty/include/opencl/1.2/CL/
Dcl.hpp1876 struct ImageFormat : public cl_image_format struct
1879 ImageFormat(){} in ImageFormat() argument
1882 ImageFormat(cl_channel_order order, cl_channel_type type) in ImageFormat() function
1889 ImageFormat& operator = (const ImageFormat& rhs) in operator =()