HomeSort by relevance Sort by last modified time
    Searched refs:Enabled (Results 76 - 100 of 264) sorted by null

1 2 34 5 6 7 8 91011

  /external/chromium_org/ipc/
ipc_logging.cc 122 if (!Enabled())
152 if (!Enabled() ||
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
gen6_sf_state.c 197 if (ctx->Scissor.Enabled)
223 /* TODO: line width of 0 is not allowed when MSAA enabled */
234 if (multisampled_fbo && ctx->Multisample.Enabled)
321 * by the maximum value of the enabled Attribute # Source Attribute if
gen7_sf_state.c 116 * by the maximum value of the enabled Attribute # Source Attribute if
246 if (ctx->Scissor.Enabled)
252 /* TODO: line width of 0 is not allowed when MSAA enabled */
265 if (multisampled_fbo && ctx->Multisample.Enabled)
brw_sf.c 195 key.do_twoside_color = (ctx->Light.Enabled && ctx->Light.Model.TwoSide);
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast_setup/
ss_triangle.c 249 if ((ctx->Light.Enabled && ctx->Light.Model.TwoSide) ||
258 (ctx->Stencil.Enabled && ctx->Stencil._TestTwoSide))
  /external/chromium_org/third_party/mesa/src/src/mesa/x86/
gen_matypes.c 98 OFFSET( "CTX_LIGHT_ENABLED ", struct gl_context, Light.Enabled );
201 OFFSET( "LIGHT_ENABLED ", struct gl_light, Enabled );
  /external/chromium_org/tools/telemetry/telemetry/
test.py 25 Enabled = decorators.Enabled
  /external/mesa3d/src/mesa/drivers/dri/i965/
gen6_sf_state.c 197 if (ctx->Scissor.Enabled)
223 /* TODO: line width of 0 is not allowed when MSAA enabled */
234 if (multisampled_fbo && ctx->Multisample.Enabled)
321 * by the maximum value of the enabled Attribute # Source Attribute if
gen7_sf_state.c 116 * by the maximum value of the enabled Attribute # Source Attribute if
246 if (ctx->Scissor.Enabled)
252 /* TODO: line width of 0 is not allowed when MSAA enabled */
265 if (multisampled_fbo && ctx->Multisample.Enabled)
  /external/mesa3d/src/mesa/swrast_setup/
ss_triangle.c 249 if ((ctx->Light.Enabled && ctx->Light.Model.TwoSide) ||
258 (ctx->Stencil.Enabled && ctx->Stencil._TestTwoSide))
  /external/mesa3d/src/mesa/x86/
gen_matypes.c 98 OFFSET( "CTX_LIGHT_ENABLED ", struct gl_context, Light.Enabled );
201 OFFSET( "LIGHT_ENABLED ", struct gl_light, Enabled );
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
nouveau_vbo_t.c 110 if (ctx->Light.Enabled) {
171 if (ctx->Fog.ColorSumEnabled && !ctx->Light.Enabled)
179 if (ctx->Fog.Enabled && ctx->Fog.FogCoordinateSource == GL_FOG_COORD)
182 if (ctx->Light.Enabled ||
186 if (ctx->Light.Enabled && render->mode == IMM) {
nv20_state_tnl.c 168 PUSH_DATAb(push, f->Enabled);
342 if (ctx->Light._NeedEyeCoords || ctx->Fog.Enabled ||
348 if (ctx->Light.Enabled ||
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_vbo_t.c 110 if (ctx->Light.Enabled) {
171 if (ctx->Fog.ColorSumEnabled && !ctx->Light.Enabled)
179 if (ctx->Fog.Enabled && ctx->Fog.FogCoordinateSource == GL_FOG_COORD)
182 if (ctx->Light.Enabled ||
186 if (ctx->Light.Enabled && render->mode == IMM) {
nv20_state_tnl.c 168 PUSH_DATAb(push, f->Enabled);
342 if (ctx->Light._NeedEyeCoords || ctx->Fog.Enabled ||
348 if (ctx->Light.Enabled ||
  /external/chromium_org/third_party/mesa/src/src/mesa/vbo/
vbo_exec_array.c 83 * If primitive restart is enabled, we need to ignore restart
228 if (array->Enabled) {
273 if (array->Enabled &&
319 /* check element j of each enabled array */
364 printf("attr %2d: size %d stride %d enabled %d "
369 /*exec->array.inputs[i]->Enabled,*/
370 arrayObj->VertexAttrib[VERT_ATTRIB_FF(i)].Enabled,
395 * Set the vbo->exec->inputs[] pointers to point to the enabled
399 * For arrays that aren't enabled, we set the input[attrib] pointer
420 if (vertexAttrib[VERT_ATTRIB_FF(i)].Enabled)
    [all...]
  /external/mesa3d/src/mesa/vbo/
vbo_exec_array.c 83 * If primitive restart is enabled, we need to ignore restart
228 if (array->Enabled) {
273 if (array->Enabled &&
319 /* check element j of each enabled array */
364 printf("attr %2d: size %d stride %d enabled %d "
369 /*exec->array.inputs[i]->Enabled,*/
370 arrayObj->VertexAttrib[VERT_ATTRIB_FF(i)].Enabled,
395 * Set the vbo->exec->inputs[] pointers to point to the enabled
399 * For arrays that aren't enabled, we set the input[attrib] pointer
420 if (vertexAttrib[VERT_ATTRIB_FF(i)].Enabled)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/common/
driverfuncs.c 266 ctx->Driver.Enable(ctx, GL_FOG, ctx->Fog.Enabled);
267 ctx->Driver.Enable(ctx, GL_LIGHTING, ctx->Light.Enabled);
270 ctx->Driver.Enable(ctx, GL_SCISSOR_TEST, ctx->Scissor.Enabled);
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
api_validate.c 115 /* For ES2, we can draw if any vertex array is enabled (and we
126 if (!ctx->Array.ArrayObj->VertexAttrib[VERT_ATTRIB_POS].Enabled)
149 return (ctx->Array.ArrayObj->VertexAttrib[VERT_ATTRIB_POS].Enabled ||
150 ctx->Array.ArrayObj->VertexAttrib[VERT_ATTRIB_GENERIC0].Enabled);
195 /* the max element is out of bounds of one or more enabled arrays */
mtypes.h 671 GLboolean Enabled; /**< On/off flag */
742 GLboolean AlphaEnabled; /**< Alpha test enabled flag */
786 GLboolean IndexLogicOpEnabled; /**< Color index logic op enabled flag */
787 GLboolean ColorLogicOpEnabled; /**< RGBA logic op enabled flag */
836 GLboolean Test; /**< Depth buffering enabled flag */
893 GLboolean Enabled; /**< Fog enabled flag */
941 GLboolean Enabled; /**< Lighting enabled flag */
969 GLboolean SmoothFlag; /**< GL_LINE_SMOOTH enabled? *
    [all...]
  /external/mesa3d/src/mesa/drivers/common/
driverfuncs.c 266 ctx->Driver.Enable(ctx, GL_FOG, ctx->Fog.Enabled);
267 ctx->Driver.Enable(ctx, GL_LIGHTING, ctx->Light.Enabled);
270 ctx->Driver.Enable(ctx, GL_SCISSOR_TEST, ctx->Scissor.Enabled);
  /external/mesa3d/src/mesa/main/
api_validate.c 115 /* For ES2, we can draw if any vertex array is enabled (and we
126 if (!ctx->Array.ArrayObj->VertexAttrib[VERT_ATTRIB_POS].Enabled)
149 return (ctx->Array.ArrayObj->VertexAttrib[VERT_ATTRIB_POS].Enabled ||
150 ctx->Array.ArrayObj->VertexAttrib[VERT_ATTRIB_GENERIC0].Enabled);
195 /* the max element is out of bounds of one or more enabled arrays */
mtypes.h 671 GLboolean Enabled; /**< On/off flag */
742 GLboolean AlphaEnabled; /**< Alpha test enabled flag */
786 GLboolean IndexLogicOpEnabled; /**< Color index logic op enabled flag */
787 GLboolean ColorLogicOpEnabled; /**< RGBA logic op enabled flag */
836 GLboolean Test; /**< Depth buffering enabled flag */
893 GLboolean Enabled; /**< Fog enabled flag */
941 GLboolean Enabled; /**< Lighting enabled flag */
969 GLboolean SmoothFlag; /**< GL_LINE_SMOOTH enabled? *
    [all...]
  /external/chromium_org/mojo/tools/
mojob.sh 40 --use-mojo - Enabled (default).
  /external/chromium_org/third_party/libjingle/source/talk/base/
winfirewall.cc 83 bool WinFirewall::Enabled() const {

Completed in 1351 milliseconds

1 2 34 5 6 7 8 91011