Searched defs:ImageFormat (Results 1 - 11 of 11) sorted by relevance

/external/vboot_reference/firmware/include/
H A Dbmpblk_header.h125 typedef enum ImageFormat { enum
129 } ImageFormat; typedef in typeref:enum:ImageFormat
/external/deqp/modules/glshared/
H A DglsFboUtil.hpp92 struct ImageFormat struct in namespace:deqp::gls::FboUtil
99 bool operator< (const ImageFormat& other) const
105 static ImageFormat none (void)
107 ImageFormat fmt = { GL_NONE, GL_NONE };
112 std::ostream& operator<< (std::ostream& stream, const ImageFormat& format);
114 static inline ImageFormat formatKeyInfo(FormatKey key)
116 ImageFormat fmt = { key & 0xffff, key >> 16 };
138 typedef std::set<ImageFormat> Formats;
143 void addCoreFormat (ImageFormat format, FormatFlags flags);
144 void addExtensionFormat (ImageFormat forma
[all...]
/external/mesa3d/include/CL/
H A Dcl.hpp1157 /*! \stuct ImageFormat
1158 * \brief ImageFormat interface fro cl_image_format.
1160 struct ImageFormat : public cl_image_format struct in namespace:cl
1162 ImageFormat(){} function in struct:cl::ImageFormat
1164 ImageFormat(cl_channel_order order, cl_channel_type type) function in struct:cl::ImageFormat
1170 ImageFormat& operator = (const ImageFormat& rhs)
1500 VECTOR_CLASS<ImageFormat>* formats) const
1514 ImageFormat* value = (ImageFormat*)
[all...]
/external/spirv-llvm/lib/SPIRV/libSPIRV/
H A Dspirv.hpp164 enum ImageFormat { enum in namespace:spv
/external/robolectric/v1/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 200 milliseconds