Searched refs:_CurrentCombine (Results 1 - 20 of 20) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
H A Dr200_texstate.c349 const GLuint numColorArgs = texUnit->_CurrentCombine->_NumArgsRGB;
350 const GLuint numAlphaArgs = texUnit->_CurrentCombine->_NumArgsA;
351 GLuint RGBshift = texUnit->_CurrentCombine->ScaleShiftRGB;
352 GLuint Ashift = texUnit->_CurrentCombine->ScaleShiftA;
356 ctx->Texture.Unit[replaceargs]._CurrentCombine->OperandRGB[0] - GL_SRC_COLOR;
358 ctx->Texture.Unit[replaceargs]._CurrentCombine->OperandA[0] - GL_SRC_ALPHA;
364 GLint op = texUnit->_CurrentCombine->OperandRGB[i] - GL_SRC_COLOR;
365 const GLint srcRGBi = texUnit->_CurrentCombine->SourceRGB[i];
381 ctx->Texture.Unit[replaceargs]._CurrentCombine->SourceRGB[0];
451 GLint op = texUnit->_CurrentCombine
[all...]
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dr200_texstate.c349 const GLuint numColorArgs = texUnit->_CurrentCombine->_NumArgsRGB;
350 const GLuint numAlphaArgs = texUnit->_CurrentCombine->_NumArgsA;
351 GLuint RGBshift = texUnit->_CurrentCombine->ScaleShiftRGB;
352 GLuint Ashift = texUnit->_CurrentCombine->ScaleShiftA;
356 ctx->Texture.Unit[replaceargs]._CurrentCombine->OperandRGB[0] - GL_SRC_COLOR;
358 ctx->Texture.Unit[replaceargs]._CurrentCombine->OperandA[0] - GL_SRC_ALPHA;
364 GLint op = texUnit->_CurrentCombine->OperandRGB[i] - GL_SRC_COLOR;
365 const GLint srcRGBi = texUnit->_CurrentCombine->SourceRGB[i];
381 ctx->Texture.Unit[replaceargs]._CurrentCombine->SourceRGB[0];
451 GLint op = texUnit->_CurrentCombine
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
H A Dradeon_texstate.c305 const GLuint numColorArgs = texUnit->_CurrentCombine->_NumArgsRGB;
306 const GLuint numAlphaArgs = texUnit->_CurrentCombine->_NumArgsA;
307 GLuint RGBshift = texUnit->_CurrentCombine->ScaleShiftRGB;
308 GLuint Ashift = texUnit->_CurrentCombine->ScaleShiftA;
315 const GLint op = texUnit->_CurrentCombine->OperandRGB[i] - GL_SRC_COLOR;
316 const GLuint srcRGBi = texUnit->_CurrentCombine->SourceRGB[i];
360 const GLint op = texUnit->_CurrentCombine->OperandA[i] - GL_SRC_ALPHA;
361 const GLuint srcAi = texUnit->_CurrentCombine->SourceA[i];
404 switch ( texUnit->_CurrentCombine->ModeRGB ) {
470 if ( (texUnit->_CurrentCombine
[all...]
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_texstate.c305 const GLuint numColorArgs = texUnit->_CurrentCombine->_NumArgsRGB;
306 const GLuint numAlphaArgs = texUnit->_CurrentCombine->_NumArgsA;
307 GLuint RGBshift = texUnit->_CurrentCombine->ScaleShiftRGB;
308 GLuint Ashift = texUnit->_CurrentCombine->ScaleShiftA;
315 const GLint op = texUnit->_CurrentCombine->OperandRGB[i] - GL_SRC_COLOR;
316 const GLuint srcRGBi = texUnit->_CurrentCombine->SourceRGB[i];
360 const GLint op = texUnit->_CurrentCombine->OperandA[i] - GL_SRC_ALPHA;
361 const GLuint srcAi = texUnit->_CurrentCombine->SourceA[i];
404 switch ( texUnit->_CurrentCombine->ModeRGB ) {
470 if ( (texUnit->_CurrentCombine
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
H A Dnv04_state_frag.c67 ctx->Texture.Unit[i]._CurrentCombine; \
H A Dnv10_state_frag.c83 ctx->Texture.Unit[i]._CurrentCombine; \
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dtexstate.c397 /* Set the texUnit->_CurrentCombine field to point to the user's combiner
403 texUnit->_CurrentCombine = & texUnit->Combine;
413 texUnit->_CurrentCombine = & texUnit->_EnvMode;
416 combine = texUnit->_CurrentCombine;
758 texUnit->_CurrentCombine = & texUnit->_EnvMode;
H A Dff_fragment_shader.cpp431 const struct gl_tex_env_combine_state *comb = texUnit->_CurrentCombine;
H A Dmtypes.h1422 struct gl_tex_env_combine_state *_CurrentCombine; member in struct:gl_texture_unit
/external/mesa3d/src/mesa/drivers/dri/nouveau/
H A Dnv04_state_frag.c67 ctx->Texture.Unit[i]._CurrentCombine; \
H A Dnv10_state_frag.c83 ctx->Texture.Unit[i]._CurrentCombine; \
/external/mesa3d/src/mesa/main/
H A Dtexstate.c397 /* Set the texUnit->_CurrentCombine field to point to the user's combiner
403 texUnit->_CurrentCombine = & texUnit->Combine;
413 texUnit->_CurrentCombine = & texUnit->_EnvMode;
416 combine = texUnit->_CurrentCombine;
758 texUnit->_CurrentCombine = & texUnit->_EnvMode;
H A Dff_fragment_shader.cpp431 const struct gl_tex_env_combine_state *comb = texUnit->_CurrentCombine;
H A Dmtypes.h1422 struct gl_tex_env_combine_state *_CurrentCombine; member in struct:gl_texture_unit
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
H A Di830_texblend.c116 * settings. Since \c gl_texture_unit::_CurrentCombine is used, both
401 tmp_sz = i830SetTexEnvCombine(i830, texUnit->_CurrentCombine, blendUnit,
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Di830_texblend.c116 * settings. Since \c gl_texture_unit::_CurrentCombine is used, both
401 tmp_sz = i830SetTexEnvCombine(i830, texUnit->_CurrentCombine, blendUnit,
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
H A Ds_texcombine.c96 const struct gl_tex_env_combine_state *combine = textureUnit->_CurrentCombine;
657 texUnit->_CurrentCombine->ModeRGB == GL_BUMP_ENVMAP_ATI) {
723 texUnit->_CurrentCombine->ModeRGB != GL_BUMP_ENVMAP_ATI) {
H A Ds_context.c194 ctx->Texture.Unit[i]._CurrentCombine;
/external/mesa3d/src/mesa/swrast/
H A Ds_texcombine.c88 const struct gl_tex_env_combine_state *combine = textureUnit->_CurrentCombine;
649 texUnit->_CurrentCombine->ModeRGB == GL_BUMP_ENVMAP_ATI) {
715 texUnit->_CurrentCombine->ModeRGB != GL_BUMP_ENVMAP_ATI) {
H A Ds_context.c194 ctx->Texture.Unit[i]._CurrentCombine;

Completed in 898 milliseconds