Lines Matching defs:info
78 qpEglConfigInfo info;
82 info.bufferSize = val;
85 info.redSize = val;
88 info.greenSize = val;
91 info.blueSize = val;
94 info.luminanceSize = val;
97 info.alphaSize = val;
100 info.alphaMaskSize = val;
103 info.bindToTextureRGB = val == EGL_TRUE ? DE_TRUE : DE_FALSE;
106 info.bindToTextureRGBA = val == EGL_TRUE ? DE_TRUE : DE_FALSE;
110 info.colorBufferType = colorBufferType.c_str();
114 info.configCaveat = caveat.c_str();
117 info.configID = val;
121 info.conformant = conformant.c_str();
124 info.depthSize = val;
127 info.level = val;
130 info.maxPBufferWidth = val;
133 info.maxPBufferHeight = val;
136 info.maxPBufferPixels = val;
139 info.maxSwapInterval = val;
142 info.minSwapInterval = val;
145 info.nativeRenderable = val == EGL_TRUE ? DE_TRUE : DE_FALSE;
149 info.renderableType = renderableTypes.c_str();
152 info.sampleBuffers = val;
155 info.samples = val;
158 info.stencilSize = val;
162 info.surfaceTypes = surfaceTypes.c_str();
166 info.transparentType = transparentType.c_str();
169 info.transparentRedValue = val;
172 info.transparentGreenValue = val;
175 info.transparentBlueValue = val;
177 log.writeEglConfig(&info);