HomeSort by relevance Sort by last modified time
    Searched defs:Image (Results 76 - 100 of 140) sorted by null

1 2 34 5 6

  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Ip4Dxe/
Ip4Impl.h 197 EFI_HANDLE Image;
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/UefiPxeBcDxe/
PxeBcImpl.h 63 EFI_HANDLE Image;
  /device/linaro/bootloader/edk2/NetworkPkg/IScsiDxe/
IScsiImpl.h 185 EFI_HANDLE Image;
  /device/linaro/bootloader/edk2/NetworkPkg/Ip6Dxe/
Ip6Impl.h 221 EFI_HANDLE Image;
    [all...]
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Override/IntelFrameworkModulePkg/Library/GenericBdsLib/
BdsConsole.c 646 Convert a *.BMP graphics image to a GOP blt buffer. If a NULL Blt buffer
658 @retval EFI_UNSUPPORTED BmpImage is not a valid *.BMP image
674 UINT8 *Image;
730 // Calculate Color Map offset in the image.
732 Image = BmpImage;
733 BmpColorMap = (BMP_COLOR_MAP *) (Image + sizeof (BMP_IMAGE_HEADER));
762 // Calculate graphics image data address in the image
764 Image = ((UINT8 *) BmpImage) + BmpHeader->ImageOffset;
765 ImageHeader = Image;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/synchronization/
vktSynchronizationUtil.hpp 67 class Image
70 Image (const vk::DeviceInterface& vk,
91 Image (const Image&);
92 Image& operator= (const Image&);
224 vk::Move<vk::VkImageView> makeImageView (const vk::DeviceInterface& vk, const vk::VkDevice device, const vk::VkImage image, const vk::VkImageViewType viewType, const vk::VkFormat format, const vk::VkImageSubresourceRange subresourceRange);
229 vk::VkImageMemoryBarrier makeImageMemoryBarrier (const vk::VkAccessFlags srcAccessMask, const vk::VkAccessFlags dstAccessMask, const vk::VkImageLayout oldLayout, const vk::VkImageLayout newLayout, const vk::VkImage image, const vk::VkImageSubresourceRange subresourceRange);
  /external/deqp/external/vulkancts/modules/vulkan/tessellation/
vktTessellationUtil.hpp 74 class Image
77 Image (const vk::DeviceInterface& vk,
98 Image (const Image&);
99 Image& operator= (const Image&);
207 vk::Move<vk::VkImageView> makeImageView (const vk::DeviceInterface& vk, const vk::VkDevice vkDevice, const vk::VkImage image, const vk::VkImageViewType viewType, const vk::VkFormat format, const vk::VkImageSubresourceRange subresourceRange);
210 vk::VkImageMemoryBarrier makeImageMemoryBarrier (const vk::VkAccessFlags srcAccessMask, const vk::VkAccessFlags dstAccessMask, const vk::VkImageLayout oldLayout, const vk::VkImageLayout newLayout, const vk::VkImage image, const vk::VkImageSubresourceRange subresourceRange);
  /external/deqp/framework/common/
tcuTestLog.hpp 64 * // Write image
66 * log << TestLog::Image("TestImage", "My test image", myImage);
72 * << TestLog::Image("ImageA", "Image A", imageA)
73 * << TestLog::Image("ImageB", "Image B", imageB)
94 typedef LogImage Image;
112 TestLog& operator<< (const Image& image);
    [all...]
  /external/deqp/modules/egl/
teglImageUtil.cpp 46 namespace Image
171 const EGLImageKHR image = egl.createImageKHR(dpy, ctx, getSource(), local
174 return image;
220 return deqp::egl::Image::getEffectiveFormat(m_format, m_type);
554 } // Image
teglImageFormatTests.cpp 21 * \brief EGL image tests.
108 namespace Image
121 virtual bool invoke (ImageApi& api, MovePtr<UniqueImage>& image, tcu::Texture2D& refImg) const = 0;
178 bool invoke (ImageApi& api, MovePtr<UniqueImage>& image, tcu::Texture2D& ref) const;
179 virtual bool invokeGLES2 (GLES2ImageApi& api, MovePtr<UniqueImage>& image, tcu::Texture2D& ref) const = 0;
187 bool invokeGLES2 (GLES2ImageApi& api, MovePtr<UniqueImage>& image, tcu::Texture2D& ref) const;
200 class RenderTexture2D : public Render { public: bool invokeGLES2 (GLES2ImageApi& api, MovePtr<UniqueImage>& image, tcu::Texture2D& ref) const; };
201 class RenderTextureCubemap : public Render { public: bool invokeGLES2 (GLES2ImageApi& api, MovePtr<UniqueImage>& image, tcu::Texture2D& ref) const; };
202 class RenderReadPixelsRenderbuffer : public Render { public: bool invokeGLES2 (GLES2ImageApi& api, MovePtr<UniqueImage>& image, tcu::Texture2D& ref) const; };
203 class RenderDepthbuffer : public Render { public: bool invokeGLES2 (GLES2ImageApi& api, MovePtr<UniqueImage>& image, tcu::Texture2D& ref) const; }
325 const EGLImageKHR image = source.createImage(m_egl, m_display, m_context, buffer.get()); local
    [all...]
  /external/pdfium/xfa/fwl/
cfwl_themepart.h 35 Image,
  /external/vulkan-validation-layers/layers/
descriptor_sets.h 150 enum DescriptorClass { PlainSampler, ImageSampler, Image, TexelBuffer, GeneralBuffer };
169 // Shared helper functions - These are useful because the shared sampler image descriptor type
170 // performs common functions with both sampler and image descriptors so they can share their common functions
  /device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/HiKey/HiKeyDxe/
InstallBootMenu.c 114 L"VenHw(594BFE73-5E18-4F12-8119-19DB8C5FC849)/HD(1,MBR,0x00000000,0x3F,0x21FC0)/Image",
518 /* Check boot image */
533 /* Read the header of boot image. */
543 /* It's debian boot image. */
546 /* It's android boot image. */
701 VOID *Image;
707 Status = GetSectionFromAnyFv (Guid, EFI_SECTION_RAW, 0, &Image, &ImageSize);
717 CopyMem ((VOID *)(UINTN)FdtConfigurationTableBase, Image, ImageSize);
  /device/linaro/bootloader/edk2/MdeModulePkg/Include/Library/
IpIoLib.h 233 EFI_HANDLE Image;
315 @param[in] Image The image handle of the driver or application that
328 IN EFI_HANDLE Image,
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/HiiDatabaseDxe/
Font.c 274 @param ImageWidth Width of the whole image in pixels.
349 @param ImageWidth Width of the whole image in pixels.
465 @param ImageWidth Width of the whole image in pixels.
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/UefiPxeBcDxe/
PxeBcImpl.h 103 EFI_HANDLE Image;
  /external/giflib/
gif_lib.h 48 GifWord Left, Top, Width, Height; /* Current image dimensions. */
67 int ExtensionBlockCount; /* Count of extensions before image */
68 ExtensionBlock *ExtensionBlocks; /* Extensions before image */
77 int ImageCount; /* Number of current image (both APIs) */
78 GifImageDesc Image; /* Current image (low-level API) */
79 SavedImage *SavedImages; /* Image sequence (high-level API) */
80 int ExtensionBlockCount; /* Count extensions past last image */
81 ExtensionBlock *ExtensionBlocks; /* Extensions past last image */
112 #define DISPOSE_DO_NOT 1 /* Leave image in place *
    [all...]
  /external/swiftshader/src/OpenGL/common/
Image.cpp 15 #include "Image.hpp"
908 // Returns the size, in bytes, of a single texel in an Image
    [all...]
  /external/vulkan-validation-layers/tests/
vktestbinding.h 45 class Image;
375 class Image : public internal::NonDispHandle<VkImage> {
377 explicit Image() : NonDispHandle(), format_features_(0) {}
378 explicit Image(const Device &dev, const VkImageCreateInfo &info) : format_features_(0) { init(dev, info); }
380 ~Image();
419 barrier.image = handle();
658 inline VkImageCreateInfo Image::create_info() {
670 inline VkImageSubresource Image::subresource(VkImageAspectFlags aspect, uint32_t mip_level, uint32_t array_layer) {
681 inline VkImageSubresource Image::subresource(const VkImageSubresourceRange &range, uint32_t mip_level, uint32_t array_layer) {
685 inline VkImageSubresourceLayers Image::subresource(VkImageAspectFlags aspect, uint32_t mip_level, uint32_t array_layer
    [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/layers/
descriptor_sets.h 144 enum DescriptorClass { PlainSampler, ImageSampler, Image, TexelBuffer, GeneralBuffer };
161 // Shared helper functions - These are useful because the shared sampler image descriptor type
162 // performs common functions with both sampler and image descriptors so they can share their common functions
364 // TODO : For next 3 maps all we really need (currently) is an image to format mapping
  /external/deqp/executor/
xeTestCaseResult.hpp 65 class Image;
242 class Image : public Item
261 Image (void) : Item(TYPE_IMAGE), width(0), height(0), format(FORMAT_LAST), compression(COMPRESSION_LAST) {}
262 ~Image (void) {}
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Eot/
FvImage.py 2 # Parse FV image
43 ## Image() class
45 # A class for Image
47 class Image(array):
63 m._SubImages = sdict() # {offset: Image()}
121 class FirmwareVolume(Image):
136 Image.__init__(self)
517 # A class for Compressed Image
519 class CompressedImage(Image):
529 Image.__init__(m)
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/Dhcp6Dxe/
Dhcp6Impl.h 265 EFI_HANDLE Image;
  /external/deqp/external/vulkancts/framework/vulkan/
vkNullDriver.cpp 303 class Image
306 Image (VkDevice, const VkImageCreateInfo* pCreateInfo)
854 const Image* image = reinterpret_cast<const Image*>(imageHandle.getInternal()); local
859 if (isCompressedFormat(image->getFormat()))
860 requirements->size = getCompressedImageDataSize(image->getFormat(), image->getExtent());
862 requirements->size = getPackedImageDataSize(image->getFormat(), image->getExtent(), image->getSamples())
    [all...]
  /external/deqp/modules/glshared/
glsFboUtil.hpp 202 struct Image : public Config
209 Image (void)
215 struct Renderbuffer : public Image
222 struct Texture : public Image
264 //! image with name `imageName` is `image`, using `vfr` to check format
266 bool isComplete (glw::GLenum attPoint, const Image* image,
300 glw::GLsizei imageNumSamples (const Image& img);
321 const Image* getImage (glw::GLenum type, glw::GLuint imgName) const
    [all...]

Completed in 1036 milliseconds

1 2 34 5 6