Searched refs:nativeHeight (Results 1 – 1 of 1) sorted by relevance
294 EGLint getNativeHeight(){ return nativeHeight; } in getNativeHeight()317 int nativeHeight; member323 void setNativeHeight(int h) { nativeHeight = h; } in setNativeHeight()337 nativeHeight = 1; in egl_surface_t()404 int nativeWidth, nativeHeight; in init() local406 nativeWindow->query(nativeWindow, NATIVE_WINDOW_HEIGHT, &nativeHeight); in init()409 setNativeHeight(nativeHeight); in init()