Searched refs:EGL_DIRECT_COMPOSITION_ANGLE (Results 1 – 7 of 7) sorted by relevance
52 EGL_DIRECT_COMPOSITION_ANGLE 0x33A561 be specified in <attrib_list> include EGL_DIRECT_COMPOSITION_ANGLE,68 "EGL_DIRECT_COMPOSITION_ANGLE specifies whether the surface will be posted72 EGL_DIRECT_COMPOSITION_ANGLE as EGL_FALSE will appear underneath the81 EGL_DIRECT_COMPOSITION_ANGLE boolean Surface will be posted to the window
129 const EGLint surfaceAttributes[] = {EGL_DIRECT_COMPOSITION_ANGLE, EGL_TRUE, EGL_NONE}; in CreateWindowSurface()
47 #define EGL_DIRECT_COMPOSITION_ANGLE 0x33A5 macro
38 directComposition = attributes.get(EGL_DIRECT_COMPOSITION_ANGLE, EGL_FALSE) == EGL_TRUE; in SurfaceState()
2199 case EGL_DIRECT_COMPOSITION_ANGLE: in ValidateCreateWindowSurface()5113 case EGL_DIRECT_COMPOSITION_ANGLE: in ValidateQuerySurface()
4253 case EGL_DIRECT_COMPOSITION_ANGLE: in QuerySurfaceAttrib()
1427 attribs.get(EGL_DIRECT_COMPOSITION_ANGLE, EGL_FALSE) == EGL_TRUE); in createNativeWindow()