Home
last modified time | relevance | path

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

/external/swiftshader/third_party/PowerVR_SDK/Examples/Beginner/01_HelloAPI/OGLES2/
DOGLES2HelloAPI_LinuxX11.cpp151 int defaultScreen = XDefaultScreen(nativeDisplay); in CreateNativeWindow() local
154 int defaultDepth = DefaultDepth(nativeDisplay, defaultScreen); in CreateNativeWindow()
158 XMatchVisualInfo( nativeDisplay, defaultScreen, defaultDepth, TrueColor, visualInfo); in CreateNativeWindow()
166 Window rootWindow = RootWindow(nativeDisplay, defaultScreen); in CreateNativeWindow()