Searched refs:pbSurface (Results 1 – 3 of 3) sorted by relevance
108 std::unique_ptr<EglPbufferSurface> pbSurface; in ~EglContext() local121 pbSurface.reset(new EglPbufferSurface(m_dpy, m_config)); in ~EglContext()122 pbSurface->setAttrib(EGL_WIDTH, 1); in ~EglContext()123 pbSurface->setAttrib(EGL_HEIGHT, 1); in ~EglContext()125 pbSurface->getDim(&pbInfo.width, &pbInfo.height, &pbInfo.largest); in ~EglContext()126 pbSurface->getTexInfo(&pbInfo.target, &pbInfo.format); in ~EglContext()135 pbSurface->setNativePbuffer(pb); in ~EglContext()
815 SurfacePtr pbSurface(new EglPbufferSurface(dpy,cfg)); in eglCreatePbufferSurface() local816 if(!pbSurface.get()) { in eglCreatePbufferSurface()823 if(!pbSurface->setAttrib(attrib_list[i],attrib_list[i+1])) { in eglCreatePbufferSurface()832 static_cast<EglPbufferSurface*>(pbSurface.get()); in eglCreatePbufferSurface()864 return dpy->addSurface(pbSurface); in eglCreatePbufferSurface()
1659 egl_pbuffer_surface_t* pbSurface = (egl_pbuffer_surface_t*)surface; in eglBindTexImage() local1662 rcEnc->rcBindTexture(rcEnc, pbSurface->getRcColorBuffer()); in eglBindTexImage()