Searched refs:boundDrawFramebuffer (Results 1 – 2 of 2) sorted by relevance
129 mFboState.boundDrawFramebuffer = 0; in init()1753 return mFboState.boundDrawFramebuffer; in getBoundFramebuffer()2429 if (framebuffers[i] == mFboState.boundDrawFramebuffer) { in removeFramebuffers()2447 return mFboState.fboData[mFboState.boundDrawFramebuffer]; 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()2463 return mFboState.fboData.find(mFboState.boundDrawFramebuffer)->second; in boundFboProps_const()2465 return mFboState.fboData.find(mFboState.boundDrawFramebuffer)->second; in boundFboProps_const()2475 mFboState.boundDrawFramebuffer = name; in bindFramebuffer()[all …]
725 GLuint boundDrawFramebuffer; member992 *out = (T)mFboState.boundDrawFramebuffer; in getClientStateParameter()