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, bool conformant);
39 const sw::Format mRenderTargetFormat;
40 const sw::Format mDepthStencilFormat;
58 EGLBoolean mMatchNativePixmap; // Match the native pixmap format
93 void add(sw::Format displayFormat, EGLint minSwapInterval, EGLint maxSwapInterval, sw::Format renderTargetFormat, sw::Format depthStencilFormat, EGLint multiSample);