Home
last modified time | relevance | path

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

12

/third_party/flutter/skia/third_party/externals/angle2/src/tests/gl_tests/
DCopyTexture3DTest.cpp68 void testCopy(const GLenum testTarget, in testCopy() function in angle::CopyTexture3DTest
481 testCopy(GL_TEXTURE_3D, GLColor(250, 200, 150, 100), GL_RGB, GL_UNSIGNED_BYTE, false, false, in TEST_P()
483 testCopy(GL_TEXTURE_3D, GLColor(250, 200, 150, 100), GL_RGB, GL_UNSIGNED_BYTE, false, true, in TEST_P()
485 testCopy(GL_TEXTURE_3D, GLColor(100, 150, 200, 200), GL_RGB, GL_UNSIGNED_BYTE, false, false, in TEST_P()
488 testCopy(GL_TEXTURE_3D, GLColor(250, 200, 150, 100), GL_RGB, GL_UNSIGNED_SHORT_5_6_5, false, in TEST_P()
490 testCopy(GL_TEXTURE_3D, GLColor(250, 200, 150, 100), GL_RGB, GL_UNSIGNED_SHORT_5_6_5, false, in TEST_P()
492 testCopy(GL_TEXTURE_3D, GLColor(100, 150, 200, 200), GL_RGB, GL_UNSIGNED_SHORT_5_6_5, false, in TEST_P()
495 testCopy(GL_TEXTURE_3D, GLColor(250, 200, 150, 100), GL_RGBA, GL_UNSIGNED_BYTE, false, false, in TEST_P()
497 testCopy(GL_TEXTURE_3D, GLColor(250, 200, 150, 100), GL_RGBA, GL_UNSIGNED_BYTE, false, true, in TEST_P()
499 testCopy(GL_TEXTURE_3D, GLColor(100, 150, 200, 200), GL_RGBA, GL_UNSIGNED_BYTE, false, false, in TEST_P()
[all …]
/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/flutter/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/flutter/skia/src/gpu/
DGrSurfaceContext.h95 bool testCopy(GrSurfaceProxy* src, const SkIRect& srcRect, const SkIPoint& dstPoint) { in testCopy() function
99 bool testCopy(GrSurfaceProxy* src) { in testCopy() function
/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();
49 TESTCASE_AUTO(testCopy); in runIndexedTest()
193 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/flutter/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.cpp7066 const VkImageCopy testCopy = in addImageToImageSimpleTests() local
7076 imageCopy.imageCopy = testCopy; in addImageToImageSimpleTests()
7099 const VkImageCopy testCopy = in addImageToImageSimpleTests() local
7109 imageCopy.imageCopy = testCopy; in addImageToImageSimpleTests()
7132 const VkImageCopy testCopy = in addImageToImageSimpleTests() local
7142 imageCopy.imageCopy = testCopy; in addImageToImageSimpleTests()
7200 VkImageCopy testCopy = in addImageToImageSimpleTests() local
7211 testCopy.srcOffset = { 16, 16, 0 }; in addImageToImageSimpleTests()
7212 testCopy.extent = { 32, 32, 1 }; in addImageToImageSimpleTests()
7216 imageCopy.imageCopy = testCopy; in addImageToImageSimpleTests()
[all …]
/third_party/flutter/skia/tests/
DCopySurfaceTest.cpp114 result = dstContext->testCopy(src.get(), srcRect, dstPoint); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
DRectangleTextureTest.cpp113 SkAssertResult(dstContext->testCopy(src.get())); in test_copy_to_surface()
DGrSurfaceTest.cpp427 auto copyResult = surfContext->testCopy(copySrc.get()); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
843 SkAssertResult(rtc->testCopy(proxy.get())); in DEF_GPUTEST_FOR_ALL_CONTEXTS()
/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()
/third_party/protobuf/objectivec/Tests/
DGPBExtensionRegistryTest.m61 - (void)testCopy { method
DGPBDictionaryTests.m88 - (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 …]
/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/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
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/
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