Searched refs:readdraw (Results 1 – 4 of 4) sorted by relevance
19 EGLSurface eglGetCurrentSurface(EGLint readdraw);
305 EGLAPI EGLSurface EGLAPIENTRY eglGetCurrentSurface(EGLint readdraw);
524 EGLSurface eglGetCurrentSurface(EGLint readdraw) in eglGetCurrentSurface() argument526 return getDispatch()->eglGetCurrentSurface(readdraw); in eglGetCurrentSurface()
1971 EGLSurface eglGetCurrentSurface(EGLint readdraw) in eglGetCurrentSurface() argument1977 switch (readdraw) { in eglGetCurrentSurface()1983 ALOGE("%s:%d unknown parameter: 0x%x\n", __func__, __LINE__, readdraw); in eglGetCurrentSurface()