Home | History | Annotate | Download | only in egl

Lines Matching defs:surfaceType

192 		if (multisampleResolve == EGL_MULTISAMPLE_RESOLVE_BOX && !(info.surfaceType & EGL_MULTISAMPLE_RESOLVE_BOX_BIT))
209 if (swapBehavior == EGL_BUFFER_PRESERVED && !(info.surfaceType & EGL_SWAP_BEHAVIOR_PRESERVED_BIT))
226 if (alphaFormat == EGL_ALPHA_FORMAT_PRE && !(info.surfaceType & EGL_VG_ALPHA_FORMAT_PRE_BIT))
243 if (colorspace == EGL_VG_COLORSPACE_LINEAR && !(info.surfaceType & EGL_VG_COLORSPACE_LINEAR_BIT))
459 void testAttributes (EGLDisplay display, EGLSurface surface, EGLint surfaceType, const ConfigInfo& info);
467 void SurfaceAttribCase::testAttributes (EGLDisplay display, EGLSurface surface, EGLint surfaceType, const ConfigInfo& info)
489 if (surfaceType == EGL_PBUFFER_BIT)
682 static bool surfaceType (const eglu::CandidateConfig& c)
684 return (c.surfaceType() & Type) == Type;
700 baseFilters << surfaceType<EGL_WINDOW_BIT>;
715 baseFilters << surfaceType<EGL_PIXMAP_BIT>;
730 baseFilters << surfaceType<EGL_PBUFFER_BIT>;
751 baseFilters << surfaceType<EGL_WINDOW_BIT>;
766 baseFilters << surfaceType<EGL_PIXMAP_BIT>;
781 baseFilters << surfaceType<EGL_PBUFFER_BIT>;