class GLGPUInfo
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) java.lang.String |
model |
(package private) java.lang.String |
vendor |
Constructor and Description |
---|
GLGPUInfo(java.lang.String vendor,
java.lang.String model) |
Modifier and Type | Method and Description |
---|---|
(package private) boolean |
matches(GLGPUInfo gi)
Check this GPU information against an entry stored in the whiteList and
blackList of ES2Qualifier
|
java.lang.String |
toString() |
boolean matches(GLGPUInfo gi)
gi
- entry stored in the whiteList or blackList of ES2Qualifierpublic java.lang.String toString()
toString
in class java.lang.Object