Searched refs:heightArray (Results 1 – 2 of 2) sorted by relevance
148 final int heightArray[] = new int[1]; in surfaceHeight() local149 EGL14.eglQuerySurface(eglDisplay, eglSurface, EGL14.EGL_HEIGHT, heightArray, 0); in surfaceHeight()150 return heightArray[0]; in surfaceHeight()
206 final int heightArray[] = new int[1]; in surfaceHeight() local207 egl.eglQuerySurface(eglDisplay, eglSurface, EGL10.EGL_HEIGHT, heightArray); in surfaceHeight()208 return heightArray[0]; in surfaceHeight()