Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/egl/
Degl.cpp269 EGLint getNativeHeight(){ return nativeHeight; } in getNativeHeight()
287 int nativeHeight; member
293 void setNativeHeight(int h) { nativeHeight = h; } in setNativeHeight()
306 nativeHeight = 1; in egl_surface_t()
366 int nativeWidth, nativeHeight; in init() local
368 nativeWindow->query(nativeWindow, NATIVE_WINDOW_HEIGHT, &nativeHeight); in init()
371 setNativeHeight(nativeHeight); in init()