Searched refs:getBoundFramebufferFormat (Results 1 – 3 of 3) sorted by relevance
/device/generic/goldfish-opengl/system/GLESv2_enc/ |
D | GL2Encoder.cpp | 2773 state->getBoundFramebufferFormat(target, attachment, &fbo_format_info); in isCompleteFbo() 4422 ctx->m_state->getBoundFramebufferFormat( in s_glReadPixels() 4502 …state->getBoundFramebufferFormat(GL_READ_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, &read_fbo_format_info); in s_glBlitFramebuffer() 4503 …state->getBoundFramebufferFormat(GL_DRAW_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, &draw_fbo_format_info); in s_glBlitFramebuffer() 4518 … state->getBoundFramebufferFormat(GL_READ_FRAMEBUFFER, GL_DEPTH_ATTACHMENT, &read_fbo_format_info); in s_glBlitFramebuffer() 4519 … state->getBoundFramebufferFormat(GL_DRAW_FRAMEBUFFER, GL_DEPTH_ATTACHMENT, &draw_fbo_format_info); in s_glBlitFramebuffer() 4534 …state->getBoundFramebufferFormat(GL_READ_FRAMEBUFFER, GL_STENCIL_ATTACHMENT, &read_fbo_format_info… in s_glBlitFramebuffer() 4535 …state->getBoundFramebufferFormat(GL_DRAW_FRAMEBUFFER, GL_STENCIL_ATTACHMENT, &draw_fbo_format_info… in s_glBlitFramebuffer() 4549 …state->getBoundFramebufferFormat(GL_DRAW_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, &draw_fbo_format_info); in s_glBlitFramebuffer() 4559 …state->getBoundFramebufferFormat(GL_READ_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, &read_fbo_format_info); in s_glBlitFramebuffer()
|
/device/generic/goldfish-opengl/shared/OpenglCodecCommon/ |
D | GLClientState.h | 435 void getBoundFramebufferFormat(
|
D | GLClientState.cpp | 1488 void GLClientState::getBoundFramebufferFormat( in getBoundFramebufferFormat() function in GLClientState 1590 getBoundFramebufferFormat(target, attachment, &info); in getBoundFramebufferAttachmentType()
|