/external/deqp/modules/egl/ |
H A D | teglColorClearCase.cpp | 142 void SingleThreadColorClearCase::executeForContexts (tcu::egl::Display& display, tcu::egl::Surface& surface, EGLConfig config, const std::vector<std::pair<EGLint, tcu::egl::Context*> >& contexts) argument 159 display.describeConfig(config, pixelFmt); 167 eglMakeCurrent(display.getEGLDisplay(), surface.getEGLSurface(), surface.getEGLSurface(), context->getEGLContext()); 182 eglMakeCurrent(display.getEGLDisplay(), surface.getEGLSurface(), surface.getEGLSurface(), context->getEGLContext()); 200 eglMakeCurrent(display.getEGLDisplay(), surface.getEGLSurface(), surface.getEGLSurface(), context->getEGLContext()); 244 ColorClearThread (tcu::egl::Display& display, tcu::egl::Surface& surface, tcu::egl::Context& context, EGLint api, const std::vector<ClearPacket>& packets) argument 245 : m_display (display) 288 void MultiThreadColorClearCase::executeForContexts (tcu::egl::Display& display, tcu::egl::Surface& surface, EGLConfig config, const std::vector<std::pair<EGLint, tcu::egl::Context*> >& contexts) argument 302 display.describeConfig(config, pixelFmt); 344 threads[threadNdx] = ColorClearThreadSp(new ColorClearThread(display, surfac [all...] |
H A D | teglMakeCurrentPerfTests.cpp | 190 EGLDisplay display = m_eglTestCtx.getDisplay().getEGLDisplay(); local 192 TCU_CHECK_EGL_CALL(eglChooseConfig(display, attribList, &m_config, 1, &configCount)); 249 EGLDisplay display = m_eglTestCtx.getDisplay().getEGLDisplay(); local 250 EGLSurface surface = eglCreatePbufferSurface(display, m_config, attribList); 313 EGLDisplay display = m_eglTestCtx.getDisplay().getEGLDisplay(); local 319 TCU_CHECK_EGL_CALL(eglDestroySurface(display, *iter)); 350 EGLDisplay display = m_eglTestCtx.getDisplay().getEGLDisplay(); local 360 EGLContext context = eglCreateContext(display, m_config, EGL_NO_CONTEXT, attribList); 371 EGLDisplay display = m_eglTestCtx.getDisplay().getEGLDisplay(); local 376 TCU_CHECK_EGL_CALL(eglDestroyContext(display, *ite 490 EGLDisplay display = m_eglTestCtx.getDisplay().getEGLDisplay(); local [all...] |
H A D | teglMemoryStressTests.cpp | 66 MemoryAllocator (EglTestContext& eglTestCtx, EGLDisplay display, EGLConfig config, int seed, ObjectType types, int minWidth, int minHeight, int maxWidth, int maxHeight, bool use); 99 MemoryAllocator::MemoryAllocator (EglTestContext& eglTestCtx, EGLDisplay display, EGLConfig config, int seed, ObjectType types, int minWidth, int minHeight, int maxWidth, int maxHeight, bool use) argument 101 , m_display (display)
|
H A D | teglNativeColorMappingTests.cpp | 65 EGLContext createGLES2Context (EGLDisplay display, EGLConfig config) argument 76 context = eglCreateContext(display, config, EGL_NO_CONTEXT, attribList); 243 bool validate (TestLog& log, EGLDisplay display, EGLConfig config, const tcu::TextureLevel& result, const tcu::Vec4& color) argument 245 const tcu::UVec4 eglBitDepth((deUint32)eglu::getConfigAttribInt(display, config, EGL_RED_SIZE), 246 (deUint32)eglu::getConfigAttribInt(display, config, EGL_GREEN_SIZE), 247 (deUint32)eglu::getConfigAttribInt(display, config, EGL_BLUE_SIZE), 248 (deUint32)eglu::getConfigAttribInt(display, config, EGL_ALPHA_SIZE)); 286 void executeForConfig (tcu::egl::Display& display, EGLConfig config); 304 void logConfigInfo (TestLog& log, EGLDisplay display, EGLConfig config, NativeColorMappingCase::NativeType nativeType, int waitFrames) argument 306 log << TestLog::Message << "EGL_RED_SIZE: " << eglu::getConfigAttribInt(display, confi 318 testNativeWindow(TestLog& log, eglu::NativeDisplay& nativeDisplay, eglu::NativeWindow& nativeWindow, EGLDisplay display, EGLContext context, EGLConfig config, const glw::Functions& gl, bool renderColor, int waitFrames, size_t colorCount, const tcu::Vec4* colors) argument 360 testNativePixmap(TestLog& log, eglu::NativeDisplay& nativeDisplay, eglu::NativePixmap& nativePixmap, EGLDisplay display, EGLContext context, EGLConfig config, const glw::Functions& gl, bool renderColor, size_t colorCount, const tcu::Vec4* colors) argument 400 testNativePixmapCopy(TestLog& log, eglu::NativePixmap& nativePixmap, EGLDisplay display, EGLContext context, EGLConfig config, const glw::Functions& gl, bool renderColor, size_t colorCount, const tcu::Vec4* colors) argument 466 executeForConfig(tcu::egl::Display& display, EGLConfig config) argument [all...] |
H A D | teglQueryContextTests.cpp | 72 void executeForConfig (tcu::egl::Display& display, EGLConfig config); 73 void executeForSurface (tcu::egl::Display& display, EGLConfig config, EGLSurface surface, ContextCaseInfo& info); 75 virtual void executeForContext (tcu::egl::Display& display, EGLConfig config, EGLSurface surface, EGLContext context, ContextCaseInfo& info) = 0; 92 void ContextCase::executeForConfig (tcu::egl::Display& display, EGLConfig config) argument 97 const EGLint configId = display.getConfigAttrib(config, EGL_CONFIG_ID); 108 de::UniquePtr<eglu::NativeWindow> window (m_eglTestCtx.createNativeWindow(display.getEGLDisplay(), config, DE_NULL, width, height, eglu::parseWindowVisibility(m_testCtx.getCommandLine()))); 109 tcu::egl::WindowSurface surface (display, eglu::createWindowSurface(nativeDisplay, *window, display.getEGLDisplay(), config, DE_NULL)); 132 de::UniquePtr<eglu::NativePixmap> pixmap (m_eglTestCtx.createNativePixmap(display.getEGLDisplay(), config, DE_NULL, width, height)); 133 tcu::egl::PixmapSurface surface (display, egl 184 executeForSurface(tcu::egl::Display& display, EGLConfig config, EGLSurface surface, ContextCaseInfo& info) argument 243 executeForContext(tcu::egl::Display& display, EGLConfig config, EGLSurface surface, EGLContext context, ContextCaseInfo& info) argument 283 executeForContext(tcu::egl::Display& display, EGLConfig config, EGLSurface surface, EGLContext context, ContextCaseInfo& info) argument 323 executeForContext(tcu::egl::Display& display, EGLConfig config, EGLSurface surface, EGLContext context, ContextCaseInfo& info) argument 362 getContextAttrib(tcu::egl::Display& display, EGLContext context, EGLint attrib) argument 370 executeForContext(tcu::egl::Display& display, EGLConfig config, EGLSurface surface, EGLContext context, ContextCaseInfo& info) argument [all...] |
H A D | teglQuerySurfaceTests.cpp | 109 void checkNonPbufferAttributes (EGLDisplay display, const tcu::egl::Surface& surface); 249 void QuerySurfaceCase::checkNonPbufferAttributes (EGLDisplay display, const tcu::egl::Surface& surface) argument 268 eglQuerySurface(display, surface.getEGLSurface(), attribute, &value); 300 void executeForConfig (tcu::egl::Display& display, EGLConfig config) argument 307 display.describeConfig(config, info); 312 de::UniquePtr<eglu::NativeWindow> window(m_eglTestCtx.createNativeWindow(display.getEGLDisplay(), config, DE_NULL, width, height, eglu::parseWindowVisibility(m_testCtx.getCommandLine()))); 313 tcu::egl::WindowSurface surface(display, eglu::createWindowSurface(m_eglTestCtx.getNativeDisplay(), *window, display.getEGLDisplay(), config, DE_NULL)); 318 checkNonPbufferAttributes(display.getEGLDisplay(), surface); 330 void executeForConfig (tcu::egl::Display& display, EGLConfi argument 360 executeForConfig(tcu::egl::Display& display, EGLConfig config) argument 464 const tcu::egl::Display& display = surface.getDisplay(); local 573 executeForConfig(tcu::egl::Display& display, EGLConfig config) argument 600 executeForConfig(tcu::egl::Display& display, EGLConfig config) argument 627 executeForConfig(tcu::egl::Display& display, EGLConfig config) argument 673 getConfigs(const tcu::egl::Display& display, EGLint surfaceType) argument [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/db/ |
H A D | PerformanceResults.java | 68 String display() { method in class:PerformanceResults.RemainingTimeGuess
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/ui/ |
H A D | PerformancesView.java | 132 Display display; field in class:PerformancesView 275 // Cache the shell and display. 277 this.display = this.shell.getDisplay ();
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/ |
H A D | builtin-help.c | 119 const char *display = getenv("DISPLAY"); local 120 if (display && *display) { 391 * example compat/mingw.h), we use the script web--browse to display
|
/external/mesa3d/src/egl/main/ |
H A D | egldisplay.h | 69 * A resource of a display. 73 /* which display the resource belongs to */ 127 _EGLPlatformType Platform; /**< The type of the platform display */ 128 void *PlatformDisplay; /**< A pointer to the platform display */ 130 _EGLDriver *Driver; /**< Matched driver of the display */ 131 EGLBoolean Initialized; /**< True if the display is initialized */ 133 /* options that affect how the driver initializes the display */ 188 * Lookup a handle to find the linked display. 189 * Return NULL if the handle has no corresponding linked display. 192 _eglLookupDisplay(EGLDisplay display) argument [all...] |
/external/mesa3d/src/gallium/auxiliary/vl/ |
H A D | vl_winsys_dri.c | 297 vl_screen_create(Display *display, int screen) argument 314 assert(display); 320 scrn->conn = XGetXCBConnection(display);
|
/external/mesa3d/src/glx/ |
H A D | dri2.c | 65 DRI2Error(Display *display, xError *err, XExtCodes *codes, int *ret_code); 113 aevent->display = dpy; 178 DRI2Error(Display *display, xError *err, XExtCodes *codes, int *ret_code) argument
|
/external/qemu/distrib/sdl-1.2.15/src/video/ |
H A D | SDL_yuv_sw.c | 103 SDL_Surface *display; member in struct:private_yuvhwdata 926 SDL_Overlay *SDL_CreateYUV_SW(_THIS, int width, int height, Uint32 format, SDL_Surface *display) argument 942 if ( (display->format->BytesPerPixel != 2) && 943 (display->format->BytesPerPixel != 3) && 944 (display->format->BytesPerPixel != 4) ) { 987 swdata->display = display; 1004 /* Generate the tables for the display surface */ 1019 Rmask = display->format->Rmask; 1020 Gmask = display 1172 SDL_Surface *display; local [all...] |
/external/qemu/distrib/sdl-1.2.15/src/video/Xext/Xxf86dga/ |
H A D | XF86DGA.c | 397 Display * display; member in struct:__anon29449 456 FindScr(Display *display, int screen) argument 461 if (scrList[i]->display == display && 605 SDL_NAME(XF86DGADirectVideoLL)(sp->display, sp->screen, 0); 606 XSync(sp->display, False); 665 SDL_NAME(XF86DGADirectVideo)(sp->display, sp->screen, 0); 666 XSync(sp->display, False); 690 sp->display = dis;
|
/external/qemu/distrib/sdl-1.2.15/src/video/Xext/extensions/ |
H A D | xf86dga.h | 105 Display *display; member in struct:__anon29510 115 Display *display; member in struct:__anon29511 125 Display *display; member in struct:__anon29512
|
H A D | xf86vmode.h | 149 Display *display; /* Display the event was read from */ member in struct:__anon29537
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/ |
H A D | Robolectric.java | 1256 public static void setDefaultDisplay(Display display) { argument 1257 shadowOf(getShadowApplication().getResources()).setDisplay(display);
|
/external/wpa_supplicant_8/hostapd/src/utils/ |
H A D | wpa_debug.c | 278 const char *display; local 282 display = " [NULL]"; 284 display = ""; 300 display = strbuf; 302 display = " [REMOVED]"; 308 title, (long unsigned int) len, display, local 316 const char *display; 320 display = " [NULL]"; 322 display = ""; 335 display [all...] |
/external/wpa_supplicant_8/src/utils/ |
H A D | wpa_debug.c | 278 const char *display; local 282 display = " [NULL]"; 284 display = ""; 300 display = strbuf; 302 display = " [REMOVED]"; 308 title, (long unsigned int) len, display, local 316 const char *display; 320 display = " [NULL]"; 322 display = ""; 335 display [all...] |
/external/wpa_supplicant_8/wpa_supplicant/src/utils/ |
H A D | wpa_debug.c | 278 const char *display; local 282 display = " [NULL]"; 284 display = ""; 300 display = strbuf; 302 display = " [REMOVED]"; 308 title, (long unsigned int) len, display, local 316 const char *display; 320 display = " [NULL]"; 322 display = ""; 335 display [all...] |
/external/chromium_org/ash/display/ |
H A D | display_controller_unittest.cc | 5 #include "ash/display/display_controller.h" 8 #include "ash/display/display_info.h" 9 #include "ash/display/display_layout_store.h" 10 #include "ash/display/display_manager.h" 30 #include "ui/gfx/display.h" 101 virtual void OnDisplayMetricsChanged(const gfx::Display& display, 103 changed_display_id_ = display.id(); 214 // Make sure that primary display is accessible after shutdown. 423 // Layout the secondary display to the bottom of the primary. 435 // Layout the secondary display t 1178 gfx::Display display = Shell::GetScreen()->GetPrimaryDisplay(); local [all...] |
H A D | display_manager_unittest.cc | 5 #include "ash/display/display_manager.h" 8 #include "ash/display/display_controller.h" 9 #include "ash/display/display_info.h" 10 #include "ash/display/display_layout_store.h" 24 #include "ui/gfx/display.h" 88 const DisplayInfo& GetDisplayInfo(const gfx::Display& display) { argument 89 return display_manager()->GetDisplayInfo(display.id()); 105 virtual void OnDisplayMetricsChanged(const gfx::Display& display, 107 changed_.push_back(display); 147 // Secondary display i 983 gfx::Display display = Shell::GetScreen()->GetPrimaryDisplay(); local [all...] |
/external/chromium_org/ash/magnifier/ |
H A D | magnification_controller.cc | 10 #include "ash/display/root_window_transformers.h" 273 gfx::Display display = local 276 CreateRootWindowTransformerForDisplay(root_window_, display));
|
/external/chromium_org/ash/system/web_notification/ |
H A D | web_notification_tray.cc | 192 const gfx::Display& display = Shell::GetScreen()->GetDisplayNearestWindow( local 194 popup_alignment_delegate_->StartObserving(Shell::GetScreen(), display); local
|
/external/chromium_org/ash/touch/ |
H A D | touch_hud_debug.cc | 7 #include "ash/display/display_manager.h" 19 #include "ui/gfx/display.h" 337 const gfx::Display& display = local 345 const gfx::Size& display_size = display.size(); 467 void TouchHudDebug::OnDisplayMetricsChanged(const gfx::Display& display, argument 469 TouchObserverHUD::OnDisplayMetricsChanged(display, metrics); 471 if (display.id() != display_id() || !(metrics & DISPLAY_METRIC_BOUNDS)) 473 const gfx::Size& size = display.size();
|