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

1 23 4 5 6

  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/FirmwareVolume/UpdateDriverDxe/
FlashUpdate.c 2 Functions in this file will program the image into flash area.
302 Update the whole FV image in fault tolerant write method.
308 @param ImageBuffer Image buffer to be updated.
309 @param ImageSize Image size.
311 @retval EFI_SUCCESS FV image is writed into flash.
508 Directly update the whole FV image without fault tolerant write method.
514 @param ImageBuffer Image buffer to be updated.
515 @param ImageSize Image size.
517 @retval EFI_SUCCESS FV image is writed into flash.
582 Update the whole FV image, and reinsall FVB protocol for the updated FV image.
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/PciBusDxe/
PciOptionRomSupport.c 18 Load the EFI Image from Option ROM
21 @param FilePath The file path of the EFI Image
33 @retval EFI_DEVICE_ERROR Failed to decompress PCI Option Rom image.
100 // Uncompressed: Copy the EFI Image directly to user's buffer
194 @retval EFI_DEVICE_ERROR Failed to decompress PCI Option Rom image.
315 @param RomImage The ROM address of Image for check.
318 @retval TRUE ROM contain EFI Image.
319 @retval FALSE ROM not contain EFI Image.
370 Load Option Rom image for specified PCI device.
375 @retval EFI_OUT_OF_RESOURCES No enough memory to hold image.
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Include/Library/
TcpIoLib.h 85 EFI_HANDLE Image;
107 @param[in] Image The handle of the driver image.
124 IN EFI_HANDLE Image,
UdpIoLib.h 143 EFI_HANDLE Image;
229 @param[in] ImageHandle The image handle for the driver.
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Dhcp4Dxe/
Dhcp4Impl.h 89 EFI_HANDLE Image;
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/IScsiDxe/
IScsiImpl.h 153 EFI_HANDLE Image;
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Ip4Dxe/
Ip4If.h 161 EFI_HANDLE Image;
198 @param[in] ImageHandle This driver's image handle.
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Mtftp4Dxe/
Mtftp4Impl.h 79 EFI_HANDLE Image;
  /device/linaro/bootloader/edk2/NetworkPkg/DnsDxe/
DnsDhcp.c 38 @param[in] Image The image handle used to open service.
47 IN EFI_HANDLE Image
70 Image,
84 Image,
155 Image,
416 EFI_HANDLE Image;
436 Image = Instance->Service->ImageHandle;
475 Status = DnsStartIp4 (Controller, Image);
486 Image,
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/HttpBootDxe/
HttpBootDxe.h 98 EFI_HANDLE Image;
  /device/linaro/bootloader/edk2/NetworkPkg/Mtftp6Dxe/
