Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/shared/OpenglCodecCommon/
DGLClientState.cpp106 mFboState.boundDrawFramebuffer = 0; in init()
1509 if (framebuffers[i] == mFboState.boundDrawFramebuffer) { in removeFramebuffers()
1527 return mFboState.fboData[mFboState.boundDrawFramebuffer]; in boundFboProps()
1531 return mFboState.fboData[mFboState.boundDrawFramebuffer]; in boundFboProps()
1533 return mFboState.fboData[mFboState.boundDrawFramebuffer]; in boundFboProps()
1539 return mFboState.fboData.find(mFboState.boundDrawFramebuffer)->second; in boundFboProps_const()
1543 return mFboState.fboData.find(mFboState.boundDrawFramebuffer)->second; in boundFboProps_const()
1545 return mFboState.fboData.find(mFboState.boundDrawFramebuffer)->second; in boundFboProps_const()
1555 mFboState.boundDrawFramebuffer = name; in bindFramebuffer()
1561 mFboState.boundDrawFramebuffer = name; in bindFramebuffer()
DGLClientState.h554 GLuint boundDrawFramebuffer; member