Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/docs/
Dllvm-todo.txt8 ARB_depth_buffer_float support.
/external/mesa3d/src/mesa/main/
Dversion.c276 extensions->ARB_depth_buffer_float && in compute_version()
502 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()
2639 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.c1807 ctx->Extensions.ARB_depth_buffer_float) in _mesa_base_fbo_format()
1812 ctx->Extensions.ARB_depth_buffer_float) in _mesa_base_fbo_format()
Dmtypes.h3822 GLboolean ARB_depth_buffer_float; member
/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_extensions.c48 ctx->Extensions.ARB_depth_buffer_float = true; in intelInitExtensions()
/external/mesa3d/src/mapi/glapi/gen/
DMakefile.am127 ARB_depth_buffer_float.xml \
/external/mesa3d/src/mesa/state_tracker/
Dst_extensions.c686 { { o(ARB_depth_buffer_float) }, in st_init_extensions()
Dst_cb_drawpixels.c251 if (ctx->Extensions.ARB_depth_buffer_float) in internal_format()