Home
last modified time | relevance | path

Searched defs:image (Results 801 - 825 of 1519) sorted by relevance

1...<<31323334353637383940>>...61

/third_party/skia/src/ports/
H A DSkScalerContext_mac_ct.cpp196 void* image = fImageStorage.reset(rowBytes * fSize.fHeight); in getCG() local
236 CGRGBPixel* image = (CGRGBPixel*)fImageStorage.get(); in getCG() local
/third_party/skia/src/shaders/
H A DSkImageShader.cpp249 sk_sp<SkShader> SkImageShader::Make(sk_sp<SkImage> image, in Make() argument
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/third_party/
H A Dvulkan_command_buffer_utils.h104 VkImage image; member
185 VkImage image; member
/third_party/skia/third_party/externals/piex/src/
H A Dtiff_parser.cc149 Image image; in FillPreviewImageData() local
128 GetImageSize(const TiffDirectory& tiff_directory, StreamInterface* stream, Image* image) GetImageSize() argument
368 GetImageData(const TiffDirectory& tiff_directory, StreamInterface* stream, Image* image) GetImageData() argument
466 IsThumbnail(const Image& image, const int max_dimension) IsThumbnail() argument
[all...]
/third_party/skia/tools/skqp/src/
H A Dskqp.cpp302 SkBitmap image; in evaluateGM() local
[all...]
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_utils.cpp412 HistogramArea(dng_host & , const dng_image &image, const dng_rect &area, uint32 *hist, uint32 maxValue, uint32 plane) HistogramArea() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ycbcr/
H A DvktYCbCrUtil.cpp348 allocateAndBindImageMemory(const DeviceInterface& vkd, VkDevice device, Allocator& allocator, VkImage image, VkFormat format, VkImageCreateFlags createFlags, vk::MemoryRequirement requirement) allocateAndBindImageMemory() argument
376 uploadImage(const DeviceInterface& vkd, VkDevice device, deUint32 queueFamilyNdx, Allocator& allocator, VkImage image, const MultiPlaneImageData& imageData, VkAccessFlags nextAccess, VkImageLayout finalLayout, deUint32 arrayLayer) uploadImage() argument
478 fillImageMemory(const vk::DeviceInterface& vkd, vk::VkDevice device, deUint32 queueFamilyNdx, vk::VkImage image, const std::vector<de::SharedPtr<vk::Allocation> >& allocations, const MultiPlaneImageData& imageData, vk::VkAccessFlags nextAccess, vk::VkImageLayout finalLayout, deUint32 arrayLayer) fillImageMemory() argument
558 downloadImage(const DeviceInterface& vkd, VkDevice device, deUint32 queueFamilyNdx, Allocator& allocator, VkImage image, MultiPlaneImageData* imageData, VkAccessFlags prevAccess, VkImageLayout initialLayout) downloadImage() argument
665 readImageMemory(const vk::DeviceInterface& vkd, vk::VkDevice device, deUint32 queueFamilyNdx, vk::VkImage image, const std::vector<de::SharedPtr<vk::Allocation> >& allocations, MultiPlaneImageData* imageData, vk::VkAccessFlags prevAccess, vk::VkImageLayout initialLayout) readImageMemory() argument
[all...]
H A DvktYCbCrViewTests.cpp130 createImageView(const DeviceInterface& vkd, VkDevice device, VkImage image, VkFormat format, VkImageAspectFlagBits imageAspect, const VkSamplerYcbcrConversionInfo* samplerConversionInfo) createImageView() argument
[all...]
H A DvktYCbCrFilteringTests.cpp239 Move<VkImageView> LinearFilteringTestInstance::createImageView(const VkSamplerYcbcrConversionInfo& samplerConversionInfo, VkImage image) in createImageView() argument
H A DvktYCbCrImageQueryTests.cpp175 createImageView(const DeviceInterface& vkd, VkDevice device, VkImage image, VkFormat format, VkSamplerYcbcrConversion conversion) createImageView() argument
/third_party/skia/platform_tools/android/apps/AndroidKit/src/main/java/org/skia/androidkit/
H A DCanvas.java117 public void drawImage(Image image, float x, float y) { in drawImage() argument
121 public void drawImage(Image image, float x, float y, SamplingOptions sampling) { in drawImage() argument
/third_party/skia/gm/
H A Dexoticformats.cpp378 void drawImage(SkCanvas* canvas, SkImage* image, int x, int y) { in drawImage() argument
/third_party/spirv-tools/source/opt/
H A Dtype_manager.cpp280 const Image* image = type->AsImage(); in GetTypeInstruction() local
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fDrawElementsBaseVertexTests.cpp323 void VertexIDCase::verifyImage (const tcu::Surface& image) in verifyImage() argument
[all...]
/third_party/vk-gl-cts/modules/gles31/stress/
H A Des31sVertexAttributeBindingTests.cpp72 static bool verifyImageYellowGreen (const tcu::Surface& image, tcu::TestLog& log, bool logImageOnSuccess) in verifyImageYellowGreen() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/modifiers/
H A DvktModifiersTests.cpp550 const auto image = createImageWithDrmFormatModifiers(vkd, device, VK_IMAGE_TYPE_2D, in createImageListModifiersCase() local
645 const auto image = createImageWithDrmFormatExplicitModifier(vkd, device, VK_IMAGE_TYPE_2D, in createImageModifierExplicitCase() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineMaxVaryingsTests.cpp823 recordImageBarrier(const DeviceInterface& vk, const VkCommandBuffer cmdBuffer, const VkImage image, const VkImageAspectFlags aspect, const VkPipelineStageFlags srcStageMask, const VkPipelineStageFlags dstStageMask, const VkAccessFlags srcAccessMask, const VkAccessFlags dstAccessMask, const VkImageLayout oldLayout, const VkImageLayout newLayout, const VkSampleLocationsInfoEXT* pSampleLocationsInfo = DE_NULL) recordImageBarrier() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/
H A DvktRayTracingCallableShadersTests.cpp708 const de::MovePtr<ImageWithMemory> image = de::MovePtr<ImageWithMemory>(new ImageWithMemory(vkd, device, allocator, imageCreateInfo, MemoryRequirement::Any)); in runTest() local
H A DvktRayTracingNullASTests.cpp448 const de::MovePtr<ImageWithMemory> image = de::MovePtr<ImageWithMemory>(new ImageWithMemory(vkd, device, allocator, imageCreateInfo, MemoryRequirement::Any)); in runTest() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
H A DvktRenderPassSparseRenderTargetTests.cpp129 createImageView(const DeviceInterface& vk, VkDevice device, VkImageViewCreateFlags flags, VkImage image, VkImageViewType viewType, VkFormat format, VkComponentMapping components, VkImageSubresourceRange subresourceRange) createImageView() argument
153 createImageView(const DeviceInterface& vkd, VkDevice device, VkImage image, VkFormat format, VkImageAspectFlags aspect) createImageView() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sparse_resources/
H A DvktSparseResourcesShaderIntrinsicsSampled.cpp407 sparseImageOpString(const std::string& resultVariable, const std::string& resultType, const std::string& image, const std::string& coord, const std::string& miplevel) const sparseImageOpString() argument
421 sparseImageOpString(const std::string& resultVariable, const std::string& resultType, const std::string& image, const std::string& coord, const std::string& miplevel) const sparseImageOpString() argument
436 sparseImageOpString(const std::string& resultVariable, const std::string& resultType, const std::string& image, const std::string& coord, const std::string& miplevel) const sparseImageOpString() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/
H A DvktSynchronizationUtil.hpp108 Image (vk::Move<vk::VkImage>& image, in Image() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/tessellation/
H A DvktTessellationShaderInputOutputTests.cpp193 void initializeWhiteReferenceImage (tcu::TextureLevel& image, const int width, const int height) in initializeWhiteReferenceImage() argument
/third_party/vk-gl-cts/framework/common/
H A DtcuTestLog.hpp446 inline TestLog& TestLog::operator<< (const Image& image) { image.write(*this); return *this; } in operator <<() argument
/third_party/vk-gl-cts/modules/egl/
H A DteglImageTests.cpp263 const imageType image = (egl.*createImageFunc)(dpy, context, source, 0, DE_NULL); in checkCreate() local
432 const EGLImageKHR image = m_source->createImage(egl, dpy, eglContext, clientBuffer->get()); in iterate() local
511 EGLImageKHR image = CHECK_EXT_CALL_ERR(egl.createImageKHR(context.getEglDisplay(), context.getEglContext(), EGL_GL_TEXTURE_2D_KHR, (EGLClientBuffer)(deUintptr)srcTex, attribs), EGL_SUCCESS); in iterate() local
[all...]

Completed in 34 milliseconds

1...<<31323334353637383940>>...61