Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/OpenglCodecCommon/
DGLClientState.cpp131 mFboState.drawFboCheckStatus = GL_NONE; in init()
2491 mFboState.drawFboCheckStatus = status; in setCheckFramebufferStatus()
2497 mFboState.drawFboCheckStatus = status; in setCheckFramebufferStatus()
2518 return mFboState.drawFboCheckStatus; in getCheckFramebufferStatus()
2522 return mFboState.drawFboCheckStatus; in getCheckFramebufferStatus()
2524 return mFboState.drawFboCheckStatus; in getCheckFramebufferStatus()
/hardware/google/gfxstream/guest/OpenglCodecCommon/include/gfxstream/guest/
DGLClientState.h729 GLenum drawFboCheckStatus; member