Searched defs:blendUnit (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
H A Di830_texblend.c46 pass_through(GLuint * state, GLuint blendUnit) argument
48 state[0] = (_3DSTATE_MAP_BLEND_OP_CMD(blendUnit) |
54 state[1] = (_3DSTATE_MAP_BLEND_OP_CMD(blendUnit) |
59 state[2] = (_3DSTATE_MAP_BLEND_ARG_CMD(blendUnit) |
63 state[3] = (_3DSTATE_MAP_BLEND_ARG_CMD(blendUnit) |
72 emit_factor(GLuint blendUnit, GLuint * state, GLuint count, argument
80 blendUnit, factor[0], factor[1], factor[2], factor[3]);
89 state[count++] = _3DSTATE_COLOR_FACTOR_N_CMD(blendUnit);
135 GLint blendUnit,
215 return pass_through(state, blendUnit);
133 i830SetTexEnvCombine(struct i830_context * i830, const struct gl_tex_env_combine_state * combine, GLint blendUnit, GLuint texel_op, GLuint * state, const GLfloat * factor) argument
389 emit_texblend(struct i830_context *i830, GLuint unit, GLuint blendUnit, bool last_stage) argument
[all...]
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Di830_texblend.c46 pass_through(GLuint * state, GLuint blendUnit) argument
48 state[0] = (_3DSTATE_MAP_BLEND_OP_CMD(blendUnit) |
54 state[1] = (_3DSTATE_MAP_BLEND_OP_CMD(blendUnit) |
59 state[2] = (_3DSTATE_MAP_BLEND_ARG_CMD(blendUnit) |
63 state[3] = (_3DSTATE_MAP_BLEND_ARG_CMD(blendUnit) |
72 emit_factor(GLuint blendUnit, GLuint * state, GLuint count, argument
80 blendUnit, factor[0], factor[1], factor[2], factor[3]);
89 state[count++] = _3DSTATE_COLOR_FACTOR_N_CMD(blendUnit);
135 GLint blendUnit,
215 return pass_through(state, blendUnit);
133 i830SetTexEnvCombine(struct i830_context * i830, const struct gl_tex_env_combine_state * combine, GLint blendUnit, GLuint texel_op, GLuint * state, const GLfloat * factor) argument
389 emit_texblend(struct i830_context *i830, GLuint unit, GLuint blendUnit, bool last_stage) argument
[all...]

Completed in 121 milliseconds