Home
last modified time | relevance | path

Searched refs:gDisplay (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/libs/hwui/tests/
DTestContext.cpp34 android::DisplayInfo gDisplay = getBuiltInDisplay(); variable
48 gDisplay.w, gDisplay.h, PIXEL_FORMAT_RGBX_8888); in surface()
DTestContext.h32 extern DisplayInfo gDisplay;
33 #define dp(x) ((x) * android::uirenderer::test::gDisplay.density)
Dnullegl.cpp24 static EGLDisplay gDisplay = (EGLDisplay) 1; variable
59 return gDisplay; in eglGetDisplay()
144 return gDisplay; in eglGetCurrentDisplay()
Dmain.cpp79 const int width = gDisplay.w; in run()
80 const int height = gDisplay.h; in run()