HomeSort by relevance Sort by last modified time
    Searched full:getdisplay (Results 1 - 25 of 140) sorted by null

1 2 3 4 5 6

  /development/tools/emulator/opengl/host/libs/Translator/EGL/
EglGlobalInfo.h 34 EglDisplay* getDisplay(EGLNativeDisplayType dpy);
35 EglDisplay* getDisplay(EGLDisplay dpy);
EglGlobalInfo.cpp 79 EglDisplay* EglGlobalInfo::getDisplay(EGLNativeDisplayType dpy) {
87 EglDisplay* EglGlobalInfo::getDisplay(EGLDisplay dpy) {
  /development/tools/emulator/opengl/host/libs/libOpenglRender/
RenderContext.cpp 51 c->m_ctx = s_egl.eglCreateContext(FrameBuffer::getFB()->getDisplay(),
74 s_egl.eglDestroyContext(FrameBuffer::getFB()->getDisplay(), m_ctx);
WindowSurface.cpp 44 s_egl.eglDestroySurface(FrameBuffer::getFB()->getDisplay(), m_eglSurface);
160 if (!s_egl.eglMakeCurrent(fb->getDisplay(), m_eglSurface,
168 s_egl.eglMakeCurrent(fb->getDisplay(), prevDrawSurf,
193 s_egl.eglMakeCurrent(fb->getDisplay(), EGL_NO_SURFACE,
201 s_egl.eglDestroySurface(fb->getDisplay(), m_eglSurface);
217 m_eglSurface = s_egl.eglCreatePbufferSurface(fb->getDisplay(),
229 s_egl.eglMakeCurrent(fb->getDisplay(),
ColorBuffer.cpp 95 cb->m_eglImage = s_egl.eglCreateImageKHR(fb->getDisplay(),
101 cb->m_blitEGLImage = s_egl.eglCreateImageKHR(fb->getDisplay(),
139 s_egl.eglDestroyImageKHR(fb->getDisplay(), m_eglImage);
FrameBuffer.h 82 EGLDisplay getDisplay() const { return m_eglDisplay; }
  /frameworks/base/core/jni/
com_google_android_gles_jni_EGLImpl.cpp 50 static inline EGLDisplay getDisplay(JNIEnv* env, jobject o) {
124 EGLDisplay dpy = getDisplay(_env, display);
146 EGLDisplay dpy = getDisplay(_env, display);
165 EGLDisplay dpy = getDisplay(_env, display);
179 EGLDisplay dpy = getDisplay(_env, display);
197 EGLDisplay dpy = getDisplay(_env, display);
230 EGLDisplay dpy = getDisplay(_env, display);
246 EGLDisplay dpy = getDisplay(_env, display);
274 EGLDisplay dpy = getDisplay(_env, display);
318 EGLDisplay dpy = getDisplay(_env, display)
    [all...]
  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
main.h 32 egl::Display *getDisplay();
main.cpp 96 egl::Display *getDisplay()
105 egl::Display *display = getDisplay();
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/logcat/
EditFilterDialog.java 111 Display display = mParent.getDisplay();
182 mShell.getDisplay()));
215 mShell.getDisplay()));
239 mShell.getDisplay()));
346 mShell.getDisplay()));
352 mShell.getDisplay()));
362 mShell.getDisplay()));
368 mShell.getDisplay()));
378 mShell.getDisplay()));
384 mShell.getDisplay()));
    [all...]
  /external/skia/include/views/
