Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/egl/
Degl.cpp300 EGLint getNativeHeight(){ return nativeHeight; } in getNativeHeight()
323 int nativeHeight; member
329 void setNativeHeight(int h) { nativeHeight = h; } in setNativeHeight()
343 nativeHeight = 1; in egl_surface_t()
410 int nativeWidth, nativeHeight; in init() local
412 nativeWindow->query(nativeWindow, NATIVE_WINDOW_HEIGHT, &nativeHeight); in init()
415 setNativeHeight(nativeHeight); in init()