Home
last modified time | relevance | path

Searched refs:region (Results 551 - 575 of 1007) sorted by relevance

1...<<21222324252627282930>>...41

/third_party/protobuf/csharp/src/Google.Protobuf.Benchmarks/
H A DGoogleMessageBenchmark.cs0 #region Copyright notice and license
/third_party/protobuf/csharp/src/Google.Protobuf.Test/Buffers/
H A DArrayBufferWriter.cs0 #region Copyright notice and license
/third_party/protobuf/csharp/src/Google.Protobuf.Test/Collections/
H A DProtobufEqualityComparersTest.cs0 #region Copyright notice and license
/third_party/protobuf/csharp/src/Google.Protobuf.Test/Compatibility/
H A DTypeExtensionsTest.cs0 #region Copyright notice and license
/third_party/protobuf/csharp/src/Google.Protobuf.Test/
H A DIssuesTest.cs0 #region Copyright notice and license
H A DReadOnlySequenceFactory.cs0 #region Copyright notice and license
/third_party/protobuf/csharp/src/Google.Protobuf.Test/Reflection/
H A DTypeRegistryTest.cs0 #region Copyright notice and license
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DCLImage.h36 bool isRegionValid(const size_t origin[3], const size_t region[3]) const;
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dzonemeta.h72 * Returns an Olson ID for the ginve metazone and region
74 static UnicodeString& U_EXPORT2 getZoneIdByMetazone(const UnicodeString &mzid, const UnicodeString &region, UnicodeString &result);
/third_party/skia/tools/debugger/
H A DJsonWriteBuffer.h44 void writeRegion(const SkRegion& region) override;
/third_party/skia/include/core/
H A DSkCanvasVirtualEnforcer.h32 void onDrawRegion(const SkRegion& region, const SkPaint& paint) override = 0;
/third_party/zlib/contrib/dotzlib/DotZLib/
H A DDeflater.cs20 #region Dll imports
H A DInflater.cs20 #region Dll imports
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/ndk/
H A Ddrawing_canvas_test.cpp1292 OH_Drawing_Region* region=OH_Drawing_RegionCreate(); in HWTEST_F() local
1294 OH_Drawing_RegionSetRect(region, rect); in HWTEST_F()
1295 OH_Drawing_CanvasDrawRegion(nullptr, region); in HWTEST_F()
1299 OH_Drawing_CanvasDrawRegion(canvas_, region); in HWTEST_F()
1300 OH_Drawing_RegionDestroy(region); in HWTEST_F()
1504 OH_Drawing_Region *region = OH_Drawing_RegionCreate(); in HWTEST_F() local
1507 OH_Drawing_RegionSetRect(region, rect); in HWTEST_F()
1508 EXPECT_EQ(OH_Drawing_CanvasClipRegion(canvas_, region, OH_Drawing_CanvasClipOp::INTERSECT), OH_DRAWING_SUCCESS); in HWTEST_F()
1509 EXPECT_EQ(OH_Drawing_CanvasClipRegion(nullptr, region, OH_Drawing_CanvasClipOp::INTERSECT), in HWTEST_F()
1515 OH_Drawing_RegionDestroy(region); in HWTEST_F()
[all...]
/third_party/mesa3d/include/CL/
H A Dcl_icd.h460 const size_t *region, size_t buffer_row_pitch, size_t buffer_slice_pitch,
482 const size_t *region, size_t buffer_row_pitch, size_t buffer_slice_pitch,
517 const size_t *src_origin, const size_t *dst_origin, const size_t *region,
531 const size_t *origin, const size_t *region, size_t row_pitch,
538 const size_t *origin, const size_t *region, size_t input_row_pitch,
547 const size_t origin[3], const size_t region[3],
559 const size_t *src_origin, const size_t *dst_origin, const size_t *region,
565 const size_t *src_origin, const size_t *region, size_t dst_offset,
571 size_t src_offset, const size_t *dst_origin, const size_t *region,
583 cl_map_flags map_flags, const size_t *origin, const size_t *region,
[all...]
H A Dcl.h1513 const size_t * region,
1544 const size_t * region,
1590 const size_t * region,
1606 const size_t * region,
1619 const size_t * region,
1634 const size_t * region,
1647 const size_t * region,
1657 const size_t * region,
1669 const size_t * region,
1692 const size_t * region,
[all...]
/third_party/opencl-headers/CL/
H A Dcl_ext.h143 const size_t* region,
161 const size_t* region,
175 const size_t* region,
188 const size_t* region,
216 const size_t* region,
306 const size_t* region,
324 const size_t* region,
338 const size_t* region,
351 const size_t* region,
379 const size_t* region,
[all...]
H A Dcl.h1522 const size_t * region,
1553 const size_t * region,
1599 const size_t * region,
1615 const size_t * region,
1628 const size_t * region,
1643 const size_t * region,
1656 const size_t * region,
1666 const size_t * region,
1678 const size_t * region,
1701 const size_t * region,
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DSecondaryCommandBuffer.h147 VkImageBlit region; member
197 VkBufferImageCopy region; member
207 VkImageCopy region; member
216 VkBufferImageCopy region; member
409 VkImageResolve region; member
1015 paramStruct->region = regions[0]; in blitImage()
1106 paramStruct->region = regions[0]; in copyBufferToImage()
1122 paramStruct->region = regions[0]; in copyImage()
1137 paramStruct->region = regions[0]; in copyImageToBuffer()
1440 paramStruct->region in resolveImage()
[all...]
H A DTextureVk.cpp879 // Read back the requested region of the source texture in copySubTextureImpl()
1748 VkBufferImageCopy region = {}; in copyBufferDataToImage() local
1749 region.bufferOffset = offset; in copyBufferDataToImage()
1750 region.bufferRowLength = rowLength; in copyBufferDataToImage()
1751 region.bufferImageHeight = imageHeight; in copyBufferDataToImage()
1752 region.imageExtent.width = sourceArea.width; in copyBufferDataToImage()
1753 region.imageExtent.height = sourceArea.height; in copyBufferDataToImage()
1754 region.imageExtent.depth = sourceArea.depth; in copyBufferDataToImage()
1755 region.imageOffset.x = sourceArea.x; in copyBufferDataToImage()
1756 region in copyBufferDataToImage()
[all...]
/third_party/skia/third_party/externals/angle2/include/CL/
H A Dcl.h1515 const size_t * region,
1546 const size_t * region,
1592 const size_t * region,
1608 const size_t * region,
1621 const size_t * region,
1636 const size_t * region,
1649 const size_t * region,
1659 const size_t * region,
1671 const size_t * region,
1694 const size_t * region,
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineFramebufferAttachmentTests.cpp578 const VkImageResolve region = in test() local
587 vk.cmdResolveImage(*cmdBuffer, *msColorImage, VK_IMAGE_LAYOUT_GENERAL, *colorImage, VK_IMAGE_LAYOUT_GENERAL, 1, &region); in test()
611 const VkBufferImageCopy region = in test() local
621 vk.cmdCopyImageToBuffer(*cmdBuffer, *colorImage, VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL, *colorBuffer, 1u, &region); in test()
902 const VkBufferImageCopy region = in testNoAtt() local
912 vk.cmdCopyImageToBuffer(*cmdBuffer, *image, VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL, *colorBuffer, 1u, &region); in testNoAtt()
1234 const VkImageResolve region = in testMultiAttachments() local
1243 vk.cmdResolveImage(*cmdBuffer, *msColorImages[renderTargetIdx], VK_IMAGE_LAYOUT_GENERAL, *colorImages[renderTargetIdx], VK_IMAGE_LAYOUT_GENERAL, 1, &region); in testMultiAttachments()
1269 const VkBufferImageCopy region = in testMultiAttachments() local
1279 vk.cmdCopyImageToBuffer(*cmdBuffer, *colorImages[renderTargetIdx], VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL, *colorBuffers[renderTargetIdx], 1u, &region); in testMultiAttachments()
[all...]
/foundation/graphic/graphic_surface/surface/test/fuzztest/nativewindow_fuzzer/
H A Dnativewindow_fuzzer.cpp134 Region region = {.rects = &rect, .rectNumber = 1}; in NativeWindowFuzzTest() local
138 NativeWindowFlushBuffer(nativeWindow, nwBuffer, fenceFd, region); in NativeWindowFuzzTest()
/foundation/graphic/graphic_2d/rosen/samples/opengl/test_xComponentContext/entry/src/main/cpp/samples/
H A Dsample_bitmap.cpp167 Region region {nullptr, 0}; in DisPlay()
169 OH_NativeWindow_NativeWindowFlushBuffer(nativeWindow_, buffer_, fenceFd_, region); in DisPlay()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/recording/
H A Drecording_canvas.h81 void DrawRegion(const Region& region) override;
110 void ClipRegion(const Region& region, ClipOp op = ClipOp::INTERSECT) override;

Completed in 32 milliseconds

1...<<21222324252627282930>>...41