Home
last modified time | relevance | path

Searched defs:testTypes (Results 1 – 19 of 19) sorted by relevance

/third_party/skia/tests/
DCachedDecodingPixelRefTest.cpp91 const TestImageGenerator::TestType testTypes[] = { in DEF_TEST() local
/third_party/flutter/skia/tests/
DCachedDecodingPixelRefTest.cpp92 const TestImageGenerator::TestType testTypes[] = { in DEF_TEST() local
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DLocaleDataTest.java365 final int[] testTypes = { in TestExemplarSetTypes() local
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
DLocaleDataTest.java376 final int[] testTypes = { in TestExemplarSetTypes() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/rasterization/
DvktRasterizationProvokingVertexTests.cpp952 } testTypes[] = in createTests() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemStorageBufferTests.cpp833 SSBOAtomicType testTypes[] = { in createAtomicStorageBufferTests() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
DvktRayTracingMemGuaranteeTests.cpp803 testTypes[] in createMemGuaranteeTests() local
DvktRayTracingComplexControlFlowTests.cpp1735 testTypes[] in createComplexControlFlowTests() local
DvktRayTracingCaptureReplayTests.cpp1412 } testTypes[] = in addReplayShaderBindingTablesTests() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassUnusedClearAttachmentTests.cpp1108 std::vector<TestParams> testTypes; in createRenderPassUnusedClearAttachmentTests() local
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fUniformLocationTests.cpp963 StructType* testTypes[] = in init() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/transform_feedback/
DvktTransformFeedbackSimpleTests.cpp2861 …const TestType testTypes[] = { TEST_TYPE_BASIC, TEST_TYPE_RESUME, TEST_TYPE_XFB_POINTSIZE, TEST_… in createTransformFeedbackSimpleTests() local
3016 …const TestType testTypes[] = { TEST_TYPE_STREAMS, TEST_TYPE_STREAMS_POINTSIZE, TEST_TYPE_STREAM… in createTransformFeedbackStreamsSimpleTests() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/geometry/
DvktGeometryLayeredRenderingTests.cpp1838 } testTypes[] = in createLayeredRenderingTests() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_query/
DvktRayQueryWatertightnessTests.cpp2247 testTypes[] = in createWatertightnessTests() local
DvktRayQueryBuiltinTests.cpp5949 testTypes[] = in createBuiltinTests() local
6083 testTypes[] = in createAdvancedTests() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/
DvktBindingDescriptorUpdateASTests.cpp2471 testTypes[] = in createDescriptorUpdateASTests() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmInstructionTests.cpp11764 const TestType testTypes[] = in createFloat16FuncSet() local
11986 const TestType testTypes[] = in createFloat16VectorExtractSet() local
12248 const TestType testTypes[] = in createFloat16VectorInsertSet() local
12571 const TestType testTypes[] = in createFloat16VectorShuffleSet() local
18121 const Math16TestType testTypes[MATH16_TYPE_LAST] = in createFloat16ArithmeticFuncTest() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
DvktImageLoadStoreTests.cpp2773 } testTypes[] = in createImageExtendOperandsTests() local
/third_party/python/Lib/test/
Dtest_socket.py5922 def testTypes(self): member in TestSocketSharing