Searched refs:EXT_framebuffer_object (Results 1 - 25 of 32) sorted by relevance

12

/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dextensions.c175 { "GL_EXT_framebuffer_object", o(EXT_framebuffer_object), GL, 2000 },
235 { "GL_OES_depth24", o(EXT_framebuffer_object), ES1 | ES2, 2005 },
247 { "GL_OES_fbo_render_mipmap", o(EXT_framebuffer_object), ES1 | ES2, 2005 },
249 { "GL_OES_framebuffer_object", o(EXT_framebuffer_object), ES1, 2005 },
257 { "GL_OES_rgb8_rgba8", o(EXT_framebuffer_object), ES1 | ES2, 2005 },
262 { "GL_OES_stencil8", o(EXT_framebuffer_object), ES1 | ES2, 2005 },
304 { "GL_NV_fbo_color_attachments", o(EXT_framebuffer_object), ES2, 2010 },
470 ctx->Extensions.EXT_framebuffer_object = GL_TRUE;
H A Dbuffers.c63 ASSERT(ctx->Extensions.EXT_framebuffer_object);
H A Dfbobject.c283 * Note that neither EXT_framebuffer_object nor OES_framebuffer_object
1723 ASSERT(ctx->Extensions.EXT_framebuffer_object);
1730 if (!ctx->Extensions.EXT_framebuffer_object) {
2378 * The EXT_framebuffer_object spec has the same wording, and the
2379 * OES_framebuffer_object spec refers to the EXT_framebuffer_object
2945 /* From the EXT_framebuffer_object spec:
2972 /* From the EXT_framebuffer_object spec:
2998 /* From the EXT_framebuffer_object spec:
H A Dmtypes.h3019 GLboolean EXT_framebuffer_object; member in struct:gl_extensions
/external/mesa3d/src/mesa/main/
H A Dextensions.c175 { "GL_EXT_framebuffer_object", o(EXT_framebuffer_object), GL, 2000 },
235 { "GL_OES_depth24", o(EXT_framebuffer_object), ES1 | ES2, 2005 },
247 { "GL_OES_fbo_render_mipmap", o(EXT_framebuffer_object), ES1 | ES2, 2005 },
249 { "GL_OES_framebuffer_object", o(EXT_framebuffer_object), ES1, 2005 },
257 { "GL_OES_rgb8_rgba8", o(EXT_framebuffer_object), ES1 | ES2, 2005 },
262 { "GL_OES_stencil8", o(EXT_framebuffer_object), ES1 | ES2, 2005 },
304 { "GL_NV_fbo_color_attachments", o(EXT_framebuffer_object), ES2, 2010 },
470 ctx->Extensions.EXT_framebuffer_object = GL_TRUE;
H A Dbuffers.c63 ASSERT(ctx->Extensions.EXT_framebuffer_object);
H A Dfbobject.c283 * Note that neither EXT_framebuffer_object nor OES_framebuffer_object
1723 ASSERT(ctx->Extensions.EXT_framebuffer_object);
1730 if (!ctx->Extensions.EXT_framebuffer_object) {
2378 * The EXT_framebuffer_object spec has the same wording, and the
2379 * OES_framebuffer_object spec refers to the EXT_framebuffer_object
2945 /* From the EXT_framebuffer_object spec:
2972 /* From the EXT_framebuffer_object spec:
2998 /* From the EXT_framebuffer_object spec:
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
H A Dintel_extensions.c69 ctx->Extensions.EXT_framebuffer_object = true;
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dintel_extensions.c69 ctx->Extensions.EXT_framebuffer_object = true;
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
H A Dintel_extensions.c69 ctx->Extensions.EXT_framebuffer_object = true;
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Dintel_extensions.c69 ctx->Extensions.EXT_framebuffer_object = true;
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dintel_extensions.c69 ctx->Extensions.EXT_framebuffer_object = true;
/external/mesa3d/src/mesa/drivers/dri/intel/
H A Dintel_extensions.c69 ctx->Extensions.EXT_framebuffer_object = true;
/external/chromium_org/third_party/mesa/src/docs/
H A DMESA_texture_array.spec36 Support for EXT_framebuffer_object is assumed, but not required.
152 EXT_framebuffer_object. This extension generalizes the notion of
677 Dependencies on EXT_framebuffer_object
679 If EXT_framebuffer_object is not supported, the changes to section
/external/mesa3d/docs/
H A DMESA_texture_array.spec36 Support for EXT_framebuffer_object is assumed, but not required.
152 EXT_framebuffer_object. This extension generalizes the notion of
677 Dependencies on EXT_framebuffer_object
679 If EXT_framebuffer_object is not supported, the changes to section
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
H A Dradeon_context.c360 ctx->Extensions.EXT_framebuffer_object = true;
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_context.c360 ctx->Extensions.EXT_framebuffer_object = true;
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
H A Dnouveau_context.c197 ctx->Extensions.EXT_framebuffer_object = true;
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
H A Dr200_context.c403 ctx->Extensions.EXT_framebuffer_object = true;
/external/mesa3d/src/mesa/drivers/dri/nouveau/
H A Dnouveau_context.c197 ctx->Extensions.EXT_framebuffer_object = true;
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dr200_context.c403 ctx->Extensions.EXT_framebuffer_object = true;
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
H A Dst_extensions.c506 ctx->Extensions.EXT_framebuffer_object = GL_TRUE;
/external/mesa3d/src/mesa/state_tracker/
H A Dst_extensions.c506 ctx->Extensions.EXT_framebuffer_object = GL_TRUE;
/external/chromium_org/third_party/mesa/src/src/glx/
H A Dglxextensions.c152 { GL(EXT_framebuffer_object), VER(0,0), Y, N, N, N },
/external/mesa3d/src/glx/
H A Dglxextensions.c152 { GL(EXT_framebuffer_object), VER(0,0), Y, N, N, N },

Completed in 8007 milliseconds

12