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

1 2 3 4 5 6 7 8

  /frameworks/support/v4/jellybean-mr1/android/support/v4/hardware/display/
DisplayManagerJellybeanMr1.java 27 public static Display getDisplay(Object displayManagerObj, int displayId) {
28 return ((android.hardware.display.DisplayManager)displayManagerObj).getDisplay(displayId);
  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglGlobalInfo.h 34 EglDisplay* getDisplay(EGLNativeDisplayType dpy);
35 EglDisplay* getDisplay(EGLDisplay dpy);
EglGlobalInfo.cpp 82 EglDisplay* EglGlobalInfo::getDisplay(EGLNativeDisplayType dpy) {
90 EglDisplay* EglGlobalInfo::getDisplay(EGLDisplay dpy) {
  /sdk/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(),
144 s_egl.eglDestroyImageKHR(fb->getDisplay(), m_blitEGLImage);
147 s_egl.eglDestroyImageKHR(fb->getDisplay(), m_eglImage);
  /frameworks/base/core/jni/
com_google_android_gles_jni_EGLImpl.cpp 51 static inline EGLDisplay getDisplay(JNIEnv* env, jobject o) {
125 EGLDisplay dpy = getDisplay(_env, display);
147 EGLDisplay dpy = getDisplay(_env, display);
166 EGLDisplay dpy = getDisplay(_env, display);
180 EGLDisplay dpy = getDisplay(_env, display);
198 EGLDisplay dpy = getDisplay(_env, display);
231 EGLDisplay dpy = getDisplay(_env, display);
247 EGLDisplay dpy = getDisplay(_env, display);
275 EGLDisplay dpy = getDisplay(_env, display);
319 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();
  /frameworks/support/v4/java/android/support/v4/hardware/display/
DisplayManagerCompat.java 78 public abstract Display getDisplay(int displayId);
113 public Display getDisplay(int displayId) {
140 public Display getDisplay(int displayId) {
141 return DisplayManagerJellybeanMr1.getDisplay(mDisplayManagerObj, displayId);
  /frameworks/ex/chips/src/com/android/ex/chips/recipientchip/
VisibleRecipientChip.java 51 public CharSequence getDisplay() {
52 return mDelegate.getDisplay();
InvisibleRecipientChip.java 50 public CharSequence getDisplay() {
51 return mDelegate.getDisplay();
BaseRecipientChip.java 40 CharSequence getDisplay();
SimpleRecipientChip.java 57 public CharSequence getDisplay() {
  /external/skia/include/views/
SkOSWindow_Unix.h 32 void* getDisplay() const { return (void*)fUnixWindow.fDisplay; }
  /external/skia/legacy/include/views/
SkOSWindow_Unix.h 35 void* getDisplay() const { return (void*)fUnixWindow.fDisplay; }
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/editors/
DurationMinimap.java 181 mBackgroundColor = new Color(getDisplay(), 0x33, 0x33, 0x33);
182 mDurationLineColor = new Color(getDisplay(), 0x08, 0x51, 0x9c);
183 mGlDrawColor = new Color(getDisplay(), 0x6b, 0xae, 0xd6);
184 mContextHeaderColor = new Color(getDisplay(), 0xd1, 0xe5, 0xf0);
185 mVisibleCallsHighlightColor = new Color(getDisplay(), 0xcc, 0xcc, 0xcc);
186 mMouseMarkerColor = new Color(getDisplay(), 0xaa, 0xaa, 0xaa);
188 mGlErrorColor = getDisplay().getSystemColor(SWT.COLOR_RED);
201 mFontRegistry = new FontRegistry(getDisplay());
205 GC gc = new GC(getDisplay());
221 mBackBufferImage = new Image(getDisplay(),
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
LintTooltip.java 41 super(canvas.getDisplay(), SWT.ON_TOP | SWT.NO_FOCUS | SWT.TOOL);
49 Display display = getDisplay();
GestureToolTip.java 99 Display display = parent.getDisplay();
136 Point location = mShell.getDisplay().getCursorLocation();
203 mShell.getDisplay().timerExec(TIMEOUT_MS, timer);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/actions/
ExportWizardAction.java 74 MessageDialog.openError(mWorkbench.getDisplay().getActiveShell(),
82 mWorkbench.getDisplay().getActiveShell(), wizard);
  /external/icu4c/test/cintltst/
cloctst.h 73 /* Test warning for no data in getDisplay* */
  /cts/tests/tests/widget/src/android/widget/cts/
PopupWindowTest.java 193 int height = getDisplay().getHeight() / 2;
197 height = getDisplay().getHeight();
204 height = getDisplay().getHeight() * 2;
208 height = -getDisplay().getHeight() / 2;
218 private Display getDisplay() {
227 int width = getDisplay().getWidth() / 2;
231 width = getDisplay().getWidth();
238 width = getDisplay().getWidth() * 2;
242 width = - getDisplay().getWidth() / 2;
337 int avaliable = getDisplay().getHeight() - anchorView.getHeight()
    [all...]
  /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();
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/views/
DeviceView.java 138 mParentShell.getDisplay().asyncExec(new Runnable() {
159 mParentShell.getDisplay().asyncExec(new Runnable() {
229 mParentShell.getDisplay().asyncExec(new Runnable() {
328 DdmsPlugin.getDisplay().getActiveShell());
339 DdmsPlugin.getDisplay().getActiveShell());
350 DdmsPlugin.getDisplay().getActiveShell());
365 final Display display = DdmsPlugin.getDisplay();
461 Display display = DdmsPlugin.getDisplay();
469 Display display = DdmsPlugin.getDisplay();
504 Display display = DdmsPlugin.getDisplay();
    [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);

Completed in 1987 milliseconds

1 2 3 4 5 6 7 8