Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/egl/
Degl.cpp299 EGLint getNativeWidth(){ return nativeWidth; } in getNativeWidth()
322 int nativeWidth; member
328 void setNativeWidth(int w) { nativeWidth = w; } in setNativeWidth()
342 nativeWidth = 1; in egl_surface_t()
410 int nativeWidth, nativeHeight; in init() local
411 nativeWindow->query(nativeWindow, NATIVE_WINDOW_WIDTH, &nativeWidth); in init()
414 setNativeWidth(nativeWidth); in init()