Searched refs:IntVectorValue (Results 1 – 1 of 1) sorted by relevance
/cts/common/device-side/device-info/src/com/android/compatibility/common/deviceinfo/ |
D | GlesStubActivity.java | 231 static class IntVectorValue extends ImplementationVariable { class in GlesStubActivity 234 public IntVectorValue(String fieldName, int count) { in IntVectorValue() method in GlesStubActivity.IntVectorValue 344 new IntVectorValue("GL_SUBPIXEL_BITS", 1), 345 new IntVectorValue("GL_MAX_TEXTURE_SIZE", 1), 346 new IntVectorValue("GL_MAX_CUBE_MAP_TEXTURE_SIZE", 1), 347 new IntVectorValue("GL_MAX_VIEWPORT_DIMS", 2), 352 new IntVectorValue("GL_SHADER_COMPILER", 1), 355 new IntVectorValue("GL_MAX_VERTEX_ATTRIBS", 1), 356 new IntVectorValue("GL_MAX_VERTEX_UNIFORM_VECTORS", 1), 357 new IntVectorValue("GL_MAX_VARYING_VECTORS", 1), [all …]
|