/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
D | IndexBufferOffsetTest.cpp | 289 ANGLE_SKIP_TEST_IF(IsVulkan() && (IsPixel2() || IsPixel2XL())); in TEST_P() 299 ANGLE_SKIP_TEST_IF(IsVulkan() && (IsPixel2() || IsPixel2XL())); in TEST_P() 312 ANGLE_SKIP_TEST_IF(IsVulkan() && (IsPixel2() || IsPixel2XL())); in TEST_P() 326 ANGLE_SKIP_TEST_IF(IsVulkan() && (IsPixel2() || IsPixel2XL())); in TEST_P() 337 ANGLE_SKIP_TEST_IF(IsVulkan() && (IsPixel2() || IsPixel2XL())); in TEST_P() 351 ANGLE_SKIP_TEST_IF(IsVulkan() && (IsPixel2() || IsPixel2XL())); in TEST_P()
|
D | PbufferTest.cpp | 242 ANGLE_SKIP_TEST_IF(IsPixel2() && IsOpenGLES()); in TEST_P() 315 ANGLE_SKIP_TEST_IF((IsPixel2() || IsPixel4()) && IsOpenGLES()); in TEST_P()
|
D | BlendFuncExtendedTest.cpp | 411 ANGLE_SKIP_TEST_IF(IsVulkan() && (IsNVIDIA() || IsPixel2())); in TEST_P() 526 ANGLE_SKIP_TEST_IF(IsVulkan() && (IsNVIDIA() || IsPixel2())); in TEST_P()
|
D | ImageTest.cpp | 924 if (IsPixel2() && IsOpenGLES()) in hasImageGLColorspaceExt() 1967 ANGLE_SKIP_TEST_IF(IsPixel2() || IsPixel2XL()); in TEST_P() 2048 ANGLE_SKIP_TEST_IF(IsPixel2() || IsPixel2XL()); in TEST_P() 2118 ANGLE_SKIP_TEST_IF(IsPixel2() || IsPixel2XL()); in TEST_P() 2202 ANGLE_SKIP_TEST_IF(IsPixel2() || IsPixel2XL()); in TEST_P() 2447 ANGLE_SKIP_TEST_IF(IsPixel2() || IsPixel2XL()); in TEST_P()
|
D | TransformFeedbackTest.cpp | 2247 ANGLE_SKIP_TEST_IF(IsVulkan() && IsPixel2()); in TEST_P() 3039 ANGLE_SKIP_TEST_IF(IsPixel2() && IsVulkan()); in TEST_P() 3192 ANGLE_SKIP_TEST_IF(IsPixel2() && IsVulkan()); in TEST_P() 3333 ANGLE_SKIP_TEST_IF(IsPixel2() && IsVulkan()); in TEST_P() 3387 ANGLE_SKIP_TEST_IF(IsPixel2() && IsVulkan()); in TEST_P()
|
D | MipmapTest.cpp | 132 ANGLE_SKIP_TEST_IF((IsPixel2() || IsNexus5X()) && IsOpenGLES()); in setUp3DProgram() 1068 ANGLE_SKIP_TEST_IF((IsPixel2() || IsNexus5X()) && IsOpenGLES()); in TEST_P()
|
D | CopyTexImageTest.cpp | 521 ANGLE_SKIP_TEST_IF((IsPixel2() || IsNexus5X()) && IsOpenGLES()); in TEST_P()
|
D | ProgramBinaryTest.cpp | 1239 ANGLE_SKIP_TEST_IF(IsAndroid() && (IsPixel2() || IsPixel2XL()) && IsVulkan()); in TEST_P()
|
D | VulkanExternalImageTest.cpp | 388 ANGLE_SKIP_TEST_IF(IsAndroid() && IsOpenGL() && (IsPixel2() || IsPixel2XL())); in TEST_P()
|
D | MultisampledRenderToTextureTest.cpp | 1096 ANGLE_SKIP_TEST_IF(IsAndroid() && IsOpenGL() && IsPixel2()); in blitFramebufferTestCommon() 3878 ANGLE_SKIP_TEST_IF(IsAndroid() && IsOpenGL() && IsPixel2()); in TEST_P()
|
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/ |
D | TracePerfTest.cpp | 783 if (mParams.isVulkan() && ((IsLinux() && IsIntel()) || IsPixel2())) in TracePerfTest() 792 if (IsPixel2() && mParams.isVulkan()) in TracePerfTest() 801 if (IsPixel2()) in TracePerfTest() 876 if (IsPixel2() && mParams.isVulkan()) in TracePerfTest() 907 if (IsPixel2() && mParams.isVulkan()) in TracePerfTest() 939 if (IsPixel2() && mParams.isVulkan()) in TracePerfTest() 951 if (((IsLinux() && IsIntel()) || IsPixel2()) && mParams.isVulkan()) in TracePerfTest() 960 if (IsAndroid() && (IsPixel2() || IsPixel4()) && in TracePerfTest() 995 if (IsPixel2() && mParams.isVulkan()) in TracePerfTest() 1046 if (((IsLinux() && IsIntel()) || IsPixel2()) && mParams.isVulkan()) in TracePerfTest()
|
/third_party/flutter/skia/third_party/externals/angle2/src/tests/test_expectations/ |
D | GPUTestConfig.cpp | 449 inline bool IsPixel2() in IsPixel2() function 545 mConditions[kConditionPixel2] = IsPixel2(); in GPUTestConfig()
|
D | GPUTestExpectationsTest.cpp | 30 EXPECT_EQ(IsPixel2(), config.getConditions()[GPUTestConfig::kConditionPixel2]); in validateConfigBase()
|
/third_party/skia/third_party/externals/angle2/src/tests/test_expectations/ |
D | GPUTestConfig.cpp | 421 inline bool IsPixel2() in IsPixel2() function 555 mConditions[kConditionPixel2OrXL] = !isSwiftShader && (IsPixel2() || IsPixel2XL()); in GPUTestConfig()
|
D | GPUTestExpectationsTest.cpp | 31 EXPECT_EQ((IsPixel2() || IsPixel2XL()), in validateConfigBase()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
D | driver_utils.h | 73 inline bool IsPixel2(uint32_t vendorId, uint32_t deviceId) in IsPixel2() function
|
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/ |
D | angle_test_instantiate.cpp | 330 bool IsPixel2() in IsPixel2() function 394 return IsNexus5X() || IsNexus9() || IsPixelXL() || IsPixel2() || IsPixel2XL() || IsPixel4() || in IsQualcomm()
|
D | angle_test_instantiate.h | 39 bool IsPixel2();
|
/third_party/flutter/skia/third_party/externals/angle2/src/tests/test_utils/ |
D | angle_test_instantiate.h | 33 bool IsPixel2();
|
D | angle_test_instantiate.cpp | 200 bool IsPixel2() in IsPixel2() function
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
D | driver_utils.h | 119 inline bool IsPixel2(uint32_t vendorId, uint32_t deviceId) in IsPixel2() function
|
/third_party/flutter/skia/third_party/externals/angle2/src/tests/gl_tests/ |
D | ProgramBinaryTest.cpp | 881 ANGLE_SKIP_TEST_IF(IsAndroid() && IsPixel2() && IsVulkan()); in TEST_P()
|
D | ShaderStorageBufferTest.cpp | 519 ANGLE_SKIP_TEST_IF(IsAndroid() && IsPixel2() && IsVulkan()); in TEST_P()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | RendererVk.cpp | 1296 if (IsPixel2(mPhysicalDeviceProperties.vendorID, mPhysicalDeviceProperties.deviceID) || in initFeatures()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | RendererVk.cpp | 2756 !(IsPixel2(mPhysicalDeviceProperties.vendorID, mPhysicalDeviceProperties.deviceID) && in initFeatures() 2849 IsPixel2(mPhysicalDeviceProperties.vendorID, mPhysicalDeviceProperties.deviceID)); in initFeatures()
|