Searched refs:make_color_buffer_mask (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dclear.c238 /** Returned by make_color_buffer_mask() for errors */
248 make_color_buffer_mask(struct gl_context *ctx, GLint drawbuffer) function
346 const GLbitfield mask = make_color_buffer_mask(ctx, drawbuffer);
412 const GLbitfield mask = make_color_buffer_mask(ctx, drawbuffer);
510 const GLbitfield mask = make_color_buffer_mask(ctx, drawbuffer);
/external/mesa3d/src/mesa/main/
H A Dclear.c238 /** Returned by make_color_buffer_mask() for errors */
248 make_color_buffer_mask(struct gl_context *ctx, GLint drawbuffer) function
346 const GLbitfield mask = make_color_buffer_mask(ctx, drawbuffer);
412 const GLbitfield mask = make_color_buffer_mask(ctx, drawbuffer);
510 const GLbitfield mask = make_color_buffer_mask(ctx, drawbuffer);

Completed in 112 milliseconds