Home
last modified time | relevance | path

Searched refs:testCopy (Results 1 – 25 of 27) sorted by relevance

12

/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
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(testTarget, kColorUnAlpha, GL_RGBA, GL_UNSIGNED_BYTE, false, false, true, in testUnsizedFormats()
[all …]
/third_party/skia/third_party/externals/angle2/src/common/
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/node/test/parallel/
Dtest-child-process-exec-any-shells-windows.js25 const testCopy = (shellName, shellPath) => { function
38 testCopy('cmd.exe', `${system32}\\cmd.exe`);
44 testCopy('powershell.exe',
65 testCopy(`bash_${i}.exe`, bashPath);
/third_party/skia/src/gpu/
DSurfaceContext.h176 bool testCopy(sk_sp<GrSurfaceProxy> src, const SkIRect& srcRect, const SkIPoint& dstPoint) { in testCopy() function
180 bool testCopy(sk_sp<GrSurfaceProxy> src) { in testCopy() function
/third_party/icu/icu4c/source/test/intltest/
Dformatted_string_builder_test.cpp21 void testCopy();
50 TESTCASE_AUTO(testCopy); in runIndexedTest()
195 void FormattedStringBuilderTest::testCopy() { in testCopy() function in FormattedStringBuilderTest
/third_party/python/Lib/unittest/test/testmock/
Dtestsentinel.py35 def testCopy(self): member in SentinelTest
/third_party/skia/third_party/externals/sfntly/java/test/com/google/typography/font/sfntly/data/
DOpenTypeDataTests.java48 public void testCopy() throws Exception { in testCopy() method in OpenTypeDataTests
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
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()
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
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()
[all …]
/third_party/skia/tests/
DCopySurfaceTest.cpp112 result = dstContext->testCopy(srcView.refProxy(), in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
DRectangleTextureTest.cpp113 SkAssertResult(dstContext->testCopy(srcView.refProxy())); in test_copy_to_surface()
DGrSurfaceTest.cpp406 auto copyResult = surfContext->testCopy(copySrc.refProxy()); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
/third_party/protobuf/objectivec/Tests/
DGPBExtensionRegistryTest.m61 - (void)testCopy { method
DGPBDictionaryTests+Bool.m189 - (void)testCopy { method
496 - (void)testCopy { method
803 - (void)testCopy { method
1110 - (void)testCopy { method
1417 - (void)testCopy { method
1724 - (void)testCopy { method
2031 - (void)testCopy { method
2330 - (void)testCopy { method
DGPBArrayTests.m232 //%- (void)testCopy {
577 - (void)testCopy { method
923 - (void)testCopy { method
1269 - (void)testCopy { method
1615 - (void)testCopy { method
1961 - (void)testCopy { method
2307 - (void)testCopy { method
2653 - (void)testCopy { method
2999 - (void)testCopy { method
3331 - (void)testCopy { method
[all …]
DGPBDictionaryTests.m88 - (void)testCopy { method
DGPBDictionaryTests+Int32.m224 - (void)testCopy { method
585 - (void)testCopy { method
946 - (void)testCopy { method
1307 - (void)testCopy { method
1668 - (void)testCopy { method
2029 - (void)testCopy { method
2390 - (void)testCopy { method
2751 - (void)testCopy { method
3520 - (void)testCopy { method
DGPBDictionaryTests+UInt64.m224 - (void)testCopy { method
585 - (void)testCopy { method
946 - (void)testCopy { method
1307 - (void)testCopy { method
1668 - (void)testCopy { method
2029 - (void)testCopy { method
2390 - (void)testCopy { method
2751 - (void)testCopy { method
3520 - (void)testCopy { method
DGPBDictionaryTests+Int64.m224 - (void)testCopy { method
585 - (void)testCopy { method
946 - (void)testCopy { method
1307 - (void)testCopy { method
1668 - (void)testCopy { method
2029 - (void)testCopy { method
2390 - (void)testCopy { method
2751 - (void)testCopy { method
3520 - (void)testCopy { method
DGPBDictionaryTests+UInt32.m224 - (void)testCopy { method
585 - (void)testCopy { method
946 - (void)testCopy { method
1307 - (void)testCopy { method
1668 - (void)testCopy { method
2029 - (void)testCopy { method
2390 - (void)testCopy { method
2751 - (void)testCopy { method
3520 - (void)testCopy { method
DGPBDictionaryTests+String.m224 - (void)testCopy { method
585 - (void)testCopy { method
946 - (void)testCopy { method
1307 - (void)testCopy { method
1668 - (void)testCopy { method
2029 - (void)testCopy { method
2390 - (void)testCopy { method
2751 - (void)testCopy { method
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
DFormattedStringBuilderTest.java155 public void testCopy() { in testCopy() method in FormattedStringBuilderTest
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DFormattedStringBuilderTest.java152 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/
DAbstractMessageTest.java199 public void testCopy() throws Exception { in testCopy() method in AbstractMessageTest
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
DAbstractMessageTest.java249 public void testCopy() throws Exception { in testCopy() method in AbstractMessageTest

12