Searched refs:heightArray (Results 1 – 2 of 2) sorted by relevance
145 final int heightArray[] = new int[1]; in surfaceHeight() local146 EGL14.eglQuerySurface(eglDisplay, eglSurface, EGL14.EGL_HEIGHT, heightArray, 0); in surfaceHeight()147 return heightArray[0]; in surfaceHeight()
201 final int heightArray[] = new int[1]; in surfaceHeight() local202 egl.eglQuerySurface(eglDisplay, eglSurface, EGL10.EGL_HEIGHT, heightArray); in surfaceHeight()203 return heightArray[0]; in surfaceHeight()