Lines Matching refs:attributeValue
242 EGLAttrib attributeValue = attribIter->second; in filter() local
244 if (attributeValue == EGL_DONT_CARE) in filter()
252 match = config.bufferSize >= attributeValue; in filter()
255 match = config.alphaSize >= attributeValue; in filter()
258 match = config.blueSize >= attributeValue; in filter()
261 match = config.greenSize >= attributeValue; in filter()
264 match = config.redSize >= attributeValue; in filter()
267 match = config.depthSize >= attributeValue; in filter()
270 match = config.stencilSize >= attributeValue; in filter()
273 match = config.configCaveat == static_cast<EGLenum>(attributeValue); in filter()
276 match = config.configID == attributeValue; in filter()
279 match = config.level == attributeValue; in filter()
282 match = config.nativeRenderable == static_cast<EGLBoolean>(attributeValue); in filter()
285 match = config.nativeVisualType == attributeValue; in filter()
288 match = config.samples >= attributeValue; in filter()
291 match = config.sampleBuffers >= attributeValue; in filter()
294 match = (config.surfaceType & attributeValue) == attributeValue; in filter()
297 match = config.transparentType == static_cast<EGLenum>(attributeValue); in filter()
302 match = config.transparentBlueValue == attributeValue; in filter()
308 match = config.transparentGreenValue == attributeValue; in filter()
314 match = config.transparentRedValue == attributeValue; in filter()
318 match = config.bindToTextureRGB == static_cast<EGLBoolean>(attributeValue); in filter()
321 match = config.bindToTextureRGBA == static_cast<EGLBoolean>(attributeValue); in filter()
324 match = config.bindToTextureTarget == static_cast<EGLenum>(attributeValue); in filter()
327 match = config.minSwapInterval == attributeValue; in filter()
330 match = config.maxSwapInterval == attributeValue; in filter()
333 match = config.luminanceSize >= attributeValue; in filter()
336 match = config.alphaMaskSize >= attributeValue; in filter()
339 match = config.colorBufferType == static_cast<EGLenum>(attributeValue); in filter()
342 match = (config.renderableType & attributeValue) == attributeValue; in filter()
349 match = (config.conformant & attributeValue) == attributeValue; in filter()
352 match = config.maxPBufferWidth >= attributeValue; in filter()
355 match = config.maxPBufferHeight >= attributeValue; in filter()
358 match = config.maxPBufferPixels >= attributeValue; in filter()
361 match = config.optimalOrientation == attributeValue; in filter()
364 match = config.colorComponentType == static_cast<EGLenum>(attributeValue); in filter()
367 match = config.recordable == static_cast<EGLBoolean>(attributeValue); in filter()
370 match = config.framebufferTarget == static_cast<EGLBoolean>(attributeValue); in filter()
373 match = config.yInverted == static_cast<EGLBoolean>(attributeValue); in filter()