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

  /external/deqp/external/vulkancts/modules/vulkan/image/
vktImageTestsUtil.hpp 39 enum ImageType
53 vk::VkImageType mapImageType (const ImageType imageType);
54 vk::VkImageViewType mapImageViewType (const ImageType imageType);
55 std::string getImageTypeName (const ImageType imageType);
56 std::string getShaderImageType (const tcu::TextureFormat& format, const ImageType imageType);
101 tcu::UVec3 getShaderGridSize (const ImageType imageType, const tcu::UVec3& imageSize); //!< Size used for addresing image in a shade
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
vktSparseResourcesTestsUtil.hpp 40 enum ImageType
54 vk::VkImageType mapImageType (const ImageType imageType);
55 vk::VkImageViewType mapImageViewType (const ImageType imageType);
56 std::string getImageTypeName (const ImageType imageType);
57 std::string getShaderImageType (const tcu::TextureFormat& format, const ImageType imageType);
103 tcu::UVec3 getShaderGridSize (const ImageType imageType,
    [all...]
  /development/perftests/panorama/feature_mos/src/mosaic/
ImageUtils.h 30 typedef ImageTypeBase *ImageType;
62 static void rgb2yvu(ImageType out, ImageType in, int width, int height);
64 static void rgba2yvu(ImageType out, ImageType in, int width, int height);
76 static void yvu2rgb(ImageType out, ImageType in, int width, int height);
77 static void yvu2bgr(ImageType out, ImageType in, int width, int height);
91 static ImageType rgb2gray(ImageType in, int width, int height)
    [all...]
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
ImageUtils.h 30 typedef ImageTypeBase *ImageType;
62 static void rgb2yvu(ImageType out, ImageType in, int width, int height);
64 static void rgba2yvu(ImageType out, ImageType in, int width, int height);
76 static void yvu2rgb(ImageType out, ImageType in, int width, int height);
77 static void yvu2bgr(ImageType out, ImageType in, int width, int height);
91 static ImageType rgb2gray(ImageType in, int width, int height)
    [all...]
  /external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/
ImageHeaderParser.java 3 import static com.bumptech.glide.load.resource.bitmap.ImageHeaderParser.ImageType.GIF;
4 import static com.bumptech.glide.load.resource.bitmap.ImageHeaderParser.ImageType.JPEG;
5 import static com.bumptech.glide.load.resource.bitmap.ImageHeaderParser.ImageType.PNG;
6 import static com.bumptech.glide.load.resource.bitmap.ImageHeaderParser.ImageType.PNG_A;
7 import static com.bumptech.glide.load.resource.bitmap.ImageHeaderParser.ImageType.UNKNOWN;
26 public static enum ImageType {
39 ImageType(boolean hasAlpha) {
86 public ImageType getType() throws IOException {
  /external/webrtc/webrtc/modules/video_coding/
qm_select.h 44 enum ImageType {
140 // Get the imageType (CIF, VGA, HD, etc) for the system width/height.
141 ImageType GetImageType(uint16_t width, uint16_t height);
144 ImageType FindClosestImageType(uint16_t width, uint16_t height);
162 ImageType image_type_;
  /external/ImageMagick/MagickCore/
image.h 65 } ImageType;
266 ImageType
432 ImageType
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplusenums.h 514 typedef enum ImageType {
518 } ImageType;

Completed in 702 milliseconds