Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/glestranslator/EGL/
DEglPbufferSurface.h41 void getTexInfo(EGLint* format,EGLint* target){ *format = m_texFormat; *target = m_texTarget;} in getTexInfo() function
DEglContext.cpp126 pbSurface->getTexInfo(&pbInfo.target, &pbInfo.format); in ~EglContext()
DEglImp.cpp835 tmpPbSurfacePtr->getTexInfo(&texTarget, &texFormat); in eglCreatePbufferSurface()