Home
last modified time | relevance | path

Searched refs:boundFramebuffer (Results 1 – 4 of 4) sorted by relevance

/hardware/google/gfxstream/guest/GLESv2_enc/
DGL2Encoder.cpp3267 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 …]
/hardware/google/gfxstream/guest/OpenglCodecCommon/include/gfxstream/guest/
DGLClientState.h491 GLuint boundFramebuffer(GLenum target) const;
/hardware/google/gfxstream/guest/GLESv1_enc/
DGLEncoder.cpp1019 SET_ERROR_IF(state->boundFramebuffer(GL_FRAMEBUFFER) == 0, in s_glGetFramebufferAttachmentParameterivOES()
/hardware/google/gfxstream/guest/OpenglCodecCommon/
DGLClientState.cpp1764 if (0 == boundFramebuffer(target)) { in checkFramebufferCompleteness()
2527 GLuint GLClientState::boundFramebuffer(GLenum target) const { in boundFramebuffer() function in gfxstream::guest::GLClientState