Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/OpenglCodecCommon/
DGLClientState.cpp2430 bindFramebuffer(GL_DRAW_FRAMEBUFFER, 0); in removeFramebuffers()
2433 bindFramebuffer(GL_READ_FRAMEBUFFER, 0); in removeFramebuffers()
2468 void GLClientState::bindFramebuffer(GLenum target, GLuint name) { in bindFramebuffer() function in gfxstream::guest::GLClientState
/hardware/google/gfxstream/guest/OpenglCodecCommon/include/gfxstream/guest/
DGLClientState.h487 void bindFramebuffer(GLenum target, GLuint name);
/hardware/google/gfxstream/guest/GLESv1_enc/
DGLEncoder.cpp986 state->bindFramebuffer(target, framebuffer); in s_glBindFramebufferOES()
/hardware/google/gfxstream/guest/GLESv2_enc/
DGL2Encoder.cpp3212 state->bindFramebuffer(target, framebuffer); in s_glBindFramebuffer()