Searched refs:DRI_CONF_DESC (Results 1 – 7 of 7) sorted by relevance
/external/mesa3d/prebuilt-intermediates/xmlpool/ |
D | options.h | 60 DRI_CONF_DESC(en,"Debugging") \ 61 DRI_CONF_DESC(de,"Fehlersuche") \ 62 DRI_CONF_DESC(es,"Depuración") \ 63 DRI_CONF_DESC(fr,"Debogage") \ 64 DRI_CONF_DESC(nl,"Debuggen") \ 65 DRI_CONF_DESC(sv,"Felsökning") 69 DRI_CONF_DESC(en,"Disable 3D acceleration") \ 70 DRI_CONF_DESC(de,"3D-Beschleunigung abschalten") \ 71 DRI_CONF_DESC(es,"Deshabilitar aceleración 3D") \ 72 DRI_CONF_DESC(fr,"Désactiver l'accélération 3D") \ [all …]
|
/external/mesa3d/src/util/xmlpool/ |
D | t_options.h | 56 DRI_CONF_DESC(en,gettext("Debugging")) 60 DRI_CONF_DESC(en,gettext("Disable 3D acceleration")) \ 65 DRI_CONF_DESC(en,gettext("Show performance boxes")) \ 70 DRI_CONF_DESC(en,gettext("Enable flushing batchbuffer after each draw call")) \ 75 DRI_CONF_DESC(en,gettext("Enable flushing GPU caches with each draw call")) \ 80 DRI_CONF_DESC(en,gettext("Disable throttling on first batch after flush")) \ 85 DRI_CONF_DESC(en,gettext("Force GLSL extension default behavior to 'warn'")) \ 90 DRI_CONF_DESC(en,gettext("Disable dual source blending")) \ 95 … DRI_CONF_DESC(en,gettext("Identify dual color blending sources by location rather than index")) \ 100 DRI_CONF_DESC(en,gettext("Disable backslash-based line continuations in GLSL source")) \ [all …]
|
/external/mesa3d/src/util/ |
D | xmlpool.h | 83 #define DRI_CONF_DESC(lang,text) \ macro
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
D | intel_screen.c | 61 DRI_CONF_DESC(en, "Enable early Z in classic mode (unstable, 945-only).") 65 DRI_CONF_DESC(en, "Enable limited ARB_fragment_shader support on 915/945.") 81 DRI_CONF_DESC(en, "Enable stub ARB_occlusion_query support on 915/945.") 85 DRI_CONF_DESC(en, "Perform code generation at shader link time.")
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | radeon_screen.c | 69 DRI_CONF_DESC(en,"Size of command buffer (in KB)") \ 70 DRI_CONF_DESC(de,"Grösse des Befehlspuffers (in KB)") \
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_screen.c | 69 DRI_CONF_DESC(en,"Size of command buffer (in KB)") \ 70 DRI_CONF_DESC(de,"Grösse des Befehlspuffers (in KB)") \
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | intel_screen.c | 67 DRI_CONF_DESC(en, "Clamp the value of GL_MAX_SAMPLES to the " 89 DRI_CONF_DESC(en, "Perform code generation at shader link time.")
|