Searched refs:nativeHeight (Results 1 – 1 of 1) sorted by relevance
300 EGLint getNativeHeight(){ return nativeHeight; } in getNativeHeight()323 int nativeHeight; member329 void setNativeHeight(int h) { nativeHeight = h; } in setNativeHeight()343 nativeHeight = 1; in egl_surface_t()410 int nativeWidth, nativeHeight; in init() local412 nativeWindow->query(nativeWindow, NATIVE_WINDOW_HEIGHT, &nativeHeight); in init()415 setNativeHeight(nativeHeight); in init()