Searched refs:GlTracePlugin (Results 1 – 11 of 11) sorted by relevance
36 public class GlTracePlugin extends AbstractUIPlugin { class42 private static GlTracePlugin plugin;50 public GlTracePlugin() { in GlTracePlugin() method in GlTracePlugin88 public static GlTracePlugin getDefault() { in getDefault()
75 GlTracePlugin.getDefault().logMessage( in getImage()
97 GlTracePlugin.getDefault().logMessage("Error while creating transformations for " in addMessage()99 GlTracePlugin.getDefault().logMessage(e.getMessage()); in addMessage()
26 … setImageDescriptor(GlTracePlugin.getImageDescriptor("/icons/connect.png")); //$NON-NLS-1$ in StartTraceAction()
378 IEclipsePreferences prefs = new InstanceScope().getNode(GlTracePlugin.PLUGIN_ID); in savePreferences()391 IEclipsePreferences prefs = new InstanceScope().getNode(GlTracePlugin.PLUGIN_ID); in loadPreferences()
184 GlTracePlugin.getDefault().logMessage( in openInEditor()
19 import com.android.ide.eclipse.gltrace.GlTracePlugin;28 … super("Fit to Canvas", GlTracePlugin.getImageDescriptor("/icons/zoomfit.png")); //$NON-NLS-2$ in FitToCanvasAction()
19 import com.android.ide.eclipse.gltrace.GlTracePlugin;172 new Status(Status.ERROR, GlTracePlugin.PLUGIN_ID, e.toString())); in saveCurrentState()228 GlTracePlugin.getDefault().logMessage( in selectionChanged()230 GlTracePlugin.getDefault().logMessage(e.getMessage()); in selectionChanged()232 GlTracePlugin.PLUGIN_ID, in selectionChanged()304 GlTracePlugin.getDefault().logMessage("Error applying transformations for "306 GlTracePlugin.getDefault().logMessage(e.toString());
22 import com.android.ide.eclipse.gltrace.GlTracePlugin;482 ImageDescriptor id = GlTracePlugin.getImageDescriptor("/icons/expandall.png"); in createOptionsBar()904 new Status(Status.ERROR, GlTracePlugin.PLUGIN_ID, e.toString())); in exportTrace()
6 Bundle-Activator: com.android.ide.eclipse.gltrace.GlTracePlugin
19 import com.android.ide.eclipse.gltrace.GlTracePlugin;247 new Status(Status.ERROR, GlTracePlugin.PLUGIN_ID, e.toString())); in exportImageTo()