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

  /external/mesa3d/docs/
MESA_texture_signed_rgba.spec 37 This extension trivially interacts with ARB_texture_float.
173 7) What to do with GetTexParameter if ARB_texture_float is supported,
177 RESOLVED: ARB_texture_float states type is either NONE,
209 Dependencies on ARB_texture_float extension:
211 If ARB_texture_float is supported, GetTexParameter queries with <value>
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_extensions.c 147 ctx->Extensions.ARB_texture_float = true;
  /external/mesa3d/src/mesa/main/
version.c 137 ctx->Extensions.ARB_texture_float &&
fbobject.c     [all...]
texformat.c 343 if (ctx->Extensions.ARB_texture_float) {
819 if (ctx->Extensions.ARB_texture_rg && ctx->Extensions.ARB_texture_float) {
texparam.c 610 /* ARB_texture_float disables clamping */
611 if (ctx->Extensions.ARB_texture_float) {
    [all...]
extensions.c 135 { "GL_ARB_texture_float", o(ARB_texture_float), GL, 2004 },
288 { "GL_ATI_texture_float", o(ARB_texture_float), GL, 2002 },
    [all...]
teximage.c 230 if (ctx->Extensions.ARB_texture_float) {
402 /* R16F depends on both ARB_half_float_pixel and ARB_texture_float.
408 if (!ctx->Extensions.ARB_texture_float)
427 /* RG16F depends on both ARB_half_float_pixel and ARB_texture_float.
433 if (!ctx->Extensions.ARB_texture_float)
    [all...]
mtypes.h     [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_extensions.c 383 { { o(ARB_texture_float) },
st_cb_drawpixels.c 434 ctx->Extensions.ARB_texture_float ? GL_RGBA16F :
440 ctx->Extensions.ARB_texture_float ? GL_RGBA32F :
    [all...]
  /external/mesa3d/src/mesa/drivers/common/
meta.c     [all...]

Completed in 191 milliseconds