Searched refs:ColorMaskIndexed (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/mesa/drivers/common/ |
D | driverfuncs.c | 237 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/ |
D | blend.c | 771 if (ctx->Driver.ColorMaskIndexed) in _mesa_ColorMaskIndexed() 772 ctx->Driver.ColorMaskIndexed(ctx, buf, red, green, blue, alpha); in _mesa_ColorMaskIndexed()
|
D | dd.h | 458 void (*ColorMaskIndexed)(struct gl_context *ctx, GLuint buf, GLboolean rmask, member
|