Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dglformats.c1113 return ctx->Extensions.ARB_half_float_pixel in _mesa_error_check_format_and_type()
1139 return ctx->Extensions.ARB_half_float_pixel in _mesa_error_check_format_and_type()
1158 return ctx->Extensions.ARB_half_float_pixel in _mesa_error_check_format_and_type()
1179 return ctx->Extensions.ARB_half_float_pixel in _mesa_error_check_format_and_type()
1205 return ctx->Extensions.ARB_half_float_pixel in _mesa_error_check_format_and_type()
1232 return ctx->Extensions.ARB_half_float_pixel in _mesa_error_check_format_and_type()
Dversion.c133 ctx->Extensions.ARB_half_float_pixel && in compute_version()
Dextensions.c103 …{ "GL_ARB_half_float_pixel", o(ARB_half_float_pixel), GL, …
416 ctx->Extensions.ARB_half_float_pixel = GL_TRUE; in _mesa_enable_sw_extensions()
Dteximage.c404 if (!ctx->Extensions.ARB_half_float_pixel) in _mesa_base_tex_format()
429 if (!ctx->Extensions.ARB_half_float_pixel) in _mesa_base_tex_format()
4014 if (datatype == GL_HALF_FLOAT && !ctx->Extensions.ARB_half_float_pixel) in validate_texbuffer_format()
Dmtypes.h2969 GLboolean ARB_half_float_pixel; member
/external/mesa3d/src/mesa/drivers/dri/i915/
Dintel_extensions.c50 ctx->Extensions.ARB_half_float_pixel = true; in intelInitExtensions()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_extensions.c50 ctx->Extensions.ARB_half_float_pixel = true; in intelInitExtensions()
/external/mesa3d/src/mesa/drivers/dri/intel/
Dintel_extensions.c50 ctx->Extensions.ARB_half_float_pixel = true; in intelInitExtensions()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_context.c380 ctx->Extensions.ARB_half_float_pixel = true; in r200CreateContext()
/external/mesa3d/src/mesa/state_tracker/
Dst_extensions.c487 ctx->Extensions.ARB_half_float_pixel = GL_TRUE; in st_init_extensions()