/external/mesa3d/src/mesa/state_tracker/ |
st_atom_texture.c | 202 texObj = ctx->Texture.Unit[texUnit]._Current; 320 &ctx->VertexProgram._Current->Base, 335 &ctx->FragmentProgram._Current->Base, 347 if (ctx->GeometryProgram._Current) { 350 &ctx->GeometryProgram._Current->Base, 393 struct gl_fragment_program *fprog = ctx->FragmentProgram._Current; 403 = ctx->Texture.Unit[texUnit]._Current;
|
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)
|
/external/mesa3d/src/mesa/swrast/ |
s_fragprog.c | 43 struct gl_fragment_program *fp = ctx->FragmentProgram._Current; 82 const struct gl_texture_object *texObj = ctx->Texture.Unit[unit]._Current; 91 swrast->TextureSample[unit](ctx, samp, ctx->Texture.Unit[unit]._Current, 116 const struct gl_texture_object *texObj = texUnit->_Current; 140 swrast->TextureSample[unit](ctx, samp, ctx->Texture.Unit[unit]._Current, 218 const struct gl_fragment_program *program = ctx->FragmentProgram._Current; 277 const struct gl_fragment_program *program = ctx->FragmentProgram._Current;
|
/external/chromium_org/third_party/mesa/src/src/mesa/tnl/ |
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)
|
/external/mesa3d/src/mesa/tnl/ |
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)
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/ |
radeon_span.c | 129 ctx->Texture.Unit[i]._Current); 130 radeon_swrast_map_texture_images(ctx, ctx->Texture.Unit[i]._Current); 147 radeon_swrast_unmap_texture_images(ctx, ctx->Texture.Unit[i]._Current);
|
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/chromium_org/third_party/mesa/src/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;
|
st_cb_drawtex.c | 122 if (ctx->FragmentProgram._Current->Base.InputsRead & FRAG_BIT_COL0) 200 struct gl_texture_object *obj = ctx->Texture.Unit[i]._Current;
|
/external/chromium_org/third_party/mesa/src/src/mesa/vbo/ |
vbo_context.h | 107 if (!ctx->VertexProgram._Current) 109 else if (ctx->VertexProgram._Current == ctx->VertexProgram._TnlProgram) 111 else if (ctx->VertexProgram._Current->IsNVProgram)
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
radeon_span.c | 129 ctx->Texture.Unit[i]._Current); 130 radeon_swrast_map_texture_images(ctx, ctx->Texture.Unit[i]._Current); 147 radeon_swrast_unmap_texture_images(ctx, ctx->Texture.Unit[i]._Current);
|
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/vbo/ |
vbo_context.h | 107 if (!ctx->VertexProgram._Current) 109 else if (ctx->VertexProgram._Current == ctx->VertexProgram._TnlProgram) 111 else if (ctx->VertexProgram._Current->IsNVProgram)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
hmac.py | 97 def _current(self): member in class:HMAC 113 h = self._current() 119 h = self._current()
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
hmac.py | 97 def _current(self): member in class:HMAC 113 h = self._current() 119 h = self._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/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/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/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/swrast_setup/ |
ss_context.c | 115 GLboolean intColors = !ctx->FragmentProgram._Current 142 const GLint emit = ctx->FragmentProgram._Current ? EMIT_4F : EMIT_1F;
|