HomeSort by relevance Sort by last modified time
    Searched refs:mGLFramesView (Results 1 - 2 of 2) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gldebugger/
BreakpointOption.java 44 GLFramesView mGLFramesView;
51 mGLFramesView = view;
89 mGLFramesView.messageQueue.addCommand(builder.build());
98 if (mGLFramesView.current != null)
99 contextId = mGLFramesView.current.contextId;
122 final Shell shell = mGLFramesView.getViewSite().getShell();
ShaderEditor.java 51 GLFramesView mGLFramesView;
64 mGLFramesView = view;
107 for (int j = 0; j < mGLFramesView.debugContexts.size(); j++) {
108 final Context context = mGLFramesView.debugContexts.valueAt(j).currentContext;
186 mGLFramesView.showError(e);
205 mGLFramesView.messageQueue.addCommand(builder.build());
273 mGLFramesView.getSite().getShell().getDisplay().syncExec(new Runnable() {
295 mGLFramesView.getSite().getShell().getDisplay().syncExec(new Runnable() {
348 current = mGLFramesView.debugContexts.get(contextId).currentContext.serverShader.shaders

Completed in 192 milliseconds