Home
last modified time | relevance | path

Searched refs:displayId (Results 1 – 5 of 5) sorted by relevance

/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowDisplay.java16 private int displayId; field in ShadowDisplay
51 return displayId; in getDisplayId()
109 public void setDisplayId(int displayId) { in setDisplayId() argument
110 this.displayId = displayId; in setDisplayId()
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/
DRenderer.cpp175 rx::Renderer *glCreateRenderer(egl::Display *display, HDC hDc, EGLNativeDisplayType displayId) in glCreateRenderer() argument
181 displayId == EGL_D3D11_ELSE_D3D9_DISPLAY_ANGLE || in glCreateRenderer()
182 displayId == EGL_D3D11_ONLY_DISPLAY_ANGLE) in glCreateRenderer()
195 else if (displayId == EGL_D3D11_ONLY_DISPLAY_ANGLE) in glCreateRenderer()
204 bool softwareDevice = (displayId == EGL_SOFTWARE_DISPLAY_ANGLE); in glCreateRenderer()
/external/chromium_org/third_party/angle/src/libEGL/
DDisplay.cpp34 egl::Display *Display::getDisplay(EGLNativeDisplayType displayId) in getDisplay() argument
36 if (displays.find(displayId) != displays.end()) in getDisplay()
38 return displays[displayId]; in getDisplay()
43 egl::Display *display = new egl::Display(displayId, (HDC)displayId); in getDisplay()
45 displays[displayId] = display; in getDisplay()
49 Display::Display(EGLNativeDisplayType displayId, HDC deviceContext) : mDc(deviceContext) in Display() argument
51 mDisplayId = displayId; in Display()
DDisplay.h38 static egl::Display *getDisplay(EGLNativeDisplayType displayId);
68 Display(EGLNativeDisplayType displayId, HDC deviceContext);
/external/chromium_org/third_party/angle/src/libGLESv2/
Dmain.h61 rx::Renderer *glCreateRenderer(egl::Display *display, HDC hDc, EGLNativeDisplayType displayId);