• Home
  • Raw
  • Download

Lines Matching refs:ARB_framebuffer_object

494       return ctx->Extensions.ARB_framebuffer_object;  in _mesa_is_legal_color_format()
790 if (!ctx->Extensions.ARB_framebuffer_object) { in _mesa_test_framebuffer_completeness()
926 else if (!newRb && ctx->Extensions.ARB_framebuffer_object) { in _mesa_BindRenderbufferEXT()
1078 return ctx->API == API_OPENGL && ctx->Extensions.ARB_framebuffer_object in _mesa_base_fbo_format()
1085 return ctx->API == API_OPENGL && ctx->Extensions.ARB_framebuffer_object in _mesa_base_fbo_format()
1094 return ctx->API == API_OPENGL && ctx->Extensions.ARB_framebuffer_object in _mesa_base_fbo_format()
1101 return ctx->API == API_OPENGL && ctx->Extensions.ARB_framebuffer_object in _mesa_base_fbo_format()
1210 ctx->Extensions.ARB_framebuffer_object ? GL_ALPHA : 0; in _mesa_base_fbo_format()
1216 ctx->Extensions.ARB_framebuffer_object ? GL_LUMINANCE : 0; in _mesa_base_fbo_format()
1222 ctx->Extensions.ARB_framebuffer_object ? GL_LUMINANCE_ALPHA : 0; in _mesa_base_fbo_format()
1228 ctx->Extensions.ARB_framebuffer_object ? GL_INTENSITY : 0; in _mesa_base_fbo_format()
1255 ctx->Extensions.ARB_framebuffer_object ? GL_ALPHA : 0; in _mesa_base_fbo_format()
1260 ctx->Extensions.ARB_framebuffer_object ? GL_LUMINANCE : 0; in _mesa_base_fbo_format()
1265 ctx->Extensions.ARB_framebuffer_object ? GL_LUMINANCE_ALPHA : 0; in _mesa_base_fbo_format()
1270 ctx->Extensions.ARB_framebuffer_object ? GL_INTENSITY : 0; in _mesa_base_fbo_format()
1329 ctx->Extensions.ARB_framebuffer_object ? GL_INTENSITY : 0; in _mesa_base_fbo_format()
1339 ctx->Extensions.ARB_framebuffer_object ? GL_LUMINANCE : 0; in _mesa_base_fbo_format()
1349 ctx->Extensions.ARB_framebuffer_object ? GL_LUMINANCE_ALPHA : 0; in _mesa_base_fbo_format()
1359 ctx->Extensions.ARB_framebuffer_object ? GL_ALPHA : 0; in _mesa_base_fbo_format()
1639 if ((_mesa_is_desktop_gl(ctx) && ctx->Extensions.ARB_framebuffer_object) in _mesa_GetRenderbufferParameterivEXT()
1722 if (ctx->Extensions.ARB_framebuffer_object) { in _mesa_BindFramebufferEXT()
1771 else if (!newDrawFb && ctx->Extensions.ARB_framebuffer_object) { in _mesa_BindFramebufferEXT()
2382 if (!_mesa_is_desktop_gl(ctx) || !ctx->Extensions.ARB_framebuffer_object) { in _mesa_GetFramebufferAttachmentParameterivEXT()
2485 if ((!_mesa_is_desktop_gl(ctx) || !ctx->Extensions.ARB_framebuffer_object) in _mesa_GetFramebufferAttachmentParameterivEXT()
2505 if ((ctx->API != API_OPENGL || !ctx->Extensions.ARB_framebuffer_object) in _mesa_GetFramebufferAttachmentParameterivEXT()
2540 if ((!_mesa_is_desktop_gl(ctx) || !ctx->Extensions.ARB_framebuffer_object) in _mesa_GetFramebufferAttachmentParameterivEXT()