Home
last modified time | relevance | path

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

/external/skia/tools/viewer/sk_app/unix/
DWindow_unix.cpp55 constexpr int initialHeight = 960; in initWindow() local
126 initialWidth, initialHeight, in initWindow()
138 initialWidth, initialHeight, in initWindow()
/external/skia/tools/viewer/sk_app/mac/
DWindow_mac.cpp37 constexpr int initialHeight = 960; in initWindow() local
62 initialWidth, initialHeight, windowFlags); in initWindow()
/external/deqp/modules/gles3/functional/
Des3fFboRenderTest.cpp1130 int initialHeight = 128; in render() local
1140 Framebuffer fbo(context, m_config, initialWidth, initialHeight); in render()
1150 context.viewport(0, 0, initialWidth, initialHeight); in render()