Home
last modified time | relevance | path

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

123

/external/angle/src/tests/gl_tests/
DCopyTexture3DTest.cpp68 void testCopy(const GLenum testTarget, in testCopy() function in angle::CopyTexture3DTest
535 testCopy(testTarget, kColorNoAlpha, GL_RGB, GL_UNSIGNED_BYTE, false, false, false, in testUnsizedFormats()
537 testCopy(testTarget, kColorPreAlpha, GL_RGB, GL_UNSIGNED_BYTE, false, true, false, in testUnsizedFormats()
539 testCopy(testTarget, kColorUnAlpha, GL_RGB, GL_UNSIGNED_BYTE, false, false, true, in testUnsizedFormats()
542 testCopy(testTarget, kColorNoAlpha, GL_RGB, GL_UNSIGNED_SHORT_5_6_5, false, false, false, in testUnsizedFormats()
544 testCopy(testTarget, kColorPreAlpha, GL_RGB, GL_UNSIGNED_SHORT_5_6_5, false, true, false, in testUnsizedFormats()
546 testCopy(testTarget, kColorUnAlpha, GL_RGB, GL_UNSIGNED_SHORT_5_6_5, false, false, true, in testUnsizedFormats()
549 testCopy(testTarget, kColorNoAlpha, GL_RGBA, GL_UNSIGNED_BYTE, false, false, false, in testUnsizedFormats()
551 testCopy(testTarget, kColorPreAlpha, GL_RGBA, GL_UNSIGNED_BYTE, false, true, false, in testUnsizedFormats()
553 testCopy(testTarget, kColorUnAlpha, GL_RGBA, GL_UNSIGNED_BYTE, false, false, true, in testUnsizedFormats()
[all …]
/external/angle/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()
/external/skia/src/gpu/ganesh/
DSurfaceContext.h180 bool testCopy(sk_sp<GrSurfaceProxy> src, const SkIRect& srcRect, const SkIPoint& dstPoint) { in testCopy() function
184 bool testCopy(sk_sp<GrSurfaceProxy> src) { in testCopy() function
/external/python/cpython3/Lib/test/test_unittest/testmock/
Dtestsentinel.py35 def testCopy(self): member in SentinelTest
/external/apache-commons-compress/src/test/java/org/apache/commons/compress/archivers/zip/
DCircularBufferTest.java47 public void testCopy() throws Exception { in testCopy() method in CircularBufferTest
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiCopiesAndBlittingTests.cpp9416 const VkImageCopy testCopy = { in addImageToImageSimpleTests() local
9425 imageCopy.imageCopy = testCopy; in addImageToImageSimpleTests()
9451 const VkImageCopy testCopy = { in addImageToImageSimpleTests() local
9460 imageCopy.imageCopy = testCopy; in addImageToImageSimpleTests()
9486 const VkImageCopy testCopy = { in addImageToImageSimpleTests() local
9495 imageCopy.imageCopy = testCopy; in addImageToImageSimpleTests()
9548 VkImageCopy testCopy = { in addImageToImageSimpleTests() local
9558 testCopy.srcOffset = {16, 16, 0}; in addImageToImageSimpleTests()
9559 testCopy.extent = {32, 32, 1}; in addImageToImageSimpleTests()
9563 imageCopy.imageCopy = testCopy; in addImageToImageSimpleTests()
[all …]
/external/cronet/stable/third_party/icu/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
/external/cronet/tot/third_party/icu/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
/external/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
/external/clang/test/Analysis/
Dunions.cpp74 void testCopy() { in testCopy() function
/external/python/pyasn1/tests/type/
Dtest_useful.py78 def testCopy(self): member in GeneralizedTimeTestCase
/external/skia/tests/
DCopySurfaceTest.cpp123 result = dstContext->testCopy(srcView.refProxy(), in DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS()
DRectangleTextureTest.cpp150 SkAssertResult(dstContext->testCopy(srcView.refProxy())); in test_copy_to_surface()
DGrSurfaceResolveTest.cpp279 mmSC.testCopy(src); in DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS()
/external/protobuf/objectivec/Tests/
DGPBExtensionRegistryTest.m61 - (void)testCopy { method
DGPBDictionaryTests.m88 - (void)testCopy { method
/external/cronet/tot/third_party/protobuf/objectivec/Tests/
DGPBExtensionRegistryTest.m61 - (void)testCopy { method
DGPBDictionaryTests.m88 - (void)testCopy { method
/external/jackson-core/src/test/java/com/fasterxml/jackson/core/json/
DJsonFactoryTest.java240 public void testCopy() throws Exception in testCopy() method in JsonFactoryTest
/external/cronet/stable/third_party/protobuf/objectivec/Tests/
DGPBExtensionRegistryTest.m61 - (void)testCopy { method
/external/guava/guava-tests/test/com/google/common/io/
DCharStreamsTest.java154 public void testCopy() throws IOException { in testCopy() method in CharStreamsTest
/external/cronet/tot/third_party/protobuf/java/kotlin/src/test/kotlin/com/google/protobuf/
DProto3Test.kt149 fun testCopy() { in testCopy() method
/external/guava/android/guava-tests/test/com/google/common/io/
DCharStreamsTest.java154 public void testCopy() throws IOException { in testCopy() method in CharStreamsTest
/external/protobuf/java/kotlin/src/test/kotlin/com/google/protobuf/
DProto3Test.kt149 fun testCopy() { in testCopy() method
/external/cronet/stable/third_party/protobuf/java/kotlin/src/test/kotlin/com/google/protobuf/
DProto3Test.kt149 fun testCopy() { in testCopy() method

123