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

  /external/mesa3d/prebuilt-intermediates/xmlpool/
options.h 261 DRI_CONF_ENUM(0,"Prefer frame buffer color depth") \
262 DRI_CONF_ENUM(1,"Prefer 32 bits per texel") \
263 DRI_CONF_ENUM(2,"Prefer 16 bits per texel") \
264 DRI_CONF_ENUM(3,"Force 16 bits per texel") \
267 DRI_CONF_ENUM(0,"Bevorzuge Farbtiefe des Framebuffers") \
268 DRI_CONF_ENUM(1,"Bevorzuge 32 bits pro Texel") \
269 DRI_CONF_ENUM(2,"Bevorzuge 16 bits pro Texel") \
270 DRI_CONF_ENUM(3,"Erzwinge 16 bits pro Texel") \
273 DRI_CONF_ENUM(0,"Preferir profundidad de color del framebuffer") \
274 DRI_CONF_ENUM(1,"Preferir 32 bits por texel")
    [all...]
  /external/mesa3d/src/util/xmlpool/
t_options.h 162 DRI_CONF_ENUM(0,gettext("Prefer frame buffer color depth")) \
163 DRI_CONF_ENUM(1,gettext("Prefer 32 bits per texel")) \
164 DRI_CONF_ENUM(2,gettext("Prefer 16 bits per texel")) \
165 DRI_CONF_ENUM(3,gettext("Force 16 bits per texel")) \
189 DRI_CONF_ENUM(0,gettext("Round colors")) \
190 DRI_CONF_ENUM(1,gettext("Dither colors")) \
199 DRI_CONF_ENUM(0,gettext("Round color components downward")) \
200 DRI_CONF_ENUM(1,gettext("Round to nearest color")) \
210 DRI_CONF_ENUM(0,gettext("Horizontal error diffusion")) \
211 DRI_CONF_ENUM(1,gettext("Horizontal error diffusion, reset error at line start"))
    [all...]
  /external/mesa3d/src/util/
xmlpool.h 95 #define DRI_CONF_ENUM(value,text) \
  /external/mesa3d/src/mesa/drivers/dri/i915/
intel_screen.c 55 DRI_CONF_ENUM(0, "Disable buffer object reuse")
56 DRI_CONF_ENUM(1, "Enable reuse of all sizes of buffer objects")
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
intel_screen.c 56 DRI_CONF_ENUM(0, "Disable buffer object reuse")
57 DRI_CONF_ENUM(1, "Enable reuse of all sizes of buffer objects")
    [all...]

Completed in 1618 milliseconds