Searched refs:getBoundFramebufferFormat (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/hardware/google/gfxstream/guest/GLESv2_enc/ |
D | GL2Encoder.cpp | 5112 … ctx->m_state->getBoundFramebufferFormat(GL_READ_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, &resInfo); in s_glReadPixels() 5133 ctx->m_state->getBoundFramebufferFormat( in s_glReadPixels() 5263 …state->getBoundFramebufferFormat(GL_READ_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, &read_fbo_format_info); in s_glBlitFramebuffer() 5264 …state->getBoundFramebufferFormat(GL_DRAW_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, &draw_fbo_format_info); in s_glBlitFramebuffer() 5286 … state->getBoundFramebufferFormat(GL_READ_FRAMEBUFFER, GL_DEPTH_ATTACHMENT, &read_fbo_format_info); in s_glBlitFramebuffer() 5287 … state->getBoundFramebufferFormat(GL_DRAW_FRAMEBUFFER, GL_DEPTH_ATTACHMENT, &draw_fbo_format_info); in s_glBlitFramebuffer() 5302 …state->getBoundFramebufferFormat(GL_READ_FRAMEBUFFER, GL_STENCIL_ATTACHMENT, &read_fbo_format_info… in s_glBlitFramebuffer() 5303 …state->getBoundFramebufferFormat(GL_DRAW_FRAMEBUFFER, GL_STENCIL_ATTACHMENT, &draw_fbo_format_info… in s_glBlitFramebuffer() 5321 …state->getBoundFramebufferFormat(GL_DRAW_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, &draw_fbo_format_info); in s_glBlitFramebuffer() 5331 …state->getBoundFramebufferFormat(GL_READ_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, &read_fbo_format_info); in s_glBlitFramebuffer()
|
/aosp_15_r20/hardware/google/gfxstream/guest/OpenglCodecCommon/ |
D | GLClientState.cpp | 1853 getBoundFramebufferFormat(target, attachment, &fbo_format_info); in checkFramebufferAttachmentCompleteness() 2217 void GLClientState::getBoundFramebufferFormat( in getBoundFramebufferFormat() function in gfxstream::guest::GLClientState 2325 getBoundFramebufferFormat(target, attachment, &info); in getBoundFramebufferAttachmentType()
|
/aosp_15_r20/hardware/google/gfxstream/guest/OpenglCodecCommon/include/gfxstream/guest/ |
D | GLClientState.h | 536 void getBoundFramebufferFormat(
|