Lines Matching defs:conf
105 _eglPrintConfig(_EGLConfig *const conf, const int chosenIndex)
112 vtype = conf->NativeVisualType;
113 surfaces = conf->SurfaceType;
137 conf->ConfigID, conf->BufferSize, conf->Level,
138 conf->RedSize, conf->GreenSize, conf->BlueSize, conf->AlphaSize,
139 conf->DepthSize, conf->StencilSize,
140 conf->Samples, conf->SampleBuffers, conf->NativeVisualID,
143 bindRgb = conf->BindToTextureRGB;
144 bindRgba = conf->BindToTextureRGBA;
145 renderable = conf->RenderableType;
149 (conf->ConfigCaveat != EGL_NONE) ? 'y' : ' ',