Home
last modified time | relevance | path

Searched refs:ARB_depth_buffer_float (Results 1 – 10 of 10) sorted by relevance

/external/mesa3d/src/mesa/main/
Dversion.c281 extensions->ARB_depth_buffer_float && in compute_version()
523 extensions->ARB_depth_buffer_float && in compute_version_es2()
Dglformats.c1888 if (!ctx->Extensions.ARB_depth_buffer_float) { in _mesa_error_check_format_and_type()
2087 else if (ctx->Extensions.ARB_depth_buffer_float && in _mesa_error_check_format_and_type()
2640 if (ctx->Extensions.ARB_depth_buffer_float) { in _mesa_base_tex_format()
Dextensions_table.h52 EXT(ARB_depth_buffer_float , ARB_depth_buffer_float , GLL, GLC, x…
Dfbobject.c1891 ctx->Extensions.ARB_depth_buffer_float) in _mesa_base_fbo_format()
1896 ctx->Extensions.ARB_depth_buffer_float) in _mesa_base_fbo_format()
Dmtypes.h4056 GLboolean ARB_depth_buffer_float; member
/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_extensions.c49 ctx->Extensions.ARB_depth_buffer_float = true; in intelInitExtensions()
/external/mesa3d/src/mapi/glapi/gen/
Dmeson.build41 'ARB_depth_buffer_float.xml',
DMakefile.am134 ARB_depth_buffer_float.xml \
/external/mesa3d/src/mesa/state_tracker/
Dst_extensions.c742 { { o(ARB_depth_buffer_float) }, in st_init_extensions()
Dst_cb_drawpixels.c252 if (ctx->Extensions.ARB_depth_buffer_float) in internal_format()