Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/egl/
Degl.cpp268 EGLint getNativeWidth(){ return nativeWidth; } in getNativeWidth()
286 int nativeWidth; member
292 void setNativeWidth(int w) { nativeWidth = w; } in setNativeWidth()
305 nativeWidth = 1; in egl_surface_t()
366 int nativeWidth, nativeHeight; in init() local
367 nativeWindow->query(nativeWindow, NATIVE_WINDOW_WIDTH, &nativeWidth); in init()
370 setNativeWidth(nativeWidth); in init()