Home
last modified time | relevance | path

Searched refs:testCopy (Results 1 - 16 of 16) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DCopyTexture3DTest.cpp68 void testCopy(const GLenum testTarget, in testCopy() function in angle::CopyTexture3DTest
536 testCopy(testTarget, kColorNoAlpha, GL_RGB, GL_UNSIGNED_BYTE, false, false, false, in testUnsizedFormats()
538 testCopy(testTarget, kColorPreAlpha, GL_RGB, GL_UNSIGNED_BYTE, false, true, false, in testUnsizedFormats()
540 testCopy(testTarget, kColorUnAlpha, GL_RGB, GL_UNSIGNED_BYTE, false, false, true, in testUnsizedFormats()
543 testCopy(testTarget, kColorNoAlpha, GL_RGB, GL_UNSIGNED_SHORT_5_6_5, false, false, false, in testUnsizedFormats()
545 testCopy(testTarget, kColorPreAlpha, GL_RGB, GL_UNSIGNED_SHORT_5_6_5, false, true, false, in testUnsizedFormats()
547 testCopy(testTarget, kColorUnAlpha, GL_RGB, GL_UNSIGNED_SHORT_5_6_5, false, false, true, in testUnsizedFormats()
550 testCopy(testTarget, kColorNoAlpha, GL_RGBA, GL_UNSIGNED_BYTE, false, false, false, in testUnsizedFormats()
552 testCopy(testTarget, kColorPreAlpha, GL_RGBA, GL_UNSIGNED_BYTE, false, true, false, in testUnsizedFormats()
554 testCopy(testTarge in testUnsizedFormats()
[all...]
H A DCopyTextureTest.cpp2215 auto testCopy = [this, testOutput](GLenum destInternalFormat, GLenum destFormat, in TEST_P() local
2246 testCopy(GL_RGB9_E5, GL_RGB, GL_FLOAT); in TEST_P()
/third_party/skia/third_party/externals/angle2/src/common/
H A DOptional_unittest.cpp37 Optional<int> testCopy = testInvalid; in TEST() local
38 ASSERT_FALSE(testCopy.valid()); in TEST()
39 ASSERT_EQ(testInvalid, testCopy); in TEST()
41 testCopy = testValid; in TEST()
42 ASSERT_TRUE(testCopy.valid()); in TEST()
43 ASSERT_EQ(3, testCopy.value()); in TEST()
44 ASSERT_EQ(testValid, testCopy); in TEST()
/third_party/skia/src/gpu/
H A DSurfaceContext.h176 bool testCopy(sk_sp<GrSurfaceProxy> src, const SkIRect& srcRect, const SkIPoint& dstPoint) { in testCopy() function in skgpu::SurfaceContext
180 bool testCopy(sk_sp<GrSurfaceProxy> src) { in testCopy() function in skgpu::SurfaceContext
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiCopiesAndBlittingTests.cpp8877 const VkImageCopy testCopy =
8887 imageCopy.imageCopy = testCopy;
8911 const VkImageCopy testCopy =
8921 imageCopy.imageCopy = testCopy;
8945 const VkImageCopy testCopy =
8955 imageCopy.imageCopy = testCopy;
9017 VkImageCopy testCopy =
9028 testCopy.srcOffset = { 16, 16, 0 };
9029 testCopy.extent = { 32, 32, 1 };
9033 imageCopy.imageCopy = testCopy;
[all...]
/third_party/skia/third_party/externals/sfntly/java/test/com/google/typography/font/sfntly/data/
H A DOpenTypeDataTests.java48 public void testCopy() throws Exception { in testCopy() method in OpenTypeDataTests
/third_party/python/Lib/unittest/test/testmock/
H A Dtestsentinel.py35 def testCopy(self): member in SentinelTest
/third_party/icu/icu4c/source/test/intltest/
H A Dformatted_string_builder_test.cpp21 void testCopy();
50 TESTCASE_AUTO(testCopy); in runIndexedTest()
195 void FormattedStringBuilderTest::testCopy() { in testCopy() function in FormattedStringBuilderTest
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiCopiesAndBlittingTests.cpp8594 const VkImageCopy testCopy = in addImageToImageSimpleTests() local
8604 imageCopy.imageCopy = testCopy; in addImageToImageSimpleTests()
8627 const VkImageCopy testCopy = in addImageToImageSimpleTests() local
8637 imageCopy.imageCopy = testCopy; in addImageToImageSimpleTests()
8660 const VkImageCopy testCopy = in addImageToImageSimpleTests() local
8670 imageCopy.imageCopy = testCopy; in addImageToImageSimpleTests()
8728 VkImageCopy testCopy = in addImageToImageSimpleTests() local
8739 testCopy.srcOffset = { 16, 16, 0 }; in addImageToImageSimpleTests()
8740 testCopy.extent = { 32, 32, 1 }; in addImageToImageSimpleTests()
8744 imageCopy.imageCopy = testCopy; in addImageToImageSimpleTests()
8779 const VkImageCopy testCopy = addImageToImageSimpleTests() local
8819 const VkImageCopy testCopy = addImageToImageSimpleTests() local
9234 const VkImageCopy testCopy = addImageToImageAllFormatsColorTests() local
9288 const VkImageCopy testCopy = addImageToImageAllFormatsColorTests() local
9342 const VkImageCopy testCopy = addImageToImageAllFormatsColorTests() local
9492 const VkImageCopy testCopy = addImageToImageDimensionsTests() local
9663 const VkImageCopy testCopy = addImageToImageAllFormatsDepthStencilTests() local
9677 const VkImageCopy testCopy = addImageToImageAllFormatsDepthStencilTests() local
9715 const VkImageCopy testCopy = addImageToImageAllFormatsDepthStencilTests() local
9771 const VkImageCopy testCopy = addImageToImageAllFormatsDepthStencilTests() local
9785 const VkImageCopy testCopy = addImageToImageAllFormatsDepthStencilTests() local
9848 const VkImageCopy testCopy = addImageToImageAllFormatsDepthStencilTests() local
9862 const VkImageCopy testCopy = addImageToImageAllFormatsDepthStencilTests() local
9939 const VkImageCopy testCopy = addImageToImage3dImagesTests() local
9992 const VkImageCopy testCopy = addImageToImage3dImagesTests() local
10045 const VkImageCopy testCopy = addImageToImage3dImagesTests() local
10097 const VkImageCopy testCopy = addImageToImage3dImagesTests() local
10155 const VkImageCopy testCopy = addImageToImage3dImagesTests() local
10214 const VkImageCopy testCopy = addImageToImage3dImagesTests() local
10279 const VkImageCopy testCopy = addImageToImageCubeTests() local
10334 const VkImageCopy testCopy = addImageToImageCubeTests() local
10390 const VkImageCopy testCopy = addImageToImageCubeTests() local
10445 const VkImageCopy testCopy = addImageToImageCubeTests() local
10501 const VkImageCopy testCopy = addImageToImageCubeTests() local
10556 const VkImageCopy testCopy = addImageToImageCubeTests() local
10615 const VkImageCopy testCopy = addImageToImageArrayTests() local
10668 const VkImageCopy testCopy = addImageToImageArrayTests() local
10728 const VkImageCopy testCopy = addImageToImageArrayTests() local
[all...]
/third_party/skia/tests/
H A DCopySurfaceTest.cpp112 result = dstContext->testCopy(srcView.refProxy(), in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
H A DRectangleTextureTest.cpp113 SkAssertResult(dstContext->testCopy(srcView.refProxy())); in test_copy_to_surface()
H A DGrSurfaceTest.cpp406 auto copyResult = surfContext->testCopy(copySrc.refProxy()); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DFormattedStringBuilderTest.java152 public void testCopy() { in testCopy() method in FormattedStringBuilderTest
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
H A DFormattedStringBuilderTest.java155 public void testCopy() { in testCopy() method in FormattedStringBuilderTest
/third_party/protobuf/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/
H A DAbstractMessageTest.java199 public void testCopy() throws Exception { in testCopy() method in AbstractMessageTest
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
H A DAbstractMessageTest.java249 public void testCopy() throws Exception { in testCopy() method in AbstractMessageTest

Completed in 39 milliseconds