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

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

Completed in 130 milliseconds