Searched refs:nativeWidth (Results 1 – 1 of 1) sorted by relevance
293 EGLint getNativeWidth(){ return nativeWidth; } in getNativeWidth()316 int nativeWidth; member322 void setNativeWidth(int w) { nativeWidth = w; } in setNativeWidth()336 nativeWidth = 1; in egl_surface_t()404 int nativeWidth, nativeHeight; in init() local405 nativeWindow->query(nativeWindow, NATIVE_WINDOW_WIDTH, &nativeWidth); in init()408 setNativeWidth(nativeWidth); in init()