Home
last modified time | relevance | path

Searched refs:DrawBuffer (Results 1 – 16 of 16) sorted by relevance

/reactos/dll/opengl/mesa/
H A Dalphabuf.c95 if (ctx->Color.DrawBuffer==GL_FRONT) { in gl_alloc_alpha_buffers()
98 if (ctx->Color.DrawBuffer==GL_BACK) { in gl_alloc_alpha_buffers()
118 && ( ctx->Color.DrawBuffer==GL_FRONT in gl_clear_alpha_buffers()
119 || ctx->Color.DrawBuffer==GL_FRONT_AND_BACK) in gl_clear_alpha_buffers()
124 && ( ctx->Color.DrawBuffer==GL_BACK in gl_clear_alpha_buffers()
125 || ctx->Color.DrawBuffer==GL_FRONT_AND_BACK) in gl_clear_alpha_buffers()
H A Dmisc.c422 ctx->Color.DrawBuffer = mode; in gl_DrawBuffer()
432 ctx->Color.DrawBuffer = mode; in gl_DrawBuffer()
437 ctx->Color.DrawBuffer = mode; in gl_DrawBuffer()
494 (void) (*ctx->Driver.SetBuffer)( ctx, ctx->Color.DrawBuffer ); in gl_ReadBuffer()
H A Dcopypix.c125 setbuffer = ctx->Pixel.ReadBuffer!=ctx->Color.DrawBuffer; in copy_rgb_pixels()
175 (*ctx->Driver.SetBuffer)( ctx, ctx->Color.DrawBuffer ); in copy_rgb_pixels()
239 setbuffer = ctx->Pixel.ReadBuffer!=ctx->Color.DrawBuffer; in copy_ci_pixels()
275 (*ctx->Driver.SetBuffer)( ctx, ctx->Color.DrawBuffer ); in copy_ci_pixels()
H A Dattrib.c389 oldDrawBuffer = ctx->Color.DrawBuffer; in gl_PopAttrib()
392 if (ctx->Color.DrawBuffer != oldDrawBuffer) { in gl_PopAttrib()
393 gl_DrawBuffer(ctx, ctx->Color.DrawBuffer); in gl_PopAttrib()
H A Daccum.c204 (void) (*ctx->Driver.SetBuffer)( ctx, ctx->Color.DrawBuffer ); in gl_Accum()
236 (void) (*ctx->Driver.SetBuffer)( ctx, ctx->Color.DrawBuffer ); in gl_Accum()
H A Dcontext.c606 ctx->Color.DrawBuffer = GL_FRONT; in initialize_context()
1153 ctx->Color.DrawBuffer = GL_BACK; in gl_create_context()
1157 ctx->Color.DrawBuffer = GL_FRONT; in gl_create_context()
1678 if (ctx->Color.DrawBuffer==GL_FRONT_AND_BACK) { in update_rasterflags()
1683 if (ctx->Color.DrawBuffer==GL_NONE) { in update_rasterflags()
H A Dpointers.c206 table->DrawBuffer = gl_DrawBuffer; in init_exec_pointers()
391 table->DrawBuffer = gl_save_DrawBuffer; in init_dlist_pointers()
H A Dtypes.h364 void (*DrawBuffer)( GLcontext *, GLenum ); member
630 GLenum DrawBuffer; /* Which buffer to draw into */ member
H A Dget.c301 *params = ENUM_TO_BOOL(ctx->Color.DrawBuffer); in gl_GetBooleanv()
1064 *params = ENUM_TO_DOUBLE(ctx->Color.DrawBuffer); in gl_GetDoublev()
1826 *params = ENUM_TO_FLOAT(ctx->Color.DrawBuffer); in gl_GetFloatv()
2592 *params = (GLint) ctx->Color.DrawBuffer; in gl_GetIntegerv()
H A Dreadpix.c1098 (void) (*ctx->Driver.SetBuffer)(ctx, ctx->Color.DrawBuffer); in gl_ReadPixels()
H A Dteximage.c1591 (void) (*ctx->Driver.SetBuffer)( ctx, ctx->Color.DrawBuffer ); in read_color_image()
H A Dapi.c588 (*CC->API.DrawBuffer)(CC, mode); in _mesa_DrawBuffer()
H A Ddlist.c1244 (*ctx->Exec.DrawBuffer)( ctx, mode ); in gl_save_DrawBuffer()
/reactos/dll/opengl/opengl32/
H A Dglapi_x86.s106 USE_GL_FUNC DrawBuffer, 202, 4
H A Dicd.h216 void (GLAPIENTRY * DrawBuffer)(GLenum);
H A Dglfuncs.h213 USE_GL_FUNC(DrawBuffer, (GLenum mode), (mode), 202, 4)