Searched defs:PlatformParameters (Results 1 – 4 of 4) sorted by relevance
/third_party/flutter/skia/third_party/externals/angle2/src/tests/test_utils/ |
D | angle_test_configs.h | 38 struct PlatformParameters struct 57 EGLPlatformParameters eglParameters; argument 62 bool operator<(const PlatformParameters &a, const PlatformParameters &b); argument
|
D | angle_test_configs.cpp | 15 PlatformParameters::PlatformParameters() : PlatformParameters(2, 0, GLESDriverType::AngleEGL) {} in PlatformParameters() function in angle::PlatformParameters 17 PlatformParameters::PlatformParameters(EGLint majorVersion, in PlatformParameters() function in angle::PlatformParameters 29 PlatformParameters::PlatformParameters(EGLint majorVersion, in PlatformParameters() function in angle::PlatformParameters
|
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/ |
D | angle_test_configs.h | 26 struct PlatformParameters struct 50 EGLPlatformParameters eglParameters; argument 57 bool operator<(const PlatformParameters &a, const PlatformParameters &b); argument
|
D | angle_test_configs.cpp | 15 PlatformParameters::PlatformParameters() : PlatformParameters(2, 0, GLESDriverType::AngleEGL) {} in PlatformParameters() function in angle::PlatformParameters 17 PlatformParameters::PlatformParameters(EGLint majorVersion, in PlatformParameters() function in angle::PlatformParameters 29 PlatformParameters::PlatformParameters(EGLint majorVersion, in PlatformParameters() function in angle::PlatformParameters
|