/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
extensions.c | 175 { "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 }, [all...] |
fbobject.c | 283 * Note that neither EXT_framebuffer_object nor OES_framebuffer_object [all...] |
buffers.c | 63 ASSERT(ctx->Extensions.EXT_framebuffer_object);
|
/external/mesa3d/src/mesa/main/ |
extensions.c | 175 { "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 }, [all...] |
fbobject.c | 283 * Note that neither EXT_framebuffer_object nor OES_framebuffer_object [all...] |
buffers.c | 63 ASSERT(ctx->Extensions.EXT_framebuffer_object);
|
/external/chromium_org/third_party/mesa/src/docs/ |
MESA_texture_array.spec | 36 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 [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/ |
intel_extensions.c | 69 ctx->Extensions.EXT_framebuffer_object = true;
|
/external/mesa3d/docs/ |
MESA_texture_array.spec | 36 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 [all...] |
/external/mesa3d/src/mesa/drivers/dri/intel/ |
intel_extensions.c | 69 ctx->Extensions.EXT_framebuffer_object = true;
|
/external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/ |
Makefile.am | 123 EXT_framebuffer_object.xml \
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/ |
nouveau_context.c | 197 ctx->Extensions.EXT_framebuffer_object = true;
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/ |
radeon_context.c | 360 ctx->Extensions.EXT_framebuffer_object = true;
|
/external/mesa3d/src/mapi/glapi/gen/ |
Makefile.am | 123 EXT_framebuffer_object.xml \
|
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
nouveau_context.c | 197 ctx->Extensions.EXT_framebuffer_object = true;
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
radeon_context.c | 360 ctx->Extensions.EXT_framebuffer_object = true;
|
/external/chromium_org/third_party/angle/extensions/ |
ANGLE_framebuffer_blit.txt | 398 has already subsumed the EXT_framebuffer_object functionality (with 425 - copied from revision 15 of EXT_framebuffer_object
|
EXT_draw_buffers.txt | 452 EXT_framebuffer_object (and subsequently ARB_framebuffer_object, and GL 3.0
|
/external/chromium_org/third_party/mesa/ |
mesa_gensrc.gypi | 45 'src/src/mapi/glapi/gen/EXT_framebuffer_object.xml',
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/ |
r200_context.c | 403 ctx->Extensions.EXT_framebuffer_object = true;
|
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/ |
st_extensions.c | 506 ctx->Extensions.EXT_framebuffer_object = GL_TRUE;
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
r200_context.c | 403 ctx->Extensions.EXT_framebuffer_object = true;
|
/external/mesa3d/src/mesa/state_tracker/ |
st_extensions.c | 506 ctx->Extensions.EXT_framebuffer_object = GL_TRUE;
|
/external/chromium_org/third_party/mesa/src/src/glx/ |
glxextensions.c | 152 { GL(EXT_framebuffer_object), VER(0,0), Y, N, N, N },
|
/external/mesa3d/src/glx/ |
glxextensions.c | 152 { GL(EXT_framebuffer_object), VER(0,0), Y, N, N, N },
|