Home
last modified time | relevance | path

Searched refs:IsPixel2 (Results 1 – 25 of 28) sorted by relevance

12

/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DIndexBufferOffsetTest.cpp289 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()
DPbufferTest.cpp242 ANGLE_SKIP_TEST_IF(IsPixel2() && IsOpenGLES()); in TEST_P()
315 ANGLE_SKIP_TEST_IF((IsPixel2() || IsPixel4()) && IsOpenGLES()); in TEST_P()
DBlendFuncExtendedTest.cpp411 ANGLE_SKIP_TEST_IF(IsVulkan() && (IsNVIDIA() || IsPixel2())); in TEST_P()
526 ANGLE_SKIP_TEST_IF(IsVulkan() && (IsNVIDIA() || IsPixel2())); in TEST_P()
DImageTest.cpp924 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()
DTransformFeedbackTest.cpp2247 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()
DMipmapTest.cpp132 ANGLE_SKIP_TEST_IF((IsPixel2() || IsNexus5X()) && IsOpenGLES()); in setUp3DProgram()
1068 ANGLE_SKIP_TEST_IF((IsPixel2() || IsNexus5X()) && IsOpenGLES()); in TEST_P()
DCopyTexImageTest.cpp521 ANGLE_SKIP_TEST_IF((IsPixel2() || IsNexus5X()) && IsOpenGLES()); in TEST_P()
DProgramBinaryTest.cpp1239 ANGLE_SKIP_TEST_IF(IsAndroid() && (IsPixel2() || IsPixel2XL()) && IsVulkan()); in TEST_P()
DVulkanExternalImageTest.cpp388 ANGLE_SKIP_TEST_IF(IsAndroid() && IsOpenGL() && (IsPixel2() || IsPixel2XL())); in TEST_P()
DMultisampledRenderToTextureTest.cpp1096 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/
DTracePerfTest.cpp783 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/
DGPUTestConfig.cpp449 inline bool IsPixel2() in IsPixel2() function
545 mConditions[kConditionPixel2] = IsPixel2(); in GPUTestConfig()
DGPUTestExpectationsTest.cpp30 EXPECT_EQ(IsPixel2(), config.getConditions()[GPUTestConfig::kConditionPixel2]); in validateConfigBase()
/third_party/skia/third_party/externals/angle2/src/tests/test_expectations/
DGPUTestConfig.cpp421 inline bool IsPixel2() in IsPixel2() function
555 mConditions[kConditionPixel2OrXL] = !isSwiftShader && (IsPixel2() || IsPixel2XL()); in GPUTestConfig()
DGPUTestExpectationsTest.cpp31 EXPECT_EQ((IsPixel2() || IsPixel2XL()), in validateConfigBase()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/
Ddriver_utils.h73 inline bool IsPixel2(uint32_t vendorId, uint32_t deviceId) in IsPixel2() function
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/
Dangle_test_instantiate.cpp330 bool IsPixel2() in IsPixel2() function
394 return IsNexus5X() || IsNexus9() || IsPixelXL() || IsPixel2() || IsPixel2XL() || IsPixel4() || in IsQualcomm()
Dangle_test_instantiate.h39 bool IsPixel2();
/third_party/flutter/skia/third_party/externals/angle2/src/tests/test_utils/
Dangle_test_instantiate.h33 bool IsPixel2();
Dangle_test_instantiate.cpp200 bool IsPixel2() in IsPixel2() function
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
Ddriver_utils.h119 inline bool IsPixel2(uint32_t vendorId, uint32_t deviceId) in IsPixel2() function
/third_party/flutter/skia/third_party/externals/angle2/src/tests/gl_tests/
DProgramBinaryTest.cpp881 ANGLE_SKIP_TEST_IF(IsAndroid() && IsPixel2() && IsVulkan()); in TEST_P()
DShaderStorageBufferTest.cpp519 ANGLE_SKIP_TEST_IF(IsAndroid() && IsPixel2() && IsVulkan()); in TEST_P()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DRendererVk.cpp1296 if (IsPixel2(mPhysicalDeviceProperties.vendorID, mPhysicalDeviceProperties.deviceID) || in initFeatures()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DRendererVk.cpp2756 !(IsPixel2(mPhysicalDeviceProperties.vendorID, mPhysicalDeviceProperties.deviceID) && in initFeatures()
2849 IsPixel2(mPhysicalDeviceProperties.vendorID, mPhysicalDeviceProperties.deviceID)); in initFeatures()

12