Searched refs:initialHeight (Results 1 – 3 of 3) sorted by relevance
/external/skia/tools/viewer/sk_app/unix/ |
D | Window_unix.cpp | 55 constexpr int initialHeight = 960; in initWindow() local 126 initialWidth, initialHeight, in initWindow() 138 initialWidth, initialHeight, in initWindow()
|
/external/skia/tools/viewer/sk_app/mac/ |
D | Window_mac.cpp | 37 constexpr int initialHeight = 960; in initWindow() local 62 initialWidth, initialHeight, windowFlags); in initWindow()
|
/external/deqp/modules/gles3/functional/ |
D | es3fFboRenderTest.cpp | 1130 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()
|