HomeSort by relevance Sort by last modified time
    Searched refs:EXT_framebuffer_object (Results 1 - 14 of 14) sorted by null

  /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...]
buffers.c 63 ASSERT(ctx->Extensions.EXT_framebuffer_object);
fbobject.c 283 * Note that neither EXT_framebuffer_object nor OES_framebuffer_object
    [all...]
mtypes.h     [all...]
get.c 324 EXTRA_EXT(EXT_framebuffer_object);
    [all...]
  /external/mesa3d/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/radeon/
radeon_context.c 360 ctx->Extensions.EXT_framebuffer_object = true;
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_context.c 197 ctx->Extensions.EXT_framebuffer_object = 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/mesa3d/src/glx/
glxextensions.c 152 { GL(EXT_framebuffer_object), VER(0,0), Y, N, N, N },
  /external/mesa3d/src/glx/tests/
indirect_api.cpp     [all...]
  /external/mesa3d/src/mesa/drivers/common/
meta.c     [all...]

Completed in 158 milliseconds