HomeSort by relevance Sort by last modified time
    Searched refs:Image (Results 176 - 200 of 1239) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/swiftshader/src/OpenGL/libEGL/
Context.hpp 29 class Image;
37 virtual Image *createSharedImage(EGLenum target, GLuint name, GLuint textureLevel) = 0;
Display.h 33 class Image;
76 EGLImageKHR createSharedImage(Image *image);
78 virtual Image *getSharedImage(EGLImageKHR name) = 0;
101 gl::NameSpace<Image> mSharedImageNameSpace;
Surface.hpp 40 egl::Image *getRenderTarget() override;
41 egl::Image *getDepthStencil() override;
74 Image *depthStencil;
75 Image *backBuffer;
  /frameworks/base/media/java/android/media/
Image.java 25 * <p>A single complete image buffer to use with a media source such as a
30 * data of the Image through one or more
41 * from various media sources, not closing old Image objects will prevent the
43 * {@link ImageReader#getMaxImages the maximum outstanding image count} is
49 public abstract class Image implements AutoCloseable {
58 protected Image() {
62 * Throw IllegalStateException if the image is invalid (already closed).
68 throw new IllegalStateException("Image is already closed");
72 * Get the format for this image. This format determines the number of
73 * ByteBuffers needed to represent the image, and the general layout of th
    [all...]
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
ImageReaderTest.java 22 import android.media.Image;
23 import android.media.Image.Plane;
39 private Image mImage1;
40 private Image mImage2;
41 private Image mImage3;
59 mImage1 = mock(Image.class);
60 mImage2 = mock(Image.class);
61 mImage3 = mock(Image.class);
81 * Return null when there is nothing in the image queue.
91 * Return the last image from the image queue, close up the rest
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/IScsiDxe/
IScsiDhcp.h 44 @param[in] Image The handle of the driver image.
56 IN EFI_HANDLE Image,
  /device/linaro/bootloader/edk2/NetworkPkg/IScsiDxe/
IScsiDhcp.h 45 @param[in] Image The handle of the driver image.
57 IN EFI_HANDLE Image,
IScsiDhcp6.h 59 @param[in] Image The handle of the driver image.
75 IN EFI_HANDLE Image,
  /external/ImageMagick/MagickCore/
monitor-private.h 21 #include "MagickCore/image.h"
27 static inline MagickBooleanType SetImageProgress(const Image *image,
33 if (image->progress_monitor == (MagickProgressMonitor) NULL)
36 image->filename);
37 return(image->progress_monitor(message,offset,extent,image->client_data));
monitor.c 45 #include "MagickCore/image.h"
61 % SetImageProgressMonitor() sets the image progress monitor to the specified
74 % MagickProgressMonitor SetImageProgressMonitor(Image *image,
79 % o image: the image.
82 % an image operation.
87 MagickExport MagickProgressMonitor SetImageProgressMonitor(Image *image,
93 previous_monitor=image->progress_monitor
    [all...]
monitor.h 30 SetImageProgressMonitor(Image *,const MagickProgressMonitor,void *),
image-view.h 16 MagickCore image view methods.
46 extern MagickExport Image
52 *NewImageView(Image *,ExceptionInfo *),
53 *NewImageViewRegion(Image *,const ssize_t,const ssize_t,const size_t,
  /external/ImageMagick/coders/
info.c 13 % Write Info About the Image. %
51 #include "MagickCore/image.h"
52 #include "MagickCore/image-private.h"
71 WriteINFOImage(const ImageInfo *,Image *,ExceptionInfo *);
85 % RegisterINFOImage() adds attributes for the INFO image format to
86 % the list of supported formats. The attributes include the image format
103 "The image format and characteristics");
152 % Image *image,ExceptionInfo *exception)
156 % o image_info: the image info
    [all...]
thumbnail.c 67 WriteTHUMBNAILImage(const ImageInfo *,Image *,ExceptionInfo *);
81 % RegisterTHUMBNAILImage() adds attributes for the THUMBNAIL image format to
82 % the list of supported formats. The attributes include the image format
141 % WriteTHUMBNAILImage() extracts the EXIF thumbnail image and writes it.
146 % Image *image,ExceptionInfo *exception)
150 % o image_info: the image info.
152 % o image: The image.
158 Image *image,ExceptionInfo *exception
    [all...]
tile.c 13 % Return A Tiled Image Using Texture. %
49 #include "MagickCore/image.h"
50 #include "MagickCore/image-private.h"
73 % ReadTILEImage tiles a texture on an image. It allocates the
74 % memory necessary for the new Image structure and returns a pointer to the
75 % new image.
79 % Image *ReadTILEImage(const ImageInfo *image_info,
84 % o image_info: the image info.
89 static Image *ReadTILEImage(const ImageInfo *image_info,
92 Image
91 *image, local
    [all...]
fax.c 13 % Read/Write Group 3 Fax Image Format %
54 #include "MagickCore/image.h"
55 #include "MagickCore/image-private.h"
72 WriteFAXImage(const ImageInfo *,Image *,ExceptionInfo *);
86 % IsFAX() returns MagickTrue if the image format type, identified by the
95 % o magick: compare image format pattern against these bytes.
122 % ReadFAXImage() reads a Group 3 FAX image file and returns it. It
123 % allocates the memory necessary for the new Image structure and returns a
124 % pointer to the new image.
128 % Image *ReadFAXImage(const ImageInfo *image_info,ExceptionInfo *exception
185 *image; local
    [all...]
xtrn.c 43 % IMAGE - passes an image and image info structure %
44 % BLOB - passes binary blob containining the image %
67 #include "MagickCore/image.h"
68 #include "MagickCore/image-private.h"
84 WriteXTRNImage(const ImageInfo *,Image *,ExceptionInfo *exception);
99 % ReadXTRNImage() reads a XTRN image file and returns it. It
100 % allocates the memory necessary for the new Image structure and returns a
101 % pointer to the new image
118 *image; local
    [all...]
  /external/deqp/modules/egl/
teglImageFormatTests.hpp 23 * \brief EGL image tests.
33 namespace Image
40 } // Image
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplusmetafile.h 33 class Metafile: public Image
71 BOOL deleteWmf = FALSE): Image(NULL, Ok)
79 Metafile(HENHMETAFILE hEmf, BOOL deleteEmf = FALSE): Image(NULL, Ok)
86 Metafile(const WCHAR *filename): Image(NULL, Ok)
95 Image(NULL, Ok)
103 Metafile(IStream *stream): Image(NULL, Ok)
111 const WCHAR *description = NULL): Image(NULL, Ok)
122 const WCHAR *description = NULL): Image(NULL, Ok)
133 const WCHAR *description = NULL): Image(NULL, Ok)
143 const WCHAR *description = NULL): Image(NULL, Ok
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/
ErrorImageComposite.java 11 import org.eclipse.swt.graphics.Image;
23 private Image mBaseImage;
30 * @param baseImage the base image to overlay an icon on top of
32 public ErrorImageComposite(Image baseImage) {
39 * @param baseImage the base image to overlay an icon on top of
42 public ErrorImageComposite(Image baseImage, boolean warning) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/
ResourceLabelProvider.java 26 import org.eclipse.swt.graphics.Image;
54 private Image mWarningImage;
65 public Image getImage(Object element) {
99 public Image getColumnImage(Object element, int columnIndex) {
  /external/swiftshader/src/OpenGL/libGLES_CM/
Framebuffer.h 22 #include "common/Image.hpp"
48 egl::Image *getRenderTarget();
49 egl::Image *getDepthBuffer();
50 egl::Image *getStencilBuffer();
Renderbuffer.cpp 96 // Increments refcount on image.
97 // caller must release() the returned image
98 egl::Image *RenderbufferTexture2D::getRenderTarget()
103 // Increments refcount on image.
104 // caller must release() the returned image
105 egl::Image *RenderbufferTexture2D::createSharedImage()
169 // Increments refcount on image.
170 // caller must Release() the returned image
171 egl::Image *Renderbuffer::getRenderTarget()
176 // Increments refcount on image
    [all...]
Texture.h 89 virtual egl::Image *getRenderTarget(GLenum target, unsigned int level) = 0;
90 egl::Image *createSharedImage(GLenum target, unsigned int level);
101 void setImage(egl::Context *context, GLenum format, GLenum type, GLint unpackAlignment, const void *pixels, egl::Image *image);
102 void subImage(egl::Context *context, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, GLint unpackAlignment, const void *pixels, egl::Image *image);
103 void setCompressedImage(GLsizei imageSize, const void *pixels, egl::Image *image);
104 void subImageCompressed(GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const void *pixels, egl::Image *image);
171 egl::Image *image[IMPLEMENTATION_MAX_TEXTURE_LEVELS]; member in class:es1::Texture2D
    [all...]
  /external/swiftshader/src/OpenGL/libGL/
Texture.h 87 virtual Image *getRenderTarget(GLenum target, unsigned int level) = 0;
93 void setImage(GLenum format, GLenum type, GLint unpackAlignment, const void *pixels, Image *image);
94 void subImage(GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, GLint unpackAlignment, const void *pixels, Image *image);
95 void setCompressedImage(GLsizei imageSize, const void *pixels, Image *image);
96 void subImageCompressed(GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const void *pixels, Image *image);
98 bool copy(Image *source, const sw::Rect &sourceRect, GLenum destFormat, GLint xoffset, GLint yoffset, Image *dest)
154 Image *image[IMPLEMENTATION_MAX_TEXTURE_LEVELS]; member in class:gl::Texture2D
210 Image *image[6][IMPLEMENTATION_MAX_TEXTURE_LEVELS]; member in class:gl::TextureCubeMap
    [all...]

Completed in 310 milliseconds

1 2 3 4 5 6 78 91011>>