Home | History | Annotate | Download | only in libEGL

Lines Matching refs:Format

15 // Config.h: Defines the egl::Config class, describing the format, type
35 Config(sw::Format displayFormat, EGLint minSwapInterval, EGLint maxSwapInterval, sw::Format renderTargetFormat, sw::Format depthStencilFormat, EGLint multiSample);
39 const sw::Format mDisplayFormat;
40 const sw::Format mRenderTargetFormat;
41 const sw::Format mDepthStencilFormat;
59 EGLBoolean mMatchNativePixmap; // Match the native pixmap format
94 void add(sw::Format displayFormat, EGLint minSwapInterval, EGLint maxSwapInterval, sw::Format renderTargetFormat, sw::Format depthStencilFormat, EGLint multiSample);