Home
last modified time | relevance | path

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

/reactos/dll/opengl/mesa/
H A Dpb.c236 (*ctx->Driver.WriteColorPixels)( ctx, PB->count, PB->x, PB->y, in gl_flush_pb()
257 (*ctx->Driver.WriteColorPixels)( ctx, PB->count, PB->x, PB->y, in gl_flush_pb()
H A Ddd.h237 void (*WriteColorPixels)( GLcontext *ctx, member
/reactos/dll/opengl/opengl32/
H A Dswimpl.c1327 ctx->Driver.WriteColorPixels = write_color_pixels_##__bpp; \ in setup_DD_pointers()
1348 ctx->Driver.WriteColorPixels = write_color_pixels_32; in setup_DD_pointers()