Home
last modified time | relevance | path

Searched refs:IsPixel4 (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/tests/test_expectations/
DGPUTestConfig.cpp432 inline bool IsPixel4() in IsPixel4() function
556 mConditions[kConditionPixel4OrXL] = !isSwiftShader && (IsPixel4() || IsPixel4XL()); in GPUTestConfig()
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/
Dangle_test_instantiate.cpp340 bool IsPixel4() in IsPixel4() function
394 return IsNexus5X() || IsNexus9() || IsPixelXL() || IsPixel2() || IsPixel2XL() || IsPixel4() || in IsQualcomm()
Dangle_test_instantiate.h41 bool IsPixel4();
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
Ddriver_utils.h124 inline bool IsPixel4(uint32_t vendorId, uint32_t deviceId) in IsPixel4() function
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/
DMultisampledRenderToTexturePerf.cpp111 if (IsPixel4() && GetParam().eglParameters.renderer == EGL_PLATFORM_ANGLE_TYPE_OPENGLES_ANGLE) in MultisampledRenderToTextureBenchmark()
DTracePerfTest.cpp960 if (IsAndroid() && (IsPixel2() || IsPixel4()) && in TracePerfTest()
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DPbufferTest.cpp315 ANGLE_SKIP_TEST_IF((IsPixel2() || IsPixel4()) && IsOpenGLES()); in TEST_P()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DRendererVk.cpp2758 !IsPixel4(mPhysicalDeviceProperties.vendorID, mPhysicalDeviceProperties.deviceID)); in initFeatures()