Searched refs:boundFramebuffer (Results 1 – 4 of 4) sorted by relevance
3267 SET_ERROR_IF(!state->boundFramebuffer(target) && in s_glGetFramebufferAttachmentParameteriv()3294 SET_ERROR_IF(state->boundFramebuffer(target) && in s_glGetFramebufferAttachmentParameteriv()4196 … SET_ERROR_IF(!ctx->m_state->boundFramebuffer(GL_DRAW_FRAMEBUFFER) && n > 1, GL_INVALID_OPERATION); in s_glDrawBuffers()4205 !ctx->m_state->boundFramebuffer(GL_DRAW_FRAMEBUFFER) && in s_glDrawBuffers()4209 ctx->m_state->boundFramebuffer(GL_DRAW_FRAMEBUFFER) && in s_glDrawBuffers()4242 !ctx->m_state->boundFramebuffer(GL_READ_FRAMEBUFFER) && in s_glReadBuffer()4247 ctx->m_state->boundFramebuffer(GL_READ_FRAMEBUFFER) && in s_glReadBuffer()4265 SET_ERROR_IF(!ctx->m_state->boundFramebuffer(target), GL_INVALID_OPERATION); in s_glFramebufferTextureLayer()4998 if (ctx->m_state->boundFramebuffer(GL_READ_FRAMEBUFFER) && in s_glReadPixels()5165 state->boundFramebuffer(GL_READ_FRAMEBUFFER) && in s_glBlitFramebuffer()[all …]
491 GLuint boundFramebuffer(GLenum target) const;
1019 SET_ERROR_IF(state->boundFramebuffer(GL_FRAMEBUFFER) == 0, in s_glGetFramebufferAttachmentParameterivOES()
1764 if (0 == boundFramebuffer(target)) { in checkFramebufferCompleteness()2527 GLuint GLClientState::boundFramebuffer(GLenum target) const { in boundFramebuffer() function in gfxstream::guest::GLClientState