Lines Matching defs:options

77     EGLTestHelper(const GrContextOptions& options) : fFactory(options) {}
1081 void run_test(skiatest::Reporter* reporter, const GrContextOptions& options,
1094 srcHelper.reset(new EGLTestHelper(options));
1111 dstHelper.reset(new EGLTestHelper(options));
1294 DEF_GPUTEST(VulkanHardwareBuffer_CPU_Vulkan, reporter, options) {
1295 run_test(reporter, options, SrcType::kCPU, DstType::kVulkan, false);
1298 DEF_GPUTEST(VulkanHardwareBuffer_Vulkan_Vulkan, reporter, options) {
1299 run_test(reporter, options, SrcType::kVulkan, DstType::kVulkan, false);
1302 DEF_GPUTEST(VulkanHardwareBuffer_Vulkan_Vulkan_Syncs, reporter, options) {
1303 run_test(reporter, options, SrcType::kVulkan, DstType::kVulkan, true);
1307 DEF_GPUTEST(VulkanHardwareBuffer_EGL_Vulkan, reporter, options) {
1308 run_test(reporter, options, SrcType::kEGL, DstType::kVulkan, false);
1311 DEF_GPUTEST(VulkanHardwareBuffer_CPU_EGL, reporter, options) {
1312 run_test(reporter, options, SrcType::kCPU, DstType::kEGL, false);
1315 DEF_GPUTEST(VulkanHardwareBuffer_EGL_EGL, reporter, options) {
1316 run_test(reporter, options, SrcType::kEGL, DstType::kEGL, false);
1319 DEF_GPUTEST(VulkanHardwareBuffer_Vulkan_EGL, reporter, options) {
1320 run_test(reporter, options, SrcType::kVulkan, DstType::kEGL, false);
1323 DEF_GPUTEST(VulkanHardwareBuffer_EGL_EGL_Syncs, reporter, options) {
1324 run_test(reporter, options, SrcType::kEGL, DstType::kEGL, true);
1327 DEF_GPUTEST(VulkanHardwareBuffer_Vulkan_EGL_Syncs, reporter, options) {
1328 run_test(reporter, options, SrcType::kVulkan, DstType::kEGL, true);
1331 DEF_GPUTEST(VulkanHardwareBuffer_EGL_Vulkan_Syncs, reporter, options) {
1332 run_test(reporter, options, SrcType::kEGL, DstType::kVulkan, true);