Home
last modified time | relevance | path

Searched refs:ARB_texture_stencil8 (Results 1 – 19 of 19) sorted by relevance

/third_party/mesa3d/docs/relnotes/
D10.6.7.rst47 - Revert "i965: Momentarily pretend to support ARB_texture_stencil8 for
D10.6.8.rst86 - i965: Momentarily pretend to support ARB_texture_stencil8 for blits.
D10.6.6.rst113 - i965: Momentarily pretend to support ARB_texture_stencil8 for blits.
D10.1.2.rst74 - mesa: Add entry for extension ARB_texture_stencil8
/third_party/mesa3d/src/mesa/main/
Dversion.c392 extensions->ARB_texture_stencil8 && in compute_version()
591 extensions->ARB_texture_stencil8); in compute_version_es2()
Dextensions_table.h176 EXT(ARB_texture_stencil8 , ARB_texture_stencil8 , GLL, GLC, x…
479 EXT(OES_texture_stencil8 , ARB_texture_stencil8 , x , x , x…
Dtexgetimage.c1169 && !ctx->Extensions.ARB_texture_stencil8) { in teximage_error_check()
Dmtypes.h4422 GLboolean ARB_texture_stencil8; member
Dfbobject.c1018 } else if (ctx->Extensions.ARB_texture_stencil8 && in test_attachment_completeness()
Dteximage.c6745 if (ctx->Extensions.ARB_texture_stencil8) in _mesa_is_renderable_texture_format()
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_texture_stencil8.txt3 ARB_texture_stencil8
7 ARB_texture_stencil8
DARB_clear_texture.txt61 This extension interacts with ARB_texture_stencil8.
289 Dependencies on ARB_texture_stencil8
291 If ARB_texture_stencil8 or equivalent functionality is not supported,
523 - fix naming of ARB_texture_stencil8 dependency.
/third_party/openGLES/extensions/ARB/
DARB_clear_texture.txt71 This extension interacts with ARB_texture_stencil8.
299 Dependencies on ARB_texture_stencil8
301 If ARB_texture_stencil8 or equivalent functionality is not supported,
533 - fix naming of ARB_texture_stencil8 dependency.
DARB_texture_stencil8.txt3 ARB_texture_stencil8
/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_extensions.c291 ctx->Extensions.ARB_texture_stencil8 = true; in brw_init_extensions()
/third_party/skia/third_party/externals/opengl-registry/extensions/OES/
DOES_texture_stencil8.txt205 3 07/23/13 mheyer Take ARB_texture_stencil8 and reword it for
/third_party/mesa3d/src/mesa/state_tracker/
Dst_extensions.c1060 o(ARB_texture_stencil8) }, in st_init_extensions()
1752 extensions->ARB_texture_stencil8 && in st_init_extensions()
1782 extensions->ARB_texture_stencil8 && in st_init_extensions()
/third_party/openGLES/extensions/OES/
DOES_texture_stencil8.txt220 3 07/23/13 mheyer Take ARB_texture_stencil8 and reword it for
/third_party/mesa3d/docs/
Dsubmittingpatches.rst74 st/mesa: add ARB_texture_stencil8 support (v4)