Searched refs:getBoundFramebufferFormat (Results 1 – 3 of 3) sorted by relevance
/hardware/google/gfxstream/guest/GLESv2_enc/ |
D | GL2Encoder.cpp | 5001 … ctx->m_state->getBoundFramebufferFormat(GL_READ_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, &resInfo); in s_glReadPixels() 5022 ctx->m_state->getBoundFramebufferFormat( in s_glReadPixels() 5152 …state->getBoundFramebufferFormat(GL_READ_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, &read_fbo_format_info); in s_glBlitFramebuffer() 5153 …state->getBoundFramebufferFormat(GL_DRAW_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, &draw_fbo_format_info); in s_glBlitFramebuffer() 5175 … state->getBoundFramebufferFormat(GL_READ_FRAMEBUFFER, GL_DEPTH_ATTACHMENT, &read_fbo_format_info); in s_glBlitFramebuffer() 5176 … state->getBoundFramebufferFormat(GL_DRAW_FRAMEBUFFER, GL_DEPTH_ATTACHMENT, &draw_fbo_format_info); in s_glBlitFramebuffer() 5191 …state->getBoundFramebufferFormat(GL_READ_FRAMEBUFFER, GL_STENCIL_ATTACHMENT, &read_fbo_format_info… in s_glBlitFramebuffer() 5192 …state->getBoundFramebufferFormat(GL_DRAW_FRAMEBUFFER, GL_STENCIL_ATTACHMENT, &draw_fbo_format_info… in s_glBlitFramebuffer() 5210 …state->getBoundFramebufferFormat(GL_DRAW_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, &draw_fbo_format_info); in s_glBlitFramebuffer() 5220 …state->getBoundFramebufferFormat(GL_READ_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, &read_fbo_format_info); in s_glBlitFramebuffer()
|
/hardware/google/gfxstream/guest/OpenglCodecCommon/ |
D | GLClientState.cpp | 1854 getBoundFramebufferFormat(target, attachment, &fbo_format_info); in checkFramebufferAttachmentCompleteness() 2218 void GLClientState::getBoundFramebufferFormat( in getBoundFramebufferFormat() function in gfxstream::guest::GLClientState 2326 getBoundFramebufferFormat(target, attachment, &info); in getBoundFramebufferAttachmentType()
|
/hardware/google/gfxstream/guest/OpenglCodecCommon/include/gfxstream/guest/ |
D | GLClientState.h | 546 void getBoundFramebufferFormat(
|