Home
last modified time | relevance | path

Searched refs:EXT_framebuffer_object (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/docs/_extra/specs/
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/relnotes/
D10.1.2.rst39 Piglit/spec/EXT_framebuffer_object/fbo-bind-renderbuffer failed
/external/mesa3d/src/mapi/glapi/gen/
Dmeson.build117 'EXT_framebuffer_object.xml',
/external/angle/extensions/
DANGLE_framebuffer_blit.txt398 has already subsumed the EXT_framebuffer_object functionality (with
425 - copied from revision 15 of EXT_framebuffer_object
/external/mesa3d/src/glx/
Dglxextensions.c223 { GL(EXT_framebuffer_object), VER(0,0), Y, N, N, N },
/external/mesa3d/src/mesa/main/
Dextensions_table.h247 EXT(EXT_framebuffer_object , dummy_true , GLL, GLC, x…
/external/mesa3d/src/glx/tests/
Dindirect_api.cpp1491 TEST_F(IndirectAPI, EXT_framebuffer_object) in TEST_F() argument