HomeSort by relevance Sort by last modified time
    Searched refs:ARB_half_float_pixel (Results 1 - 8 of 8) sorted by null

  /external/mesa3d/src/mesa/main/
glformats.c 1113 return ctx->Extensions.ARB_half_float_pixel
1139 return ctx->Extensions.ARB_half_float_pixel
1158 return ctx->Extensions.ARB_half_float_pixel
1179 return ctx->Extensions.ARB_half_float_pixel
1205 return ctx->Extensions.ARB_half_float_pixel
    [all...]
version.c 133 ctx->Extensions.ARB_half_float_pixel &&
extensions.c 103 { "GL_ARB_half_float_pixel", o(ARB_half_float_pixel), GL, 2003 },
    [all...]
teximage.c 402 /* R16F depends on both ARB_half_float_pixel and ARB_texture_float.
404 if (!ctx->Extensions.ARB_half_float_pixel)
427 /* RG16F depends on both ARB_half_float_pixel and ARB_texture_float.
429 if (!ctx->Extensions.ARB_half_float_pixel)
    [all...]
mtypes.h     [all...]
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_extensions.c 50 ctx->Extensions.ARB_half_float_pixel = true;
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_context.c 380 ctx->Extensions.ARB_half_float_pixel = true;
  /external/mesa3d/src/mesa/state_tracker/
st_extensions.c 487 ctx->Extensions.ARB_half_float_pixel = GL_TRUE;

Completed in 223 milliseconds