HomeSort by relevance Sort by last modified time
    Searched refs:getDisplay (Results 1 - 25 of 85) sorted by null

1 2 3 4

  /external/chromium_org/ui/android/java/src/org/chromium/ui/gfx/
DeviceDisplayInfo.java 44 getDisplay().getSize(mTempPoint);
53 getDisplay().getSize(mTempPoint);
65 getDisplay().getRealSize(mTempPoint);
77 getDisplay().getRealSize(mTempPoint);
84 return getDisplay().getPixelFormat();
144 getDisplay().getMetrics(mTempMetrics);
165 switch (getDisplay().getRotation()) {
193 private Display getDisplay() {
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/projection/
ProjectionService.java 53 return new CubePresentation(ProjectionService.this, mDisplay.getDisplay());
56 return new WidgetPresentation(ProjectionService.this, mDisplay.getDisplay());
59 return new ListPresentation(ProjectionService.this, mDisplay.getDisplay());
62 return new VideoPresentation(ProjectionService.this, mDisplay.getDisplay());
65 return new TouchPresentation(ProjectionService.this, mDisplay.getDisplay());
68 return new OffscreenPresentation(ProjectionService.this, mDisplay.getDisplay());
  /external/deqp/modules/egl/
teglApiCase.hpp 60 EGLDisplay getDisplay (void) { return m_eglTestCtx.getDisplay().getEGLDisplay(); }
teglApiCase.cpp 86 eglDestroyContext(getDisplay(), got);
97 eglDestroySurface(getDisplay(), got);
139 ok = eglChooseConfig(getDisplay(), &attribs[0], config, 1, &numCfgs);
teglInfoTests.cpp 89 const tcu::egl::Display& display = m_eglTestCtx.getDisplay();
117 const char* result = eglQueryString(m_eglTestCtx.getDisplay().getEGLDisplay(), m_query);
143 m_eglTestCtx.getDisplay().getExtensions(extensions);
teglMakeCurrentPerfTests.cpp 190 EGLDisplay display = m_eglTestCtx.getDisplay().getEGLDisplay();
249 EGLDisplay display = m_eglTestCtx.getDisplay().getEGLDisplay();
267 window = m_eglTestCtx.createNativeWindow(m_eglTestCtx.getDisplay().getEGLDisplay(), m_config, DE_NULL, width, height, eglu::parseWindowVisibility(m_eglTestCtx.getTestContext().getCommandLine()));
268 surface = eglu::createWindowSurface(m_eglTestCtx.getNativeDisplay(), *window, m_eglTestCtx.getDisplay().getEGLDisplay(), m_config, DE_NULL);
273 TCU_CHECK_EGL_CALL(eglDestroySurface(m_eglTestCtx.getDisplay().getEGLDisplay(), surface));
293 pixmap = m_eglTestCtx.createNativePixmap(m_eglTestCtx.getDisplay().getEGLDisplay(), m_config, DE_NULL, width, height);
294 surface = eglu::createPixmapSurface(m_eglTestCtx.getNativeDisplay(), *pixmap, m_eglTestCtx.getDisplay().getEGLDisplay(), m_config, DE_NULL);
299 TCU_CHECK_EGL_CALL(eglDestroySurface(m_eglTestCtx.getDisplay().getEGLDisplay(), surface));
313 EGLDisplay display = m_eglTestCtx.getDisplay().getEGLDisplay();
350 EGLDisplay display = m_eglTestCtx.getDisplay().getEGLDisplay()
    [all...]
teglNegativeApiTests.cpp 130 EGLDisplay display = getDisplay();
156 EGLDisplay display = getDisplay();
202 EGLDisplay display = getDisplay();
240 EGLDisplay display = getDisplay();
414 EGLDisplay display = getDisplay();
486 EGLDisplay display = getDisplay();
584 EGLDisplay display = getDisplay();
622 EGLDisplay display = getDisplay();
660 EGLDisplay display = getDisplay();
686 EGLDisplay display = getDisplay();
    [all...]
teglImageTests.cpp 111 #define CHECK_EXTENSIONS(EXTENSIONS) do { static const char* ext[] = EXTENSIONS; checkExtensions(m_eglTestCtx.getDisplay(), ext); } while (deGetFalse())
210 EGLDisplay dpy = m_eglTestCtx.getDisplay().getEGLDisplay();
240 , m_config (getConfigById(eglTestCtx.getDisplay(), configId))
241 , m_context (eglTestCtx.getDisplay(), m_config, m_ctxAttrs, EGL_OPENGL_ES_API)
246 tcu::egl::Display& dpy = eglTestCtx.getDisplay();
278 eglMakeCurrent(m_eglTestCtx.getDisplay().getEGLDisplay(), EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT);
287 return m_eglTestCtx.getDisplay().getEGLDisplay();
teglTestCase.hpp 60 tcu::egl::Display& getDisplay (void) { return *m_defaultEGLDisplay; }
  /external/chromium_org/third_party/angle/samples/angle/sample_util/
SampleApplication.h 40 EGLDisplay getDisplay() const;
SampleApplication.cpp 66 EGLDisplay SampleApplication::getDisplay() const
68 return mEGLWindow->getDisplay();
  /external/chromium_org/third_party/skia/include/views/
SkOSWindow_Unix.h 32 void* getDisplay() const { return (void*)fUnixWindow.fDisplay; }
  /developers/build/prebuilts/gradle/BasicMediaRouter/Application/src/main/java/com/example/android/basicmediarouter/
SamplePresentation.java 33 * {@link android.app.Presentation#getDisplay()}) and exposes a facility to change its
61 final String name = getDisplay().getName();
  /developers/samples/android/media/BasicMediaRouter/Application/src/main/java/com/example/android/basicmediarouter/
SamplePresentation.java 33 * {@link android.app.Presentation#getDisplay()}) and exposes a facility to change its
61 final String name = getDisplay().getName();
  /development/samples/browseable/BasicMediaRouter/src/com.example.android.basicmediarouter/
SamplePresentation.java 33 * {@link android.app.Presentation#getDisplay()}) and exposes a facility to change its
61 final String name = getDisplay().getName();
  /external/chromium_org/third_party/angle/src/libGLESv2/
main.h 37 egl::Display *getDisplay();
main.cpp 136 egl::Display *getDisplay()
  /external/deqp/framework/egl/
egluUtil.hpp 56 EGLDisplay getDisplay (NativeDisplay& nativeDisplay);
  /external/deqp/framework/platform/X11/
tcuX11.hpp 92 Display& getDisplay (void) { return m_display; }
  /external/chromium_org/third_party/angle/src/libEGL/
Display.h 36 static egl::Display *getDisplay(EGLNativeDisplayType displayId, EGLint displayType);
  /external/chromium_org/third_party/angle/util/
EGLWindow.h 53 EGLDisplay getDisplay() const;
  /cts/tests/tests/widget/src/android/widget/cts/
PopupWindowTest.java 195 int height = getDisplay().getHeight() / 2;
199 height = getDisplay().getHeight();
206 height = getDisplay().getHeight() * 2;
210 height = -getDisplay().getHeight() / 2;
220 private Display getDisplay() {
229 int width = getDisplay().getWidth() / 2;
233 width = getDisplay().getWidth();
240 width = getDisplay().getWidth() * 2;
244 width = - getDisplay().getWidth() / 2;
342 int avaliable = getDisplay().getHeight() - anchorView.getHeight()
    [all...]
  /external/chromium_org/third_party/angle/samples/angle/post_sub_buffer/
PostSubBuffer.cpp 146 EGLDisplay display = getDisplay();
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/
CCombo3.java 118 getDisplay().addFilter(SWT.FocusIn, filter);
121 getDisplay().removeFilter(SWT.FocusIn, filter);
347 int remainingDisplayHeight = getDisplay().getClientArea().height - popupLocation.y - 10;
349 int remainingDisplayWidth = getDisplay().getClientArea().width - popupLocation.x - 5;
  /development/samples/ApiDemos/src/com/example/android/apis/app/
PresentationWithMediaRouterActivity.java 165 if (mPresentation != null && mPresentation.getDisplay() != presentationDisplay) {
196 mPresentation.getDisplay().getName()));

Completed in 653 milliseconds

1 2 3 4