Searched refs:ImageFormat (Results 1 - 14 of 14) sorted by relevance

/external/vboot_reference/utility/include/
H A Dimage_types.h17 ImageFormat identify_image_type(const void *buf, uint32_t bufsize,
/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...]
H A DglsFboCompletenessTests.hpp102 ImageFormat getDefaultFormat (GLenum attPoint, GLenum bufType) const;
109 ImageFormat format,
116 Image* makeImage (GLenum bufType, ImageFormat format,
118 Attachment* makeAttachment (GLenum bufType, ImageFormat format,
H A DglsFboCompletenessTests.cpp429 static bool isFormatFeatureSupported (const FormatDB& db, const ImageFormat& format, FormatFlags feature)
434 static void logAffectingExtensions (const char* prefix, const FormatDB& db, const ImageFormat& format, FormatFlags feature, tcu::MessageBuilder& msg)
471 std::set<ImageFormat> formats;
482 for (std::set<ImageFormat>::const_iterator it = formats.begin(); it != formats.end(); ++it)
677 ImageFormat TestBase::getDefaultFormat (GLenum attPoint, GLenum bufType) const
681 return ImageFormat::none();
701 Image* makeImage (GLenum bufType, ImageFormat format,
724 Attachment* makeAttachment (GLenum bufType, ImageFormat format,
752 void TestBase::attachTargetToNew (GLenum target, GLenum bufType, ImageFormat format,
755 ImageFormat imgFm
[all...]
H A DglsFboUtil.cpp79 std::ostream& operator<< (std::ostream& stream, const ImageFormat& format)
93 void FormatDB::addCoreFormat (ImageFormat format, FormatFlags newFlags)
99 void FormatDB::addExtensionFormat (ImageFormat format, FormatFlags newFlags, const std::set<std::string>& requiredExtensions)
132 bool FormatDB::isKnownFormat (ImageFormat format) const
137 FormatFlags FormatDB::getFormatInfo (ImageFormat format) const
143 std::set<std::set<std::string> > FormatDB::getFormatFeatureExtensions (ImageFormat format, FormatFlags requirements) const
988 TransferFormat transferImageFormat (const ImageFormat& imgFormat)
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowCameraParameters.java3 import android.graphics.ImageFormat;
22 private int previewFormat = ImageFormat.NV21;
71 formats.add(ImageFormat.NV21);
72 formats.add(ImageFormat.JPEG);
79 formats.add(ImageFormat.NV21);
80 formats.add(ImageFormat.JPEG);
/external/vboot_reference/firmware/include/
H A Dbmpblk_header.h125 typedef enum ImageFormat { enum
129 } ImageFormat; typedef in typeref:enum:ImageFormat
/external/deqp/modules/gles2/functional/
H A Des2fFboCompletenessTests.cpp246 ImageFormat colorFmt;
248 ImageFormat depthFmt;
250 ImageFormat stencilFmt;
262 GLenum formatKind (ImageFormat fmt);
282 GLenum SupportedCombinationTest::formatKind (ImageFormat fmt)
298 const ImageFormat none = ImageFormat::none();
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
H A DCameraParametersTest.java4 import android.graphics.ImageFormat;
77 assertThat(shadowParameters.getPreviewFormat(), equalTo(ImageFormat.NV21));
78 parameters.setPreviewFormat(ImageFormat.JPEG);
79 assertThat(shadowParameters.getPreviewFormat(), equalTo(ImageFormat.JPEG));
87 assertThat(supportedFormats, hasItem(ImageFormat.NV21));
95 assertThat(supportedFormats, hasItem(new Integer(ImageFormat.NV21)));
H A DCameraTest.java5 import android.graphics.ImageFormat;
73 assertThat(parameters.getPreviewFormat(), equalTo(ImageFormat.NV21));
74 parameters.setPreviewFormat(ImageFormat.JPEG);
76 assertThat(camera.getParameters().getPreviewFormat(), equalTo(ImageFormat.JPEG));
/external/vboot_reference/utility/
H A Dimage_types.c35 ImageFormat identify_image_type(const void *buf, uint32_t bufsize,
/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/deqp/modules/gles3/functional/
H A Des3fFboCompletenessTests.cpp404 const ImageFormat fmt = { s_formats[i], GL_NONE };
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 1315 milliseconds