HomeSort by relevance Sort by last modified time
    Searched refs:extent (Results 276 - 300 of 468) sorted by null

<<111213141516171819

  /external/ImageMagick/coders/
ps.c 495 extent,
591 extent=0;
656 count=(ssize_t) sscanf(command,PhotoshopProfile " %lu",&extent);
659 length=extent;
490 extent, local
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/geometry/
vktGeometryTestsUtil.hpp 174 vk::VkBufferImageCopy makeBufferImageCopy (const vk::VkExtent3D extent, const vk::VkImageSubresourceLayers subresourceLayers);
  /external/deqp/external/vulkancts/modules/vulkan/wsi/
vktWsiSurfaceTests.cpp 461 "currentExtent is not in supported extent limits");
    [all...]
  /external/libchrome/base/debug/
activity_tracker.cc 381 DCHECK_GE(entry.second.extent, size);
470 // against the header. Its extent (the reserved space, even if it's not
489 // end of the name extent rather than wasting kMemoryAlignment bytes.
531 info->extent = full_size - sizeof(FieldHeader) - name_extent;
539 size = std::min(size, info->extent);
583 info.extent = header->record_size - value_offset;
    [all...]
  /external/mesa3d/src/amd/vulkan/
radv_wsi.c 163 .extent = {
radv_private.h 1013 VkExtent3D extent; member in struct:radv_image
1085 VkExtent3D extent; /**< Extent of VkImageViewCreateInfo::baseMipLevel. */ member in struct:radv_image_view
    [all...]
si_cmd_buffer.c 513 radeon_emit(cs, S_028254_BR_X(scissors[i].offset.x + scissors[i].extent.width) |
514 S_028254_BR_Y(scissors[i].offset.y + scissors[i].extent.height));
    [all...]
  /external/mesa3d/src/intel/vulkan/
anv_wsi.c 165 .extent = {
  /external/mesa3d/src/mapi/glapi/gen/
glX_XML.py 500 elif not image.extent:
503 return "extent"
  /frameworks/base/core/java/android/widget/
GridView.java 2290 int extent = rowCount * 100; local
    [all...]
  /hardware/google/av/codec2/vndk/util/
C2Debug.cpp 130 << StringPrintf("[%zu]", i.extent());
  /external/ImageMagick/MagickWand/
operation.c 95 const MagickOffsetType offset,const MagickSizeType extent,
110 if ((extent <= 1) || (offset < 0) || (offset >= (MagickOffsetType) extent))
112 if ((offset != (MagickOffsetType) (extent-1)) && ((offset % 50) != 0))
124 locale_message,(long) offset,(unsigned long) extent,(long)
125 (100L*offset/(extent-1)));
128 locale_message,p+1,(long) offset,(unsigned long) extent,(long)
129 (100L*offset/(extent-1)));
130 if (offset == (MagickOffsetType) (extent-1))
    [all...]
  /external/vulkan-validation-layers/demos/
cube.c 707 .renderArea.extent.width = demo->width,
708 .renderArea.extent.height = demo->height,
732 scissor.extent.width = demo->width;
733 scissor.extent.height = demo->height;
    [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/build-android/generated/include/
vk_struct_string_helper.h     [all...]
vk_struct_wrappers.cpp     [all...]
  /cts/tests/tests/graphics/jni/
VulkanPreTransformTestHelpers.cpp 259 ALOGD("\timage size (extent): %dx%d - %dx%d\n", surfaceCapabilities.minImageExtent.width,
594 .extent = mSwapchainInfo->displaySize(),
772 .extent = mSwapchainInfo->displaySize(),
    [all...]
  /external/ImageMagick/MagickCore/
pixel-accessor.h 818 static inline void SetPixelMetacontentExtent(Image *image,const size_t extent)
820 image->metacontent_extent=extent;
  /external/ImageMagick/www/api/
fx.php 286 <dd> Define the extent of the implosion. </dd>
414 <p>MagickSepiaToneImage() applies a special effect to the image, similar to the effect achieved in a photo darkroom by sepia toning. Threshold ranges from 0 to QuantumRange and is a measure of the extent of the sepia toning. A threshold of 80 is a good starting point for a reasonable tone.</p>
528 <p>SolarizeImage() applies a special effect to the image, similar to the effect achieved in a photo darkroom by selectively exposing areas of photo sensitive paper to light. Threshold ranges from 0 to QuantumRange and is a measure of the extent of the solarization.</p>
549 <dd> Define the extent of the solarization. </dd>
  /external/deqp/external/vulkancts/modules/vulkan/draw/
vktDrawInstancedTests.cpp 417 scissor.extent.width = WIDTH;
418 scissor.extent.height = HEIGHT;
  /external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
vktDynamicStateRSTests.cpp 330 scissor.extent.width = width;
331 scissor.extent.height = height;
  /external/deqp/external/vulkancts/modules/vulkan/fragment_ops/
vktFragmentOperationsEarlyFragmentTests.cpp 67 makeExtent3D(size.x(), size.y(), 1), // VkExtent3D extent;
427 const VkExtent2D& extent,
439 { offset, extent }, // VkRect2D rect;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/image/
vktImageTestsUtil.cpp 306 VkBufferImageCopy makeBufferImageCopy (const VkExtent3D extent,
316 extent, // VkExtent3D imageExtent;
432 renderSize // VkExtent2D extent;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/tessellation/
vktTessellationUtil.cpp 197 makeExtent3D(size.x(), size.y(), 1), // VkExtent3D extent;
232 VkBufferImageCopy makeBufferImageCopy (const VkExtent3D extent,
242 extent, // VkExtent3D imageExtent;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/
vktDrawUtil.cpp 241 const VkExtent3D extent)
250 extent, // VkExtent3D imageExtent;
396 makeExtent3D(m_drawState.renderSize.x(), m_drawState.renderSize.y(), 1u), // VkExtent3D extent;
    [all...]
  /external/libunwind/doc/
unw_get_proc_info.tex 79 extent of a procedure with the \Var{start\_ip} and \Var{end\_ip}

Completed in 1003 milliseconds

<<111213141516171819