HomeSort by relevance Sort by last modified time
    Searched refs:Enabled (Results 101 - 125 of 172) sorted by null

1 2 3 45 6 7

  /external/mesa3d/src/mesa/swrast/
s_lines.c 229 (ctx->Light.Enabled &&
  /external/mesa3d/src/mesa/tnl/
t_context.c 159 if (ctx->Fog.Enabled
t_vb_fog.c 151 if (!ctx->Fog.Enabled)
t_rasterpos.c 113 * \param Rspec returned specular color (if separate specular enabled)
445 if (ctx->Light.Enabled) {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
mountmgr.h 153 Enabled
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_state.c 198 * value if color blending is not enabled, since at least blend equations GL_MIN
388 if (!ctx->Fog.Enabled)
456 if ( ctx->Fog.FogCoordinateSource == GL_FOG_COORD || ctx->VertexProgram.Enabled) {
606 (ctx->VertexProgram.Enabled && ctx->VertexProgram.PointSizeEnabled)) {
756 * should be enabled.
777 if (ctx->Light.Enabled &&
789 else if (ctx->Light.Enabled) {
804 if (ctx->Fog.Enabled) {
861 * - light[p].enabled
869 if (l->Enabled) {
    [all...]
r200_tcl.c 396 if (ctx->Light.Enabled) {
409 if ( (ctx->Fog.FogCoordinateSource == GL_FOG_COORD) && ctx->Fog.Enabled ) {
427 prog to a not enabled output however, so just don't mess with it.
r200_state_init.c 262 TCL_CHECK( tcl_fog_add4, ctx->Fog.Enabled, 4 )
267 TCL_CHECK( tcl_lighting_add4, ctx->Light.Enabled, 4 )
268 TCL_CHECK( tcl_lighting_add6, ctx->Light.Enabled, 6 )
269 TCL_CHECK( tcl_light_add6, ctx->Light.Enabled && ctx->Light.Light[atom->idx].Enabled, 6 )
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_state.c 323 if (!ctx->Fog.Enabled)
344 if (!ctx->Fog.Enabled)
558 * should be enabled.
579 if (ctx->Light.Enabled &&
590 else if (ctx->Light.Enabled) {
602 if (ctx->Fog.Enabled) {
606 /* Bizzare: have to leave lighting enabled to get fog. */
676 * - light[p].enabled
684 if (l->Enabled) {
703 if (ctx->Light.Enabled && ctx->Light.Model.TwoSide)
    [all...]
radeon_maos_verts.c 67 #define DO_FOG ((IND & RADEON_CP_VC_FRMT_PKSPEC) && ctx->Fog.Enabled && \
radeon_common.c 100 if (radeon->state.scissor.enabled)
150 if (ctx->Scissor.Enabled) {
292 ctx->Driver.Enable(ctx, GL_STENCIL_TEST, ctx->Stencil.Enabled);
313 (ctx->Stencil.Enabled && fb->Visual.stencilBits > 0));
  /external/harfbuzz_ng/win32/
info-msvc.mak 50 @echo Enabled Features: $(INC_FEATURES)
118 @echo support; GLib2 support must also be enabled.
130 @echo is enabled. Use after building the libraries and utilities.
  /external/mesa3d/src/mesa/main/
stencil.c 222 * is enabled.
282 * is enabled.
311 * passes (or depth testing is not enabled).
355 * is enabled.
555 ctx->Stencil._Enabled = (ctx->Stencil.Enabled &&
580 ctx->Stencil.Enabled = GL_FALSE;
ff_fragment_shader.cpp 84 if (ctx->Light.Enabled &&
115 GLuint enabled:1; member in struct:state_key::__anon19773
355 if (ctx->Light.Enabled) {
366 /* Then look at what might be varying as a result of enabled
435 if (!texUnit->_ReallyEnabled || !texUnit->Enabled)
441 key->unit[i].enabled = 1;
490 if (ctx->Fog.Enabled) {
501 /* if alpha test is enabled we need to emit at least one color */
789 if (!key->unit[unit].enabled) {
935 if (!p->state->unit[unit].enabled) {
    [all...]
texstate.c 81 dst->Texture.Unit[u].Enabled = src->Texture.Unit[u].Enabled;
542 * which texture targets are enabled (fixed function) or referenced
555 enabledFragTargets |= texUnit->Enabled;
567 /* Look for the highest priority texture target that's enabled (or used
619 /* if we get here, we know this texture unit is enabled */
context.c     [all...]
  /external/mesa3d/src/mesa/vbo/
vbo_split_copy.c 157 printf(" enabled %d, ptr %p, size %d, type 0x%x, stride %d\n",
158 arrays[j]->Enabled, arrays[j]->Ptr,
527 dst->Enabled = GL_TRUE;
  /external/autotest/client/site_tests/network_3GRecoverFromGobiDesync/
network_3GRecoverFromGobiDesync.py 272 state = props['Enabled']
273 logging.info('Modem Enabled = %s' % state)
280 logging.info('Device Enabled = %s' % state)
288 the modem manager modem be either Enabled or Disabled. The
302 # Enable technology, ensure that device and modem are enabled.
308 raise error.TestFail('Modem Failed to enter state Enabled')
  /external/chromium-trace/catapult/telemetry/telemetry/testing/
run_tests.py 59 help='Ignore @Disabled and @Enabled restrictions.')
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
bluetoothapis.h 112 BOOL Enabled;
ntmsapi.h 623 WINBOOL Enabled;
653 WINBOOL Enabled;
827 WINBOOL Enabled;
856 WINBOOL Enabled;
    [all...]
  /external/chromium-trace/catapult/telemetry/telemetry/page/
page_run_end_to_end_unittest.py 299 @decorators.Enabled('has tabs')
324 @decorators.Enabled('has tabs')
559 @decorators.Enabled('has tabs')
  /external/mesa3d/src/mesa/state_tracker/
st_cb_drawpixels.c 705 rasterizer.scissor = ctx->Scissor.Enabled;
718 dsa.stencil[0].enabled = 1;
724 dsa.depth.enabled = 1;
    [all...]
  /external/v8/src/
counters.h 134 // Is this counter enabled?
136 bool Enabled() {
191 // Returns true if this histogram is enabled.
192 bool Enabled() {
249 return Enabled() && timer_.IsStarted();
    [all...]
  /external/fio/tools/
genfio 52 Enabled by default

Completed in 679 milliseconds

1 2 3 45 6 7