Home
last modified time | relevance | path

Searched refs:ColorMaskIndexed (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/mesa/drivers/common/
Ddriverfuncs.c237 if (ctx->Driver.ColorMaskIndexed) { in _mesa_init_driver_state()
240 ctx->Driver.ColorMaskIndexed(ctx, i, in _mesa_init_driver_state()
/external/mesa3d/src/mesa/main/
Dblend.c771 if (ctx->Driver.ColorMaskIndexed) in _mesa_ColorMaskIndexed()
772 ctx->Driver.ColorMaskIndexed(ctx, buf, red, green, blue, alpha); in _mesa_ColorMaskIndexed()
Ddd.h458 void (*ColorMaskIndexed)(struct gl_context *ctx, GLuint buf, GLboolean rmask, member