Home
last modified time | relevance | path

Searched refs:pbInfo (Results 1 – 1 of 1) sorted by relevance

/hardware/google/gfxstream/host/gl/glestranslator/EGL/
DEglContext.cpp124 EglOS::PbufferInfo pbInfo; in ~EglContext() local
125 pbSurface->getDim(&pbInfo.width, &pbInfo.height, &pbInfo.largest); in ~EglContext()
126 pbSurface->getTexInfo(&pbInfo.target, &pbInfo.format); in ~EglContext()
127 pbInfo.hasMipmap = false; in ~EglContext()
129 m_config->nativeFormat(), &pbInfo); in ~EglContext()