Home
last modified time | relevance | path

Searched refs:AppController (Results 1 – 3 of 3) sorted by relevance

/external/perfetto/ui/src/controller/
Dindex.ts21 import {AppController} from './app_controller';
51 globals.initialize(new AppController(extensionPort), frontend);
Dapp_controller.ts25 export class AppController extends Controller<'main'> { class
/external/swiftshader/third_party/PowerVR_SDK/Examples/Beginner/01_HelloAPI/OGLES2/
DOGLES2HelloAPI_OSX.mm39 Class AppController
41 @class AppController;
43 @interface AppController : NSObject <NSApplicationDelegate> interface
65 @implementation AppController implementation