| /external/skia/src/gpu/gl/ |
| GrGLGpu.h | 568 struct Image { 572 SkTArray<Image, true> fHWBoundImageStorages;
|
| /frameworks/native/vulkan/libvulkan/ |
| swapchain.cpp | 223 struct Image { 224 Image() : image(VK_NULL_HANDLE), dequeue_fence(-1), dequeued(false) {} 225 VkImage image; member in struct:vulkan::driver::__anon39668::Swapchain::Image 249 Swapchain::Image& image) { 250 ALOG_ASSERT(release_fence == -1 || image.dequeued, 254 if (image.dequeued) { 260 if (image.dequeue_fence >= 0) 261 close(image.dequeue_fence) [all...] |
| /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/ |
| gdiplusimpl.h | 5 * Image, InstalledFontCollection, PrivateFontCollection, Region 41 // Image 43 __inline__ Image* Image::FromFile(const WCHAR *filename, 46 return new Image(filename, useEmbeddedColorManagement); 49 __inline__ Image* Image::FromStream(IStream *stream, 52 return new Image(stream, useEmbeddedColorManagement); 55 __inline__ Image::Image(const WCHAR *filename, BOOL useEmbeddedColorManagement) [all...] |
| /external/ImageMagick/Magick++/lib/ |
| Image.cpp | 6 // Implementation of Image 21 #include "Magick++/Image.h" 36 MagickPPExport int Magick::operator == (const Magick::Image &left_, 37 const Magick::Image &right_) 39 // If image pixels and signature are the same, then the image is identical 45 MagickPPExport int Magick::operator != (const Magick::Image &left_, 46 const Magick::Image &right_) 51 MagickPPExport int Magick::operator > (const Magick::Image &left_, 52 const Magick::Image &right_ 216 *image; local 833 *image; local 1479 *image; local 4270 *image; local 4722 *image; local 4940 MagickCore::Image *&Magick::Image::image(void) function in class:Magick::Image 4993 *image; local 5091 *image; local [all...] |
| /external/ImageMagick/Magick++/lib/Magick++/ |
| Drawable.h | 734 // Draw image at point, scaled to size specified by width and height 735 class MagickPPExport Image; 743 const Image &image_ ); 751 const Image &image_ ); 760 const Image &image_, 827 void image( const Image &image_ ); 828 Magick::Image image( void ) const; 830 // Specify image format used to output Base64 inlined image data [all...] |
| /external/chromium-trace/catapult/telemetry/third_party/png/ |
| png.py | 44 # 2006-06-17 Nicko: Test suite with various image generators. 95 for Red, Green, Blue, the components of a colour image; *A* stands for 109 Consider an image that is 3 pixels wide by 2 pixels high, and each pixel 131 The entire image is one single giant sequence of colour values. 154 by the PNG image format) each pixel value is decomposed into 2 bytes 157 format, but may be just right if the source data for the PNG image 191 __all__ = ['Image', 'Reader', 'Writer', 'write_chunks', 'from_array'] 343 Image size in pixels, as two separate arguments. 345 Image size (w,h) in pixels, as single argument. 353 Create a palette for a colour mapped image (colour type 3) [all...] |
| /external/deqp/external/vulkancts/modules/vulkan/synchronization/ |
| vktSynchronizationSmokeTests.cpp | 224 struct Image 226 vk::Move<VkImage> image; member in struct:vkt::synchronization::__anon16618::Image 232 void createVulkanImage (const DeviceInterface& vkd, VkDevice device, Allocator& allocator, const ImageParameters& imageParameters, Image& image, MemoryRequirement visibility) 257 image.image = createImage(vkd, device, &imageCreateParams); 258 image.allocation = allocator.allocate(getImageMemoryRequirements(vkd, device, *image.image), visibility); 260 VK_CHECK(vkd.bindImageMemory(device, *image.image, image.allocation->getMemory(), image.allocation->getOffset())) 455 VkImage image; member in struct:vkt::synchronization::__anon16618::RenderInfo 518 VkImage image; member in struct:vkt::synchronization::__anon16618::TransferInfo 579 vk::Move<VkImage> image; member in struct:vkt::synchronization::__anon16618::TestContext 674 Image image; local [all...] |
| /external/spirv-llvm/lib/SPIRV/ |
| SPIRVInternal.h | 288 const static char Image[] = "Image"; 305 const static char ImagePrefix[] = "opencl.image"; 575 /// Check if a type is OCL image type. 580 /// \param Postfix contains postfixes extracted from the SPIR-V image 827 /// Get the postfixes of SPIR-V image type name as in spirv.Image.postfixes. 833 /// Get the sampled type name used in postfix of image type in SPIR-V 838 /// Translates OpenCL image type names to SPIR-V. 839 /// E.g. %opencl.image1d_rw_t -> %spirv.Image._void_0_0_0_0_0_0_ [all...] |
| /frameworks/native/vulkan/nulldrv/ |
| null_driver.cpp | 890 Image* image = static_cast<Image*>(allocator->pfnAllocation( local 903 Image* image = GetImageFromHandle(image_handle); local 914 Image* image = GetImageFromHandle(image_handle); local [all...] |
| /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/ |
| ant-jai.jar | |
| /external/libpng/contrib/libtests/ |
| pngstest.c | 570 /* THE Image STRUCTURE */ 571 /* The super-class of a png_image, contains the decoded image plus the input 576 png_image image; member in struct:__anon24012 590 Image; 594 newimage(Image *image) 596 memset(image, 0, sizeof *image); 599 /* Reset the image to be read again - only needs to rewind the FILE* at present. 602 resetimage(Image *image 3440 Image image; local [all...] |
| /external/mesa3d/include/CL/ |
| cl.hpp | [all...] |
| /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/ |
| Tkinter.py | [all...] |
| /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/ |
| Tkinter.py | [all...] |
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/ |
| Tkinter.py | [all...] |
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/ |
| Tkinter.py | [all...] |
| /external/pdfium/xfa/fxfa/ |
| fxfa_basic.h | 733 Image,
|
| /external/mesa3d/src/mesa/main/ |
| mtypes.h | [all...] |
| /prebuilts/tools/common/m2/repository/org/pegdown/pegdown/1.1.0/ |
| pegdown-1.1.0.jar | |
| /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-ecr/1.11.18/ |
| aws-java-sdk-ecr-1.11.18.jar | |
| /external/vulkan-validation-layers/include/vulkan/ |
| vulkan.hpp | 1143 class Image 1146 Image() 1151 Image(VkImage image) 1152 : m_image(image) 1155 Image& operator=(VkImage image) 1157 m_image = image; 1162 bool operator==(Image const &rhs) const 1167 bool operator!=(Image const &rhs) cons 8741 Image image; member in struct:vk::vk::ImageLayout::AttachmentLoadOp::AttachmentStoreOp::ImageType::ImageTiling::ImageViewType::CommandBufferLevel::ComponentSwizzle::DescriptorType::QueryType::BorderColor::PipelineBindPoint::PipelineCacheHeaderVersion::PrimitiveTopology::SharingMode::IndexType::Filter::SamplerMipmapMode::SamplerAddressMode::CompareOp::PolygonMode::CullModeFlagBits::FrontFace::BlendFactor::BlendOp::StencilOp::LogicOp::InternalAllocationType::SystemAllocationScope::PhysicalDeviceType::VertexInputRate::Format::StructureType::DedicatedAllocationMemoryAllocateInfoNV 11485 Image image; member in struct:vk::vk::ImageLayout::AttachmentLoadOp::AttachmentStoreOp::ImageType::ImageTiling::ImageViewType::CommandBufferLevel::ComponentSwizzle::DescriptorType::QueryType::BorderColor::PipelineBindPoint::PipelineCacheHeaderVersion::PrimitiveTopology::SharingMode::IndexType::Filter::SamplerMipmapMode::SamplerAddressMode::CompareOp::PolygonMode::CullModeFlagBits::FrontFace::BlendFactor::BlendOp::StencilOp::LogicOp::InternalAllocationType::SystemAllocationScope::PhysicalDeviceType::VertexInputRate::Format::StructureType::SubpassContents::SubpassContents::DynamicState::QueueFlagBits::MemoryPropertyFlagBits::MemoryHeapFlagBits::AccessFlagBits::BufferUsageFlagBits::BufferCreateFlagBits::ShaderStageFlagBits::ImageUsageFlagBits::ImageCreateFlagBits::PipelineCreateFlagBits::ColorComponentFlagBits::FenceCreateFlagBits::FormatFeatureFlagBits::QueryControlFlagBits::QueryResultFlagBits::CommandBufferUsageFlagBits::QueryPipelineStatisticFlagBits::ImageAspectFlagBits::ImageMemoryBarrier 11591 Image image; member in struct:vk::vk::ImageLayout::AttachmentLoadOp::AttachmentStoreOp::ImageType::ImageTiling::ImageViewType::CommandBufferLevel::ComponentSwizzle::DescriptorType::QueryType::BorderColor::PipelineBindPoint::PipelineCacheHeaderVersion::PrimitiveTopology::SharingMode::IndexType::Filter::SamplerMipmapMode::SamplerAddressMode::CompareOp::PolygonMode::CullModeFlagBits::FrontFace::BlendFactor::BlendOp::StencilOp::LogicOp::InternalAllocationType::SystemAllocationScope::PhysicalDeviceType::VertexInputRate::Format::StructureType::SubpassContents::SubpassContents::DynamicState::QueueFlagBits::MemoryPropertyFlagBits::MemoryHeapFlagBits::AccessFlagBits::BufferUsageFlagBits::BufferCreateFlagBits::ShaderStageFlagBits::ImageUsageFlagBits::ImageCreateFlagBits::PipelineCreateFlagBits::ColorComponentFlagBits::FenceCreateFlagBits::FormatFeatureFlagBits::QueryControlFlagBits::QueryResultFlagBits::CommandBufferUsageFlagBits::QueryPipelineStatisticFlagBits::ImageAspectFlagBits::ImageViewCreateInfo 12327 Image image; member in struct:vk::vk::ImageLayout::AttachmentLoadOp::AttachmentStoreOp::ImageType::ImageTiling::ImageViewType::CommandBufferLevel::ComponentSwizzle::DescriptorType::QueryType::BorderColor::PipelineBindPoint::PipelineCacheHeaderVersion::PrimitiveTopology::SharingMode::IndexType::Filter::SamplerMipmapMode::SamplerAddressMode::CompareOp::PolygonMode::CullModeFlagBits::FrontFace::BlendFactor::BlendOp::StencilOp::LogicOp::InternalAllocationType::SystemAllocationScope::PhysicalDeviceType::VertexInputRate::Format::StructureType::SubpassContents::SubpassContents::DynamicState::QueueFlagBits::MemoryPropertyFlagBits::MemoryHeapFlagBits::AccessFlagBits::BufferUsageFlagBits::BufferCreateFlagBits::ShaderStageFlagBits::ImageUsageFlagBits::ImageCreateFlagBits::PipelineCreateFlagBits::ColorComponentFlagBits::FenceCreateFlagBits::FormatFeatureFlagBits::QueryControlFlagBits::QueryResultFlagBits::CommandBufferUsageFlagBits::QueryPipelineStatisticFlagBits::ImageAspectFlagBits::SparseImageFormatFlagBits::SparseMemoryBindFlagBits::SparseImageOpaqueMemoryBindInfo 12388 Image image; member in struct:vk::vk::ImageLayout::AttachmentLoadOp::AttachmentStoreOp::ImageType::ImageTiling::ImageViewType::CommandBufferLevel::ComponentSwizzle::DescriptorType::QueryType::BorderColor::PipelineBindPoint::PipelineCacheHeaderVersion::PrimitiveTopology::SharingMode::IndexType::Filter::SamplerMipmapMode::SamplerAddressMode::CompareOp::PolygonMode::CullModeFlagBits::FrontFace::BlendFactor::BlendOp::StencilOp::LogicOp::InternalAllocationType::SystemAllocationScope::PhysicalDeviceType::VertexInputRate::Format::StructureType::SubpassContents::SubpassContents::DynamicState::QueueFlagBits::MemoryPropertyFlagBits::MemoryHeapFlagBits::AccessFlagBits::BufferUsageFlagBits::BufferCreateFlagBits::ShaderStageFlagBits::ImageUsageFlagBits::ImageCreateFlagBits::PipelineCreateFlagBits::ColorComponentFlagBits::FenceCreateFlagBits::FormatFeatureFlagBits::QueryControlFlagBits::QueryResultFlagBits::CommandBufferUsageFlagBits::QueryPipelineStatisticFlagBits::ImageAspectFlagBits::SparseImageFormatFlagBits::SparseMemoryBindFlagBits::SparseImageMemoryBindInfo 16502 Image image; local [all...] |
| /prebuilts/sdk/19/ |
| android.jar | |
| /prebuilts/sdk/20/ |
| android.jar | |
| /prebuilts/sdk/21/ |
| android.jar | |
| /prebuilts/sdk/22/ |
| android.jar | |