Searched refs:cmdID (Results 1 – 2 of 2) sorted by relevance
759 ANGLE_INLINE StructType *commonInit(CommandID cmdID, size_t allocationSize) in commonInit() argument765 header->id = cmdID; in commonInit()786 ANGLE_INLINE StructType *initCommand(CommandID cmdID, in initCommand() argument808 return commonInit<StructType>(cmdID, allocationSize); in initCommand()813 ANGLE_INLINE StructType *initCommand(CommandID cmdID) in initCommand() argument824 return commonInit<StructType>(cmdID, allocationSize); in initCommand()
14579 execCommand(cmdID: string, showUI?: boolean, value?: any): boolean;14580 execCommandShowHelp(cmdID: string): boolean;14596 queryCommandEnabled(cmdID: string): boolean;14597 queryCommandIndeterm(cmdID: string): boolean;14598 queryCommandState(cmdID: string): boolean;14599 queryCommandSupported(cmdID: string): boolean;14600 queryCommandText(cmdID: string): string;14601 queryCommandValue(cmdID: string): any;