Lines Matching refs:EGL_PBUFFER_BIT
56 EGLint texture_type = EGL_PBUFFER_BIT; in _eglParseSurfaceAttribList()
141 if (type != EGL_PBUFFER_BIT) { in _eglParseSurfaceAttribList()
152 if (type != EGL_PBUFFER_BIT) { in _eglParseSurfaceAttribList()
163 if (type != EGL_PBUFFER_BIT) { in _eglParseSurfaceAttribList()
224 if (err == EGL_SUCCESS && type == EGL_PBUFFER_BIT) { in _eglParseSurfaceAttribList()
265 case EGL_PBUFFER_BIT: in _eglInitSurface()
337 if (surface->Type == EGL_PBUFFER_BIT) in _eglQuerySurface()
342 if (surface->Type == EGL_PBUFFER_BIT) in _eglQuerySurface()
346 if (surface->Type == EGL_PBUFFER_BIT) in _eglQuerySurface()
350 if (surface->Type == EGL_PBUFFER_BIT) in _eglQuerySurface()
354 if (surface->Type == EGL_PBUFFER_BIT) in _eglQuerySurface()
485 EGLint texture_type = EGL_PBUFFER_BIT; in _eglBindTexImage()
519 EGLint texture_type = EGL_PBUFFER_BIT; in _eglReleaseTexImage()