Home
last modified time | relevance | path

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

/external/mesa3d/docs/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/src/mapi/glapi/gen/
Dmeson.build106 'EXT_framebuffer_object.xml',
DMakefile.am199 EXT_framebuffer_object.xml \
/external/mesa3d/src/glx/
Dglxextensions.c221 { GL(EXT_framebuffer_object), VER(0,0), Y, N, N, N },
/external/mesa3d/src/mesa/main/
Dextensions_table.h225 EXT(EXT_framebuffer_object , dummy_true , GLL, x , x…
/external/mesa3d/src/glx/tests/
Dindirect_api.cpp1491 TEST_F(IndirectAPI, EXT_framebuffer_object) in TEST_F() argument