HomeSort by relevance Sort by last modified time
    Searched full:_current (Results 76 - 100 of 162) sorted by null

1 2 34 5 6 7

  /external/chromium_org/third_party/mesa/src/src/mesa/tnl/
t_vb_light.c 334 if (!ctx->Light.Enabled || ctx->VertexProgram._Current)
388 if (!ctx->Light.Enabled || ctx->VertexProgram._Current)
t_vb_texgen.c 490 if (!ctx->Texture._TexGenEnabled || ctx->VertexProgram._Current)
514 if (!ctx->Texture._TexGenEnabled || ctx->VertexProgram._Current)
t_vb_fog.c 154 if (ctx->Fog.FogCoordinateSource == GL_FRAGMENT_DEPTH_EXT && !ctx->VertexProgram._Current) {
t_vb_vertex.c 144 if (ctx->VertexProgram._Current)
  /external/chromium_org/third_party/mesa/src/src/mesa/vbo/
vbo_exec_draw.c 206 if ((ctx->VertexProgram._Current->Base.InputsRead & VERT_BIT_POS) == 0 &&
207 (ctx->VertexProgram._Current->Base.InputsRead & VERT_BIT_GENERIC0)) {
  /external/mesa3d/src/mesa/tnl/
t_vb_light.c 334 if (!ctx->Light.Enabled || ctx->VertexProgram._Current)
388 if (!ctx->Light.Enabled || ctx->VertexProgram._Current)
t_vb_texgen.c 490 if (!ctx->Texture._TexGenEnabled || ctx->VertexProgram._Current)
514 if (!ctx->Texture._TexGenEnabled || ctx->VertexProgram._Current)
t_vb_fog.c 154 if (ctx->Fog.FogCoordinateSource == GL_FRAGMENT_DEPTH_EXT && !ctx->VertexProgram._Current) {
t_vb_vertex.c 144 if (ctx->VertexProgram._Current)
  /external/mesa3d/src/mesa/vbo/
vbo_exec_draw.c 206 if ((ctx->VertexProgram._Current->Base.InputsRead & VERT_BIT_POS) == 0 &&
207 (ctx->VertexProgram._Current->Base.InputsRead & VERT_BIT_GENERIC0)) {
  /external/chromium_org/third_party/icu/source/common/
ruleiter.h 216 UChar32 _current() const;
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
i830_texstate.c 122 struct gl_texture_object *tObj = tUnit->_Current;
i915_context.c 68 (struct i915_fragment_program *) ctx->FragmentProgram._Current;
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
gen7_sampler_state.c 42 struct gl_texture_object *texObj = texUnit->_Current;
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
nv04_state_frag.c 141 struct gl_texture_object *t = rc->ctx->Texture.Unit[i]._Current;
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_aalinetemp.h 181 const struct gl_texture_object *obj = ctx->Texture.Unit[u]._Current;
s_texcombine.c 701 ctx->Texture.Unit[unit]._Current,
726 const struct gl_texture_object *curObj = texUnit->_Current;
771 ctx->Texture.Unit[unit]._Current,
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast_setup/
ss_triangle.c 250 (ctx->VertexProgram._Current && ctx->VertexProgram.TwoSideEnabled))
  /external/icu4c/common/
ruleiter.h 215 UChar32 _current() const;
  /external/mesa3d/src/mesa/drivers/dri/i915/
i830_texstate.c 122 struct gl_texture_object *tObj = tUnit->_Current;
i915_context.c 68 (struct i915_fragment_program *) ctx->FragmentProgram._Current;
  /external/mesa3d/src/mesa/drivers/dri/i965/
gen7_sampler_state.c 42 struct gl_texture_object *texObj = texUnit->_Current;
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nv04_state_frag.c 141 struct gl_texture_object *t = rc->ctx->Texture.Unit[i]._Current;
  /external/mesa3d/src/mesa/swrast/
s_aalinetemp.h 181 const struct gl_texture_object *obj = ctx->Texture.Unit[u]._Current;
  /external/mesa3d/src/mesa/swrast_setup/
ss_triangle.c 250 (ctx->VertexProgram._Current && ctx->VertexProgram.TwoSideEnabled))

Completed in 2946 milliseconds

1 2 34 5 6 7