Home | History | Annotate | Download | only in egl

Lines Matching refs:getSurfaceType

182     EGLint      getSurfaceType() { return surfaceType; }
745 if (surface->getSurfaceType() & EGL_PBUFFER_BIT) *value = EGL_FALSE;
815 if (!(surface->getSurfaceType() & EGL_PBUFFER_BIT)) {