Home
last modified time | relevance | path

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

/external/angle/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
/external/angle/include/EGL/
Deglext_angle.h275 #define EGL_HIGH_POWER_ANGLE 0x0002 macro
/external/angle/src/libANGLE/renderer/gl/cgl/
DDisplayCGL.mm347 if (attribs.get(EGL_POWER_PREFERENCE_ANGLE, EGL_LOW_POWER_ANGLE) == EGL_HIGH_POWER_ANGLE)
/external/angle/src/libANGLE/
DvalidationEGL.cpp1884 if (value != EGL_LOW_POWER_ANGLE && value != EGL_HIGH_POWER_ANGLE) in ValidateCreateContext()