Mtftp6Impl.h 108 EFI_HANDLE Image;
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDriver1CommandsLib/
Dh.c 212 Gets the name of the loaded image.
226 // get loaded image and devicepathtotext on image->Filepath
285 BOOLEAN Image;
377 Image = FALSE;
393 if (Image) {
854 @param[in] ImageHandle Handle to the Image (NULL if Internal).
  /external/deqp/external/vulkancts/modules/vulkan/draw/
vktDrawImageObjectUtil.cpp 22 * \brief Image Object Util
146 Image::Image (const vk::DeviceInterface& vk,
164 tcu::ConstPixelBufferAccess Image::readSurface (vk::VkQueue queue,
188 tcu::ConstPixelBufferAccess Image::readVolume (vk::VkQueue queue,
213 tcu::ConstPixelBufferAccess Image::readSurface1D(vk::VkQueue queue,
237 void Image::read (vk::VkQueue queue,
252 de::SharedPtr<Image> stagingResource = copyToLinearImage(queue, allocator, layout, offset, width,
258 void Image::readUsingBuffer (vk::VkQueue queue,
336 barrier.image = object()
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/geometry/
vktGeometryTestsUtil.hpp 80 class Image
83 Image (const vk::DeviceInterface& vk,
104 Image (const Image&);
105 Image& operator= (const Image&);
172 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);
178 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);
180 de::MovePtr<vk::Allocation> bindImage (const vk::DeviceInterface& vk, const vk::VkDevice device, vk::Allocator& allocator, const vk::VkImage image, const vk::MemoryRequirement requirement);
  /external/deqp/external/vulkancts/modules/vulkan/image/
vktImageTestsUtil.cpp 21 * \brief Image Tests Utility Classes
33 namespace image namespace in namespace:vkt
47 Image::Image (const DeviceInterface& vk,
83 DE_FATAL("Unknown image type");
107 DE_FATAL("Unknown image type");
133 DE_FATAL("Unknown image type");
164 DE_FATAL("Unknown image type");
188 DE_FATAL("Unknown image type");
317 const VkImage image,
    [all...]
  /external/deqp/modules/egl/
teglImageTests.cpp 21 * \brief EGL image tests.
87 namespace Image
214 const EGLImageKHR image = egl.createImageKHR(dpy, context, source, 0, DE_NULL); local
218 checkCallReturn(m_eglTestCtx, call.str().c_str(), image, EGL_NO_IMAGE_KHR, expectError);
377 const EGLImageKHR image = m_source->createImage(egl, dpy, eglContext, clientBuffer->get()); local
379 if (image == EGL_NO_IMAGE_KHR)
387 // Destroy image
388 CHECK_EXT_CALL_RET(egl.destroyImageKHR(context.getEglDisplay(), image), (EGLBoolean)EGL_TRUE, EGL_SUCCESS);
454 // Create EGL image
456 EGLImageKHR image = CHECK_EXT_CALL_ERR(egl.createImageKHR(context.getEglDisplay(), context.getEglContext(), EGL_GL_ (…) local
    [all...]
  /external/pdfium/samples/
image_diff.cc 39 class Image {
41 Image() : w_(0), h_(0) {
44 Image(const Image& image)
45 : w_(image.w_),
46 h_(image.h_),
47 data_(image.data_) {
66 // Creates the image from the given filename on disk, and returns true on
118 // Pixel dimensions of the image
    [all...]
  /external/piex/src/
piex_types.h 33 // Defines the properties of an image. width and height are required for
34 // uncompressed images, but are optional for compressed images. An image is
36 struct Image {
48 bool operator>(const Image& rhs) const {
53 // Contains relevant image information as well as the 'preview_offset' and the
54 // 'preview_length' which are used to obtain the JPEG compressed preview image.
80 // Optional data to find the preview and thumbnail image to handle them
82 // has black borders at the top and bottom. If length is 0 the image could not
84 Image preview;
85 Image thumbnail
    [all...]
  /external/skia/tests/
ProcessorTest.cpp 49 struct Image {
50 Image(sk_sp<GrTexture> texture, GrIOType ioType) : fTexture(texture), fIOType(ioType) {}
60 const SkTArray<Image>& images) {
76 const SkTArray<Image>& images)
84 for (const Image& image : images) {
86 image.fTexture, image.fIOType, GrSLMemoryModel::kNone, GrSLRestrict::kNo));
163 SkTArray<TestFP::Image> images;
  /external/swiftshader/src/OpenGL/common/
Image.hpp 49 class Image : public sw::Surface, public gl::Object
52 // 2D texture image
53 Image(Texture *parentTexture, GLsizei width, GLsizei height, GLenum format, GLenum type)
63 // 3D texture image
64 Image(Texture *parentTexture, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type)
74 // Native EGL image
75 Image(GLsizei width, GLsizei height, GLenum format, GLenum type, int pitchP)
85 Image(GLsizei width, GLsizei height, sw::Format internalFormat, int multiSampleDepth, bool lockable)
170 virtual void destroyShared() // Release a shared image
189 virtual ~Image();
    [all...]
  /prebuilts/go/darwin-x86/src/image/
image.go 5 // Package image implements a basic 2-D image library.
7 // The fundamental interface is called Image. An Image contains colors, which
8 // are described in the image/color package.
10 // Values of the Image interface are created either by calling functions such
12 // image data in a format such as GIF, JPEG or PNG. Decoding any particular
13 // image format requires the prior registration of a decoder function.
15 // format's package so that, to decode a PNG image, it suffices to have
16 // import _ "image/png
22 package image package
    [all...]
  /prebuilts/go/linux-x86/src/image/
image.go 5 // Package image implements a basic 2-D image library.
7 // The fundamental interface is called Image. An Image contains colors, which
8 // are described in the image/color package.
10 // Values of the Image interface are created either by calling functions such
12 // image data in a format such as GIF, JPEG or PNG. Decoding any particular
13 // image format requires the prior registration of a decoder function.
15 // format's package so that, to decode a PNG image, it suffices to have
16 // import _ "image/png
22 package image package
    [all...]
  /device/linaro/bootloader/edk2/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...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Image/
Image.c 2 Core image handling services to load and unload PeImage.
16 #include "Image.h"
34 // This code is needed to build the Image handle for the DXE Core
38 NULL, // Image handle
39 EFI_IMAGE_SUBSYSTEM_EFI_BOOT_SERVICE_DRIVER, // Image type
121 Add the Image Services to EFI Boot Services Table and install the protocol
122 interfaces for this image.
135 LOADED_IMAGE_PRIVATE_DATA *Image;
142 // Searching for image hob
164 Image = &mCorePrivateImage;
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/HiiDatabaseDxe/
Image.c 21 Get the imageid of last image block: EFI_HII_IIBT_END_BLOCK when input
23 corresponding image block with identifier specified by ImageId.
27 @param ImageBlock Points to the beginning of a series of image blocks stored in order.
28 @param ImageId If input ImageId is 0, output the image id of the EFI_HII_IIBT_END_BLOCK;
29 else use this id to find its corresponding image block address.
31 @return The image block address when input ImageId is not zero; otherwise return NULL.
60 // If the found image block is a duplicate block, update the ImageId to
61 // find the previous defined image block.
75 // Can not find the specified image block in this image.
    [all...]

Completed in 1343 milliseconds

1 23 4 5 6