Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/egl/
Degl.cpp375 EGLint getNativeHeight(){ return nativeHeight; } in getNativeHeight()
398 int nativeHeight; member
404 void setNativeHeight(int h) { nativeHeight = h; } in setNativeHeight()
420 nativeHeight = 1; in egl_surface_t()
518 int nativeHeight = anwHelper->getHeight(nativeWindow); in init() local
521 setNativeHeight(nativeHeight); in init()