Searched refs:getFramebufferSRGB (Results 1 – 4 of 4) sorted by relevance
1381 return getFramebufferSRGB(); in getEnableFeature()1734 mDrawFramebuffer->setWriteControlMode(getFramebufferSRGB() ? SrgbWriteControlMode::Default in setDrawFramebufferBinding()2382 *params = getFramebufferSRGB() ? GL_TRUE : GL_FALSE; in getBooleanv()3303 mDrawFramebuffer->setWriteControlMode(context->getState().getFramebufferSRGB() in syncDrawFramebuffer()
584 bool getFramebufferSRGB() const { return mFramebufferSRGB; } in getFramebufferSRGB() function
766 json->addScalar("FramebufferSRGB", state.getFramebufferSRGB()); in SerializeContextState()
2144 context, state.getFramebufferSRGB(), in syncState()