Searched refs:stubActivity (Results 1 – 1 of 1) sorted by relevance
64 GlesStubActivity stubActivity = GraphicsDeviceInfo.this.launchActivity( in collectDeviceInfo() local68 stubActivity.waitForActivityToFinish(); in collectDeviceInfo()70 store.addResult("gl_version", stubActivity.getGlVersion()); in collectDeviceInfo()71 store.addResult("vendor", stubActivity.getVendor()); in collectDeviceInfo()72 store.addResult("renderer", stubActivity.getRenderer()); in collectDeviceInfo()74 store.addListResult("gl_texture", stubActivity.getCompressedTextureFormats()); in collectDeviceInfo()75 store.addListResult("gl_extension", stubActivity.getOpenGlExtensions()); in collectDeviceInfo()77 Set<String> variables = stubActivity.getImplementationVariableNames(); in collectDeviceInfo()79 Object value = stubActivity.getImplementationVariable(name); in collectDeviceInfo()86 boolean dynamicArray = stubActivity.isDynamicArrayVariable(name); in collectDeviceInfo()[all …]