Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/OpenglCodecCommon/
DGLClientState.cpp2416 mFboState.fboData[name] = props; in addFreshFramebuffer()
2435 mFboState.fboData.erase(framebuffers[i]); in removeFramebuffers()
2441 return mFboState.fboData.find(name) != mFboState.fboData.end(); in usedFramebufferName()
2447 return mFboState.fboData[mFboState.boundDrawFramebuffer]; in boundFboProps()
2449 return mFboState.fboData[mFboState.boundReadFramebuffer]; in boundFboProps()
2451 return mFboState.fboData[mFboState.boundDrawFramebuffer]; in boundFboProps()
2453 return mFboState.fboData[mFboState.boundDrawFramebuffer]; in boundFboProps()
2459 return mFboState.fboData.find(mFboState.boundDrawFramebuffer)->second; in boundFboProps_const()
2461 return mFboState.fboData.find(mFboState.boundReadFramebuffer)->second; in boundFboProps_const()
2463 return mFboState.fboData.find(mFboState.boundDrawFramebuffer)->second; in boundFboProps_const()
[all …]
/hardware/google/gfxstream/guest/OpenglCodecCommon/include/gfxstream/guest/
DGLClientState.h728 std::map<GLuint, FboProps> fboData; member