()
| 95 | } |
| 96 | |
| 97 | static getMaxTextureSize() { |
| 98 | return testContext.getParameter(testContext.MAX_TEXTURE_SIZE); |
| 99 | } |
| 100 | |
| 101 | static lookupKernelValueType(type, dynamic, precision, value) { |
| 102 | return lookupKernelValueType(type, dynamic, precision, value); |