Searched refs:nativeWidth (Results 1 - 1 of 1) sorted by relevance

/device/generic/goldfish-opengl/system/egl/
H A Degl.cpp278 EGLint getNativeWidth(){ return nativeWidth; }
301 int nativeWidth; member in struct:egl_surface_t
307 void setNativeWidth(int w) { nativeWidth = w; }
321 nativeWidth = 1;
389 int nativeWidth, nativeHeight; local
390 nativeWindow->query(nativeWindow, NATIVE_WINDOW_WIDTH, &nativeWidth);
393 setNativeWidth(nativeWidth);

Completed in 31 milliseconds