Lines Matching refs:match
245 bool match = true; in filter() local
260 match = config.bufferSize >= attributeValue; in filter()
263 match = config.alphaSize >= attributeValue; in filter()
266 match = config.blueSize >= attributeValue; in filter()
269 match = config.greenSize >= attributeValue; in filter()
272 match = config.redSize >= attributeValue; in filter()
275 match = config.depthSize >= attributeValue; in filter()
278 match = config.stencilSize >= attributeValue; in filter()
281 match = config.configCaveat == static_cast<EGLenum>(attributeValue); in filter()
284 match = config.level == attributeValue; in filter()
287 match = config.nativeRenderable == static_cast<EGLBoolean>(attributeValue); in filter()
290 match = config.nativeVisualType == attributeValue; in filter()
293 match = config.samples >= attributeValue; in filter()
296 match = config.sampleBuffers >= attributeValue; in filter()
299 match = (config.surfaceType & attributeValue) == attributeValue; in filter()
302 match = config.transparentType == static_cast<EGLenum>(attributeValue); in filter()
307 match = config.transparentBlueValue == attributeValue; in filter()
313 match = config.transparentGreenValue == attributeValue; in filter()
319 match = config.transparentRedValue == attributeValue; in filter()
323 match = config.bindToTextureRGB == static_cast<EGLBoolean>(attributeValue); in filter()
326 match = config.bindToTextureRGBA == static_cast<EGLBoolean>(attributeValue); in filter()
329 match = config.bindToTextureTarget == static_cast<EGLenum>(attributeValue); in filter()
332 match = config.minSwapInterval == attributeValue; in filter()
335 match = config.maxSwapInterval == attributeValue; in filter()
338 match = config.luminanceSize >= attributeValue; in filter()
341 match = config.alphaMaskSize >= attributeValue; in filter()
344 match = config.colorBufferType == static_cast<EGLenum>(attributeValue); in filter()
347 match = (config.renderableType & attributeValue) == attributeValue; in filter()
350 match = false; in filter()
354 match = (config.conformant & attributeValue) == attributeValue; in filter()
357 match = config.maxPBufferWidth >= attributeValue; in filter()
360 match = config.maxPBufferHeight >= attributeValue; in filter()
363 match = config.maxPBufferPixels >= attributeValue; in filter()
366 match = config.optimalOrientation == attributeValue; in filter()
369 match = config.colorComponentType == static_cast<EGLenum>(attributeValue); in filter()
372 match = config.recordable == static_cast<EGLBoolean>(attributeValue); in filter()
375 match = config.framebufferTarget == static_cast<EGLBoolean>(attributeValue); in filter()
378 match = config.yInverted == static_cast<EGLBoolean>(attributeValue); in filter()
383 match = (config.surfaceType & EGL_LOCK_SURFACE_BIT_KHR) == 0; in filter()
387 match = config.matchFormat == attributeValue; in filter()
394 if (!match) in filter()
400 if (match) in filter()