Home
last modified time | relevance | path

Searched refs:attributeValue (Results 1 – 25 of 1474) sorted by relevance

12345678910>>...59

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/libANGLE/
H A DConfig.cpp242 EGLAttrib attributeValue = attribIter->second; in filter() local
244 if (attributeValue == EGL_DONT_CARE) in filter()
255 match = config.alphaSize >= attributeValue; in filter()
258 match = config.blueSize >= attributeValue; in filter()
264 match = config.redSize >= attributeValue; in filter()
276 match = config.configID == attributeValue; in filter()
279 match = config.level == attributeValue; in filter()
288 match = config.samples >= attributeValue; in filter()
294 match = (config.surfaceType & attributeValue) == attributeValue; in filter()
342 match = (config.renderableType & attributeValue) == attributeValue; in filter()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/gfx/angle/checkout/src/libANGLE/
H A DConfig.cpp242 EGLAttrib attributeValue = attribIter->second; in filter() local
244 if (attributeValue == EGL_DONT_CARE) in filter()
255 match = config.alphaSize >= attributeValue; in filter()
258 match = config.blueSize >= attributeValue; in filter()
264 match = config.redSize >= attributeValue; in filter()
276 match = config.configID == attributeValue; in filter()
279 match = config.level == attributeValue; in filter()
288 match = config.samples >= attributeValue; in filter()
294 match = (config.surfaceType & attributeValue) == attributeValue; in filter()
342 match = (config.renderableType & attributeValue) == attributeValue; in filter()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/angle/checkout/src/libANGLE/
H A DConfig.cpp242 EGLAttrib attributeValue = attribIter->second; in filter() local
244 if (attributeValue == EGL_DONT_CARE) in filter()
255 match = config.alphaSize >= attributeValue; in filter()
258 match = config.blueSize >= attributeValue; in filter()
264 match = config.redSize >= attributeValue; in filter()
276 match = config.configID == attributeValue; in filter()
279 match = config.level == attributeValue; in filter()
288 match = config.samples >= attributeValue; in filter()
294 match = (config.surfaceType & attributeValue) == attributeValue; in filter()
342 match = (config.renderableType & attributeValue) == attributeValue; in filter()
[all …]
/dports/www/firefox/firefox-99.0/gfx/angle/checkout/src/libANGLE/
H A DConfig.cpp242 EGLAttrib attributeValue = attribIter->second; in filter() local
244 if (attributeValue == EGL_DONT_CARE) in filter()
255 match = config.alphaSize >= attributeValue; in filter()
258 match = config.blueSize >= attributeValue; in filter()
264 match = config.redSize >= attributeValue; in filter()
276 match = config.configID == attributeValue; in filter()
279 match = config.level == attributeValue; in filter()
288 match = config.samples >= attributeValue; in filter()
294 match = (config.surfaceType & attributeValue) == attributeValue; in filter()
342 match = (config.renderableType & attributeValue) == attributeValue; in filter()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/angle/checkout/src/libANGLE/
H A DConfig.cpp242 EGLAttrib attributeValue = attribIter->second; in filter() local
244 if (attributeValue == EGL_DONT_CARE) in filter()
255 match = config.alphaSize >= attributeValue; in filter()
258 match = config.blueSize >= attributeValue; in filter()
264 match = config.redSize >= attributeValue; in filter()
276 match = config.configID == attributeValue; in filter()
279 match = config.level == attributeValue; in filter()
288 match = config.samples >= attributeValue; in filter()
294 match = (config.surfaceType & attributeValue) == attributeValue; in filter()
342 match = (config.renderableType & attributeValue) == attributeValue; in filter()
[all …]
/dports/x11-toolkits/qt5-gui/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/
H A DConfig.cpp193 EGLint attributeValue = attribIter->second; in scanForWantedComponents() local
194 if (attributeKey != 0 && attributeValue != EGL_DONT_CARE) in scanForWantedComponents()
241 EGLAttrib attributeValue = attribIter->second; in filter() local
243 if (attributeValue == EGL_DONT_CARE) in filter()
250 …case EGL_BUFFER_SIZE: match = config.bufferSize >= attributeValue; … in filter()
251 …case EGL_ALPHA_SIZE: match = config.alphaSize >= attributeValue; … in filter()
264 …GL_SURFACE_TYPE: match = (config.surfaceType & attributeValue) == attributeValue; … in filter()
276 …RENDERABLE_TYPE: match = (config.renderableType & attributeValue) == attributeValue; bre… in filter()
278 …EGL_CONFORMANT: match = (config.conformant & attributeValue) == attributeValue; … in filter()
283 match = config.optimalOrientation == attributeValue; in filter()
[all …]
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/
H A DConfig.cpp193 EGLint attributeValue = attribIter->second; in scanForWantedComponents() local
194 if (attributeKey != 0 && attributeValue != EGL_DONT_CARE) in scanForWantedComponents()
241 EGLAttrib attributeValue = attribIter->second; in filter() local
243 if (attributeValue == EGL_DONT_CARE) in filter()
250 …case EGL_BUFFER_SIZE: match = config.bufferSize >= attributeValue; … in filter()
251 …case EGL_ALPHA_SIZE: match = config.alphaSize >= attributeValue; … in filter()
264 …GL_SURFACE_TYPE: match = (config.surfaceType & attributeValue) == attributeValue; … in filter()
276 …RENDERABLE_TYPE: match = (config.renderableType & attributeValue) == attributeValue; bre… in filter()
278 …EGL_CONFORMANT: match = (config.conformant & attributeValue) == attributeValue; … in filter()
283 match = config.optimalOrientation == attributeValue; in filter()
[all …]
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/
H A DConfig.cpp193 EGLint attributeValue = attribIter->second; in scanForWantedComponents() local
194 if (attributeKey != 0 && attributeValue != EGL_DONT_CARE) in scanForWantedComponents()
241 EGLAttrib attributeValue = attribIter->second; in filter() local
243 if (attributeValue == EGL_DONT_CARE) in filter()
250 …case EGL_BUFFER_SIZE: match = config.bufferSize >= attributeValue; … in filter()
251 …case EGL_ALPHA_SIZE: match = config.alphaSize >= attributeValue; … in filter()
264 …GL_SURFACE_TYPE: match = (config.surfaceType & attributeValue) == attributeValue; … in filter()
276 …RENDERABLE_TYPE: match = (config.renderableType & attributeValue) == attributeValue; bre… in filter()
278 …EGL_CONFORMANT: match = (config.conformant & attributeValue) == attributeValue; … in filter()
283 match = config.optimalOrientation == attributeValue; in filter()
[all …]
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/
H A DConfig.cpp193 EGLint attributeValue = attribIter->second; in scanForWantedComponents() local
194 if (attributeKey != 0 && attributeValue != EGL_DONT_CARE) in scanForWantedComponents()
241 EGLAttrib attributeValue = attribIter->second; in filter() local
243 if (attributeValue == EGL_DONT_CARE) in filter()
250 …case EGL_BUFFER_SIZE: match = config.bufferSize >= attributeValue; … in filter()
251 …case EGL_ALPHA_SIZE: match = config.alphaSize >= attributeValue; … in filter()
264 …GL_SURFACE_TYPE: match = (config.surfaceType & attributeValue) == attributeValue; … in filter()
276 …RENDERABLE_TYPE: match = (config.renderableType & attributeValue) == attributeValue; bre… in filter()
278 …EGL_CONFORMANT: match = (config.conformant & attributeValue) == attributeValue; … in filter()
283 match = config.optimalOrientation == attributeValue; in filter()
[all …]
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/
H A DConfig.cpp193 EGLint attributeValue = attribIter->second; in scanForWantedComponents() local
194 if (attributeKey != 0 && attributeValue != EGL_DONT_CARE) in scanForWantedComponents()
241 EGLAttrib attributeValue = attribIter->second; in filter() local
243 if (attributeValue == EGL_DONT_CARE) in filter()
250 …case EGL_BUFFER_SIZE: match = config.bufferSize >= attributeValue; … in filter()
251 …case EGL_ALPHA_SIZE: match = config.alphaSize >= attributeValue; … in filter()
264 …GL_SURFACE_TYPE: match = (config.surfaceType & attributeValue) == attributeValue; … in filter()
276 …RENDERABLE_TYPE: match = (config.renderableType & attributeValue) == attributeValue; bre… in filter()
278 …EGL_CONFORMANT: match = (config.conformant & attributeValue) == attributeValue; … in filter()
283 match = config.optimalOrientation == attributeValue; in filter()
[all …]
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/
H A DConfig.cpp193 EGLint attributeValue = attribIter->second; in scanForWantedComponents() local
194 if (attributeKey != 0 && attributeValue != EGL_DONT_CARE) in scanForWantedComponents()
241 EGLAttrib attributeValue = attribIter->second; in filter() local
243 if (attributeValue == EGL_DONT_CARE) in filter()
250 …case EGL_BUFFER_SIZE: match = config.bufferSize >= attributeValue; … in filter()
251 …case EGL_ALPHA_SIZE: match = config.alphaSize >= attributeValue; … in filter()
264 …GL_SURFACE_TYPE: match = (config.surfaceType & attributeValue) == attributeValue; … in filter()
276 …RENDERABLE_TYPE: match = (config.renderableType & attributeValue) == attributeValue; bre… in filter()
278 …EGL_CONFORMANT: match = (config.conformant & attributeValue) == attributeValue; … in filter()
283 match = config.optimalOrientation == attributeValue; in filter()
[all …]
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/
H A DConfig.cpp193 EGLint attributeValue = attribIter->second; in scanForWantedComponents() local
194 if (attributeKey != 0 && attributeValue != EGL_DONT_CARE) in scanForWantedComponents()
241 EGLAttrib attributeValue = attribIter->second; in filter() local
243 if (attributeValue == EGL_DONT_CARE) in filter()
250 …case EGL_BUFFER_SIZE: match = config.bufferSize >= attributeValue; … in filter()
251 …case EGL_ALPHA_SIZE: match = config.alphaSize >= attributeValue; … in filter()
264 …GL_SURFACE_TYPE: match = (config.surfaceType & attributeValue) == attributeValue; … in filter()
276 …RENDERABLE_TYPE: match = (config.renderableType & attributeValue) == attributeValue; bre… in filter()
278 …EGL_CONFORMANT: match = (config.conformant & attributeValue) == attributeValue; … in filter()
283 match = config.optimalOrientation == attributeValue; in filter()
[all …]
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/
H A DConfig.cpp193 EGLint attributeValue = attribIter->second; in scanForWantedComponents() local
194 if (attributeKey != 0 && attributeValue != EGL_DONT_CARE) in scanForWantedComponents()
241 EGLAttrib attributeValue = attribIter->second; in filter() local
243 if (attributeValue == EGL_DONT_CARE) in filter()
250 …case EGL_BUFFER_SIZE: match = config.bufferSize >= attributeValue; … in filter()
251 …case EGL_ALPHA_SIZE: match = config.alphaSize >= attributeValue; … in filter()
264 …GL_SURFACE_TYPE: match = (config.surfaceType & attributeValue) == attributeValue; … in filter()
276 …RENDERABLE_TYPE: match = (config.renderableType & attributeValue) == attributeValue; bre… in filter()
278 …EGL_CONFORMANT: match = (config.conformant & attributeValue) == attributeValue; … in filter()
283 match = config.optimalOrientation == attributeValue; in filter()
[all …]
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/
H A DConfig.cpp193 EGLint attributeValue = attribIter->second; in scanForWantedComponents() local
194 if (attributeKey != 0 && attributeValue != EGL_DONT_CARE) in scanForWantedComponents()
241 EGLAttrib attributeValue = attribIter->second; in filter() local
243 if (attributeValue == EGL_DONT_CARE) in filter()
250 …case EGL_BUFFER_SIZE: match = config.bufferSize >= attributeValue; … in filter()
251 …case EGL_ALPHA_SIZE: match = config.alphaSize >= attributeValue; … in filter()
264 …GL_SURFACE_TYPE: match = (config.surfaceType & attributeValue) == attributeValue; … in filter()
276 …RENDERABLE_TYPE: match = (config.renderableType & attributeValue) == attributeValue; bre… in filter()
278 …EGL_CONFORMANT: match = (config.conformant & attributeValue) == attributeValue; … in filter()
283 match = config.optimalOrientation == attributeValue; in filter()
[all …]
/dports/net/qt5-network/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/
H A DConfig.cpp193 EGLint attributeValue = attribIter->second; in scanForWantedComponents() local
194 if (attributeKey != 0 && attributeValue != EGL_DONT_CARE) in scanForWantedComponents()
241 EGLAttrib attributeValue = attribIter->second; in filter() local
243 if (attributeValue == EGL_DONT_CARE) in filter()
250 …case EGL_BUFFER_SIZE: match = config.bufferSize >= attributeValue; … in filter()
251 …case EGL_ALPHA_SIZE: match = config.alphaSize >= attributeValue; … in filter()
264 …GL_SURFACE_TYPE: match = (config.surfaceType & attributeValue) == attributeValue; … in filter()
276 …RENDERABLE_TYPE: match = (config.renderableType & attributeValue) == attributeValue; bre… in filter()
278 …EGL_CONFORMANT: match = (config.conformant & attributeValue) == attributeValue; … in filter()
283 match = config.optimalOrientation == attributeValue; in filter()
[all …]
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/
H A DConfig.cpp193 EGLint attributeValue = attribIter->second; in scanForWantedComponents() local
194 if (attributeKey != 0 && attributeValue != EGL_DONT_CARE) in scanForWantedComponents()
241 EGLAttrib attributeValue = attribIter->second; in filter() local
243 if (attributeValue == EGL_DONT_CARE) in filter()
250 …case EGL_BUFFER_SIZE: match = config.bufferSize >= attributeValue; … in filter()
251 …case EGL_ALPHA_SIZE: match = config.alphaSize >= attributeValue; … in filter()
264 …GL_SURFACE_TYPE: match = (config.surfaceType & attributeValue) == attributeValue; … in filter()
276 …RENDERABLE_TYPE: match = (config.renderableType & attributeValue) == attributeValue; bre… in filter()
278 …EGL_CONFORMANT: match = (config.conformant & attributeValue) == attributeValue; … in filter()
283 match = config.optimalOrientation == attributeValue; in filter()
[all …]
/dports/x11-toolkits/qt5-widgets/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/
H A DConfig.cpp193 EGLint attributeValue = attribIter->second; in scanForWantedComponents() local
194 if (attributeKey != 0 && attributeValue != EGL_DONT_CARE) in scanForWantedComponents()
241 EGLAttrib attributeValue = attribIter->second; in filter() local
243 if (attributeValue == EGL_DONT_CARE) in filter()
250 …case EGL_BUFFER_SIZE: match = config.bufferSize >= attributeValue; … in filter()
251 …case EGL_ALPHA_SIZE: match = config.alphaSize >= attributeValue; … in filter()
264 …GL_SURFACE_TYPE: match = (config.surfaceType & attributeValue) == attributeValue; … in filter()
276 …RENDERABLE_TYPE: match = (config.renderableType & attributeValue) == attributeValue; bre… in filter()
278 …EGL_CONFORMANT: match = (config.conformant & attributeValue) == attributeValue; … in filter()
283 match = config.optimalOrientation == attributeValue; in filter()
[all …]
/dports/devel/qt5-testlib/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/
H A DConfig.cpp193 EGLint attributeValue = attribIter->second; in scanForWantedComponents() local
194 if (attributeKey != 0 && attributeValue != EGL_DONT_CARE) in scanForWantedComponents()
241 EGLAttrib attributeValue = attribIter->second; in filter() local
243 if (attributeValue == EGL_DONT_CARE) in filter()
250 …case EGL_BUFFER_SIZE: match = config.bufferSize >= attributeValue; … in filter()
251 …case EGL_ALPHA_SIZE: match = config.alphaSize >= attributeValue; … in filter()
264 …GL_SURFACE_TYPE: match = (config.surfaceType & attributeValue) == attributeValue; … in filter()
276 …RENDERABLE_TYPE: match = (config.renderableType & attributeValue) == attributeValue; bre… in filter()
278 …EGL_CONFORMANT: match = (config.conformant & attributeValue) == attributeValue; … in filter()
283 match = config.optimalOrientation == attributeValue; in filter()
[all …]
/dports/devel/qt5-dbus/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/
H A DConfig.cpp193 EGLint attributeValue = attribIter->second; in scanForWantedComponents() local
194 if (attributeKey != 0 && attributeValue != EGL_DONT_CARE) in scanForWantedComponents()
241 EGLAttrib attributeValue = attribIter->second; in filter() local
243 if (attributeValue == EGL_DONT_CARE) in filter()
250 …case EGL_BUFFER_SIZE: match = config.bufferSize >= attributeValue; … in filter()
251 …case EGL_ALPHA_SIZE: match = config.alphaSize >= attributeValue; … in filter()
264 …GL_SURFACE_TYPE: match = (config.surfaceType & attributeValue) == attributeValue; … in filter()
276 …RENDERABLE_TYPE: match = (config.renderableType & attributeValue) == attributeValue; bre… in filter()
278 …EGL_CONFORMANT: match = (config.conformant & attributeValue) == attributeValue; … in filter()
283 match = config.optimalOrientation == attributeValue; in filter()
[all …]
/dports/devel/qt5-concurrent/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/
H A DConfig.cpp193 EGLint attributeValue = attribIter->second; in scanForWantedComponents() local
194 if (attributeKey != 0 && attributeValue != EGL_DONT_CARE) in scanForWantedComponents()
241 EGLAttrib attributeValue = attribIter->second; in filter() local
243 if (attributeValue == EGL_DONT_CARE) in filter()
250 …case EGL_BUFFER_SIZE: match = config.bufferSize >= attributeValue; … in filter()
251 …case EGL_ALPHA_SIZE: match = config.alphaSize >= attributeValue; … in filter()
264 …GL_SURFACE_TYPE: match = (config.surfaceType & attributeValue) == attributeValue; … in filter()
276 …RENDERABLE_TYPE: match = (config.renderableType & attributeValue) == attributeValue; bre… in filter()
278 …EGL_CONFORMANT: match = (config.conformant & attributeValue) == attributeValue; … in filter()
283 match = config.optimalOrientation == attributeValue; in filter()
[all …]
/dports/devel/qt5-buildtools/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/
H A DConfig.cpp193 EGLint attributeValue = attribIter->second; in scanForWantedComponents() local
194 if (attributeKey != 0 && attributeValue != EGL_DONT_CARE) in scanForWantedComponents()
241 EGLAttrib attributeValue = attribIter->second; in filter() local
243 if (attributeValue == EGL_DONT_CARE) in filter()
250 …case EGL_BUFFER_SIZE: match = config.bufferSize >= attributeValue; … in filter()
251 …case EGL_ALPHA_SIZE: match = config.alphaSize >= attributeValue; … in filter()
264 …GL_SURFACE_TYPE: match = (config.surfaceType & attributeValue) == attributeValue; … in filter()
276 …RENDERABLE_TYPE: match = (config.renderableType & attributeValue) == attributeValue; bre… in filter()
278 …EGL_CONFORMANT: match = (config.conformant & attributeValue) == attributeValue; … in filter()
283 match = config.optimalOrientation == attributeValue; in filter()
[all …]
/dports/devel/qt5-qmake/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/
H A DConfig.cpp193 EGLint attributeValue = attribIter->second; in scanForWantedComponents() local
194 if (attributeKey != 0 && attributeValue != EGL_DONT_CARE) in scanForWantedComponents()
241 EGLAttrib attributeValue = attribIter->second; in filter() local
243 if (attributeValue == EGL_DONT_CARE) in filter()
250 …case EGL_BUFFER_SIZE: match = config.bufferSize >= attributeValue; … in filter()
251 …case EGL_ALPHA_SIZE: match = config.alphaSize >= attributeValue; … in filter()
264 …GL_SURFACE_TYPE: match = (config.surfaceType & attributeValue) == attributeValue; … in filter()
276 …RENDERABLE_TYPE: match = (config.renderableType & attributeValue) == attributeValue; bre… in filter()
278 …EGL_CONFORMANT: match = (config.conformant & attributeValue) == attributeValue; … in filter()
283 match = config.optimalOrientation == attributeValue; in filter()
[all …]
/dports/print/qt5-printsupport/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/
H A DConfig.cpp193 EGLint attributeValue = attribIter->second; in scanForWantedComponents() local
194 if (attributeKey != 0 && attributeValue != EGL_DONT_CARE) in scanForWantedComponents()
241 EGLAttrib attributeValue = attribIter->second; in filter() local
243 if (attributeValue == EGL_DONT_CARE) in filter()
250 …case EGL_BUFFER_SIZE: match = config.bufferSize >= attributeValue; … in filter()
251 …case EGL_ALPHA_SIZE: match = config.alphaSize >= attributeValue; … in filter()
264 …GL_SURFACE_TYPE: match = (config.surfaceType & attributeValue) == attributeValue; … in filter()
276 …RENDERABLE_TYPE: match = (config.renderableType & attributeValue) == attributeValue; bre… in filter()
278 …EGL_CONFORMANT: match = (config.conformant & attributeValue) == attributeValue; … in filter()
283 match = config.optimalOrientation == attributeValue; in filter()
[all …]
/dports/graphics/qt5-opengl/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/
H A DConfig.cpp193 EGLint attributeValue = attribIter->second; in scanForWantedComponents() local
194 if (attributeKey != 0 && attributeValue != EGL_DONT_CARE) in scanForWantedComponents()
241 EGLAttrib attributeValue = attribIter->second; in filter() local
243 if (attributeValue == EGL_DONT_CARE) in filter()
250 …case EGL_BUFFER_SIZE: match = config.bufferSize >= attributeValue; … in filter()
251 …case EGL_ALPHA_SIZE: match = config.alphaSize >= attributeValue; … in filter()
264 …GL_SURFACE_TYPE: match = (config.surfaceType & attributeValue) == attributeValue; … in filter()
276 …RENDERABLE_TYPE: match = (config.renderableType & attributeValue) == attributeValue; bre… in filter()
278 …EGL_CONFORMANT: match = (config.conformant & attributeValue) == attributeValue; … in filter()
283 match = config.optimalOrientation == attributeValue; in filter()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/angle/src/libANGLE/
H A DConfig.cpp171 EGLAttrib attributeValue = attribIter->second; in scanForWantedComponents() local
172 if (attributeKey != 0 && attributeValue != EGL_DONT_CARE) in scanForWantedComponents()
219 EGLAttrib attributeValue = attribIter->second; in filter() local
223 …case EGL_BUFFER_SIZE: match = config.bufferSize >= attributeValue; … in filter()
224 …case EGL_ALPHA_SIZE: match = config.alphaSize >= attributeValue; … in filter()
225 …case EGL_BLUE_SIZE: match = config.blueSize >= attributeValue; … in filter()
226 …case EGL_GREEN_SIZE: match = config.greenSize >= attributeValue; … in filter()
237 …GL_SURFACE_TYPE: match = (config.surfaceType & attributeValue) == attributeValue; … in filter()
249 …RENDERABLE_TYPE: match = (config.renderableType & attributeValue) == attributeValue; bre… in filter()
251 …EGL_CONFORMANT: match = (config.conformant & attributeValue) == attributeValue; … in filter()
[all …]

12345678910>>...59