HomeSort by relevance Sort by last modified time
    Searched refs:_Current (Results 26 - 50 of 142) sorted by null

12 3 4 5 6

  /external/mesa3d/src/mesa/state_tracker/
st_atom.c 119 if (ctx->VertexProgram._Current != &st->vp->Base)
122 if (ctx->FragmentProgram._Current != &st->fp->Base)
125 if (ctx->GeometryProgram._Current != &st->gp->Base)
st_atom_rasterizer.c 62 const struct gl_vertex_program *vertProg = ctx->VertexProgram._Current;
63 const struct gl_fragment_program *fragProg = ctx->FragmentProgram._Current;
  /external/chromium_org/third_party/mesa/src/src/mesa/tnl/
t_context.c 128 const struct gl_vertex_program *vp = ctx->VertexProgram._Current;
129 const struct gl_fragment_program *fp = ctx->FragmentProgram._Current;
224 || !tnl->AllowPixelFog) && !ctx->FragmentProgram._Current;
234 || !tnl->AllowPixelFog) && !ctx->FragmentProgram._Current;
t_vb_program.c 202 ctx->Texture.Unit[unit]._Current,
234 if (ctx->VertexProgram._Current->IsNVProgram) {
263 machine->Samplers = ctx->VertexProgram._Current->Base.SamplerUnits;
279 /* Note: _Current *should* correspond to the target indicated
282 _swrast_map_texture(ctx, ctx->Texture.Unit[u]._Current);
298 /* Note: _Current *should* correspond to the target indicated
301 _swrast_unmap_texture(ctx, ctx->Texture.Unit[u]._Current);
316 struct gl_vertex_program *program = ctx->VertexProgram._Current;
558 if (ctx->VertexProgram._Current) {
t_vb_points.c 52 if (ctx->Point._Attenuated && !ctx->VertexProgram._Current) {
t_vb_texmat.c 63 if (!ctx->Texture._TexMatEnabled || ctx->VertexProgram._Current)
t_vb_normals.c 96 if (ctx->VertexProgram._Current ||
  /external/mesa3d/src/mesa/tnl/
t_context.c 128 const struct gl_vertex_program *vp = ctx->VertexProgram._Current;
129 const struct gl_fragment_program *fp = ctx->FragmentProgram._Current;
224 || !tnl->AllowPixelFog) && !ctx->FragmentProgram._Current;
234 || !tnl->AllowPixelFog) && !ctx->FragmentProgram._Current;
t_vb_program.c 202 ctx->Texture.Unit[unit]._Current,
234 if (ctx->VertexProgram._Current->IsNVProgram) {
263 machine->Samplers = ctx->VertexProgram._Current->Base.SamplerUnits;
279 /* Note: _Current *should* correspond to the target indicated
282 _swrast_map_texture(ctx, ctx->Texture.Unit[u]._Current);
298 /* Note: _Current *should* correspond to the target indicated
301 _swrast_unmap_texture(ctx, ctx->Texture.Unit[u]._Current);
316 struct gl_vertex_program *program = ctx->VertexProgram._Current;
558 if (ctx->VertexProgram._Current) {
t_vb_points.c 52 if (ctx->Point._Attenuated && !ctx->VertexProgram._Current) {
t_vb_texmat.c 63 if (!ctx->Texture._TexMatEnabled || ctx->VertexProgram._Current)
t_vb_normals.c 96 if (ctx->VertexProgram._Current ||
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_state_upload.c 452 if (brw->fragment_program != ctx->FragmentProgram._Current) {
453 brw->fragment_program = ctx->FragmentProgram._Current;
457 if (brw->vertex_program != ctx->VertexProgram._Current) {
458 brw->vertex_program = ctx->VertexProgram._Current;
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
nv04_state_tex.c 69 struct gl_texture_object *t = ctx->Texture.Unit[i]._Current;
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_state_upload.c 452 if (brw->fragment_program != ctx->FragmentProgram._Current) {
453 brw->fragment_program = ctx->FragmentProgram._Current;
457 if (brw->vertex_program != ctx->VertexProgram._Current) {
458 brw->vertex_program = ctx->VertexProgram._Current;
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nv04_state_tex.c 69 struct gl_texture_object *t = ctx->Texture.Unit[i]._Current;
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
arrayobj.c 316 if (!ctx->VertexProgram._Current ||
317 ctx->VertexProgram._Current == ctx->VertexProgram._TnlProgram) {
319 } else if (ctx->VertexProgram._Current->IsNVProgram) {
  /external/mesa3d/src/mesa/main/
arrayobj.c 316 if (!ctx->VertexProgram._Current ||
317 ctx->VertexProgram._Current == ctx->VertexProgram._TnlProgram) {
319 } else if (ctx->VertexProgram._Current->IsNVProgram) {
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_atom_rasterizer.c 62 const struct gl_vertex_program *vertProg = ctx->VertexProgram._Current;
63 const struct gl_fragment_program *fragProg = ctx->FragmentProgram._Current;
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_texture.c 300 struct gl_texture_object *texObj = ctx->Texture.Unit[unit]._Current;
320 struct gl_texture_object *texObj = ctx->Texture.Unit[unit]._Current;
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast_setup/
ss_context.c 115 GLboolean intColors = !ctx->FragmentProgram._Current
142 const GLint emit = ctx->FragmentProgram._Current ? EMIT_4F : EMIT_1F;
  /external/mesa3d/src/mesa/swrast/
s_texture.c 300 struct gl_texture_object *texObj = ctx->Texture.Unit[unit]._Current;
320 struct gl_texture_object *texObj = ctx->Texture.Unit[unit]._Current;
  /external/mesa3d/src/mesa/swrast_setup/
ss_context.c 115 GLboolean intColors = !ctx->FragmentProgram._Current
142 const GLint emit = ctx->FragmentProgram._Current ? EMIT_4F : EMIT_1F;
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_texstate.c 276 /* texUnit->_Current can be NULL if and only if the texture unit is
280 || (texUnit->_Current != NULL) );
321 if (texUnit->_Current->Image[0][0]->_BaseFormat == GL_ALPHA)
345 if (ctx->Texture.Unit[txunit]._Current->Image[0][0]->_BaseFormat == GL_ALPHA)
366 if (texUnit->_Current->Image[0][0]->_BaseFormat == GL_LUMINANCE)
390 if (ctx->Texture.Unit[txunit]._Current->Image[0][0]->_BaseFormat == GL_LUMINANCE)
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_texstate.c 276 /* texUnit->_Current can be NULL if and only if the texture unit is
280 || (texUnit->_Current != NULL) );
321 if (texUnit->_Current->Image[0][0]->_BaseFormat == GL_ALPHA)
345 if (ctx->Texture.Unit[txunit]._Current->Image[0][0]->_BaseFormat == GL_ALPHA)
366 if (texUnit->_Current->Image[0][0]->_BaseFormat == GL_LUMINANCE)
390 if (ctx->Texture.Unit[txunit]._Current->Image[0][0]->_BaseFormat == GL_LUMINANCE)
    [all...]

Completed in 2094 milliseconds

12 3 4 5 6