SkOSWindow_Unix.h 42 void* getDisplay() const { return (void*)fUnixWindow.fDisplay; }
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/
ScreenShotDialog.java 69 mClipboard = new Clipboard(parent.getDisplay());
96 Display display = parent.getDisplay();
204 Display display = shell.getDisplay();
230 shell.setCursor(shell.getDisplay().getSystemCursor(SWT.CURSOR_WAIT));
244 Display display = shell.getDisplay();
259 image = new Image(getParent().getDisplay(), imageData);
270 shell.setCursor(shell.getDisplay().getSystemCursor(SWT.CURSOR_ARROW));
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/tasks/
ProgressTaskDialog.java 108 Display display = getParent().getDisplay();
183 mDialogShell.getDisplay().syncExec(new Runnable() {
213 mDialogShell.getDisplay().syncExec(new Runnable() {
280 mDialogShell.getDisplay().syncExec(new Runnable() {
295 mDialogShell.getDisplay().syncExec(new Runnable() {
329 mDialogShell.getDisplay().syncExec(new Runnable() {
345 mDialogShell.getDisplay().syncExec(new Runnable() {
364 mDialogShell.getDisplay().syncExec(new Runnable() {
387 Display display = mDialogShell.getDisplay();
416 Display display = mDialogShell.getDisplay();
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/actions/
ExportWizardAction.java 72 MessageDialog.openError(mWorkbench.getDisplay().getActiveShell(),
80 mWorkbench.getDisplay().getActiveShell(), wizard);
  /external/icu4c/test/cintltst/
cloctst.h 73 /* Test warning for no data in getDisplay* */
  /sdk/ddms/app/src/com/android/ddms/
AboutDialog.java 72 Display display = parent.getDisplay();
95 Display display = shell.getDisplay();
100 Image img = new Image(shell.getDisplay(), imageStream);
DeviceCommandDialog.java 108 mFont = findFont(shell.getDisplay());
122 Display display = parent.getDisplay();
274 mShell.getDisplay().asyncExec(new Runnable() {
292 mText.getDisplay().asyncExec(new Runnable() {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/renamepackage/
RenamePackageAction.java 102 if (save_helper.saveEditors(AdtPlugin.getDisplay().getActiveShell())) {
141 InputDialog dialog = new InputDialog(AdtPlugin.getDisplay().getActiveShell(),
164 op.run(AdtPlugin.getDisplay().getActiveShell(), package_name_refactoring.getName());
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
SwtUtilsTest.java 51 Display display = shell.getDisplay();
107 Display display = shell.getDisplay();
140 Display display = shell.getDisplay();
175 Display display = shell.getDisplay();
330 Display display = shell.getDisplay();
  /cts/tests/tests/widget/src/android/widget/cts/
PopupWindowTest.java 308 int height = getDisplay().getHeight() / 2;
312 height = getDisplay().getHeight();
319 height = getDisplay().getHeight() * 2;
323 height = -getDisplay().getHeight() / 2;
333 private Display getDisplay() {
354 int width = getDisplay().getWidth() / 2;
358 width = getDisplay().getWidth();
365 width = getDisplay().getWidth() * 2;
369 width = - getDisplay().getWidth() / 2;
491 int avaliable = getDisplay().getHeight() - anchorView.getHeight()
    [all...]
  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/geometry/
IndexDataManager.cpp 211 D3DPOOL pool = getDisplay()->getBufferPool(D3DUSAGE_DYNAMIC | D3DUSAGE_WRITEONLY);
284 D3DPOOL pool = getDisplay()->getBufferPool(D3DUSAGE_DYNAMIC | D3DUSAGE_WRITEONLY);
337 D3DPOOL pool = getDisplay()->getBufferPool(D3DUSAGE_WRITEONLY);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
GestureToolTip.java 99 Display display = parent.getDisplay();
136 Point location = mShell.getDisplay().getCursorLocation();
202 mShell.getDisplay().timerExec(TIMEOUT_MS, timer);
  /sdk/traceview/src/com/android/traceview/
MainWindow.java 76 shell.setImage(new Image(shell.getDisplay(), in));
84 ColorController.assignMethodColors(parent.getDisplay(), mReader.getMethods());
94 Display display = parent.getDisplay();
  /frameworks/ex/chips/src/com/android/ex/chips/
RecipientChip.java 70 public CharSequence getDisplay() {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/actions/
AvdManagerAction.java 53 AdtPlugin.getDisplay().getActiveShell(),

Completed in 1321 milliseconds

1 2 3 4 5 6