Home
last modified time | relevance | path

Searched refs:EGL_HIGH_POWER_ANGLE (Results 1 – 13 of 13) sorted by relevance

/third_party/skia/third_party/externals/angle2/extensions/
DEGL_ANGLE_power_preference.txt64 EGL_HIGH_POWER_ANGLE 0x0002
75 EGL_LOW_POWER_ANGLE and EGL_HIGH_POWER_ANGLE. If this extension is
85 to EGL_HIGH_POWER_ANGLE, will cause that context to release its
90 to EGL_HIGH_POWER_ANGLE and which was previously released via
DEGL_ANGLE_display_power_preference.txt60 EGL_HIGH_POWER_ANGLE 0x0002
71 EGL_LOW_POWER_ANGLE and EGL_HIGH_POWER_ANGLE. If this extension is
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/
DEGLDisplayPowerPreferenceTest.cpp181 powerPreference = EGL_HIGH_POWER_ANGLE; in runReinitializeDisplay()
221 initializeDisplayWithPowerPreference(&display2, EGL_HIGH_POWER_ANGLE); in runMultiDisplay()
268 runReinitializeDisplay(EGL_HIGH_POWER_ANGLE); in TEST_P()
/third_party/flutter/skia/third_party/externals/angle2/extensions/
DEGL_ANGLE_power_preference.txt58 EGL_HIGH_POWER_ANGLE 0x0002
69 EGL_LOW_POWER_ANGLE and EGL_HIGH_POWER_ANGLE. If this extension is
/third_party/flutter/skia/third_party/externals/angle2/include/EGL/
Deglext_angle.h209 #define EGL_HIGH_POWER_ANGLE 0x0002 macro
/third_party/skia/third_party/externals/angle2/include/EGL/
Deglext_angle.h270 #define EGL_HIGH_POWER_ANGLE 0x0002 macro
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/
Dangle_test_configs.h334 paramsOut.eglParameters.displayPowerPreference = EGL_HIGH_POWER_ANGLE; in WithHighPowerGPU()
Dangle_test_configs.cpp315 if (pp.eglParameters.displayPowerPreference == EGL_HIGH_POWER_ANGLE) in operator <<()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/cgl/
DDisplayCGL.mm185 if (attribs.get(EGL_POWER_PREFERENCE_ANGLE, EGL_LOW_POWER_ANGLE) == EGL_HIGH_POWER_ANGLE)
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/cgl/
DDisplayCGL.mm347 if (attribs.get(EGL_POWER_PREFERENCE_ANGLE, EGL_LOW_POWER_ANGLE) == EGL_HIGH_POWER_ANGLE)
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
DDisplayMtl.mm258 if (attribs.get(EGL_POWER_PREFERENCE_ANGLE, 0) == EGL_HIGH_POWER_ANGLE)
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DvalidationEGL.cpp924 if (value != EGL_LOW_POWER_ANGLE && value != EGL_HIGH_POWER_ANGLE) in ValidateGetPlatformDisplayCommon()
1791 if (value != EGL_LOW_POWER_ANGLE && value != EGL_HIGH_POWER_ANGLE) in ValidateCreateContextAttributeValue()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DvalidationEGL.cpp1159 if (value != EGL_LOW_POWER_ANGLE && value != EGL_HIGH_POWER_ANGLE) in ValidateCreateContext()