Searched refs:nativeWidth (Results 1 – 1 of 1) sorted by relevance
299 EGLint getNativeWidth(){ return nativeWidth; } in getNativeWidth()322 int nativeWidth; member328 void setNativeWidth(int w) { nativeWidth = w; } in setNativeWidth()342 nativeWidth = 1; in egl_surface_t()410 int nativeWidth, nativeHeight; in init() local411 nativeWindow->query(nativeWindow, NATIVE_WINDOW_WIDTH, &nativeWidth); in init()414 setNativeWidth(nativeWidth); in init()