Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/egl/
Degl.cpp293 EGLint getNativeWidth(){ return nativeWidth; } in getNativeWidth()
316 int nativeWidth; member
322 void setNativeWidth(int w) { nativeWidth = w; } in setNativeWidth()
336 nativeWidth = 1; in egl_surface_t()
404 int nativeWidth, nativeHeight; in init() local
405 nativeWindow->query(nativeWindow, NATIVE_WINDOW_WIDTH, &nativeWidth); in init()
408 setNativeWidth(nativeWidth); in init()