Home
last modified time | relevance | path

Searched refs:RasterColor (Results 1 – 25 of 127) sorted by relevance

123456

/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/apbs/externals/fetk/sg/src/gl/
H A Dbitmap.c72 r = (GLint) (ctx->Current.RasterColor[0] * ctx->Visual->RedScale); in gl_render_bitmap()
73 g = (GLint) (ctx->Current.RasterColor[1] * ctx->Visual->GreenScale); in gl_render_bitmap()
74 b = (GLint) (ctx->Current.RasterColor[2] * ctx->Visual->BlueScale); in gl_render_bitmap()
75 a = (GLint) (ctx->Current.RasterColor[3] * ctx->Visual->AlphaScale); in gl_render_bitmap()
H A Ddraw.c1638 ctx->Current.RasterColor[0] = color[0] * ctx->Visual->InvRedScale; in gl_RasterPos4f()
1639 ctx->Current.RasterColor[1] = color[1] * ctx->Visual->InvGreenScale; in gl_RasterPos4f()
1640 ctx->Current.RasterColor[2] = color[2] * ctx->Visual->InvBlueScale; in gl_RasterPos4f()
1641 ctx->Current.RasterColor[3] = color[3] * ctx->Visual->InvAlphaScale; in gl_RasterPos4f()
1652 ctx->Current.RasterColor[0] = ctx->Current.IntColor[0] in gl_RasterPos4f()
1654 ctx->Current.RasterColor[1] = ctx->Current.IntColor[1] in gl_RasterPos4f()
1656 ctx->Current.RasterColor[2] = ctx->Current.IntColor[2] in gl_RasterPos4f()
1658 ctx->Current.RasterColor[3] = ctx->Current.IntColor[3] in gl_RasterPos4f()
1740 ctx->Current.RasterColor[0] = (GLfloat) color[0] * ctx->Visual->InvRedScale; in gl_windowpos()
1741 ctx->Current.RasterColor[1] = (GLfloat) color[1] * ctx->Visual->InvGreenScale; in gl_windowpos()
[all …]
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/mesa/main/
H A Ddrawpix.c173 ctx->Current.RasterColor, in _mesa_DrawPixels()
279 ctx->Current.RasterColor, in _mesa_CopyPixels()
355 ctx->Current.RasterColor, in _mesa_Bitmap()
H A Drastpos.c487 ctx->Current.RasterColor, in _mesa_RasterPos()
492 COPY_4FV(ctx->Current.RasterColor, in _mesa_RasterPos()
728 ctx->Current.RasterColor[0] in window_pos3f()
730 ctx->Current.RasterColor[1] in window_pos3f()
732 ctx->Current.RasterColor[2] in window_pos3f()
734 ctx->Current.RasterColor[3] in window_pos3f()
977 ASSIGN_4V( ctx->Current.RasterColor, 1.0, 1.0, 1.0, 1.0 ); in _mesa_init_rastpos()
/dports/lang/clover/mesa-21.3.6/src/mesa/main/
H A Ddrawpix.c179 ctx->Current.RasterColor, in _mesa_DrawPixels()
300 ctx->Current.RasterColor, in _mesa_CopyPixels()
380 ctx->Current.RasterColor, in _mesa_Bitmap()
H A Drastpos.c493 ctx->Current.RasterColor, in _mesa_RasterPos()
498 COPY_4FV(ctx->Current.RasterColor, in _mesa_RasterPos()
734 ctx->Current.RasterColor[0] in window_pos3f()
736 ctx->Current.RasterColor[1] in window_pos3f()
738 ctx->Current.RasterColor[2] in window_pos3f()
740 ctx->Current.RasterColor[3] in window_pos3f()
983 ASSIGN_4V( ctx->Current.RasterColor, 1.0, 1.0, 1.0, 1.0 ); in _mesa_init_rastpos()
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/mesa/main/
H A Ddrawpix.c179 ctx->Current.RasterColor, in _mesa_DrawPixels()
300 ctx->Current.RasterColor, in _mesa_CopyPixels()
380 ctx->Current.RasterColor, in _mesa_Bitmap()
H A Drastpos.c493 ctx->Current.RasterColor, in _mesa_RasterPos()
498 COPY_4FV(ctx->Current.RasterColor, in _mesa_RasterPos()
734 ctx->Current.RasterColor[0] in window_pos3f()
736 ctx->Current.RasterColor[1] in window_pos3f()
738 ctx->Current.RasterColor[2] in window_pos3f()
740 ctx->Current.RasterColor[3] in window_pos3f()
983 ASSIGN_4V( ctx->Current.RasterColor, 1.0, 1.0, 1.0, 1.0 ); in _mesa_init_rastpos()
/dports/graphics/libosmesa/mesa-21.3.6/src/mesa/main/
H A Ddrawpix.c179 ctx->Current.RasterColor, in _mesa_DrawPixels()
300 ctx->Current.RasterColor, in _mesa_CopyPixels()
380 ctx->Current.RasterColor, in _mesa_Bitmap()
H A Drastpos.c493 ctx->Current.RasterColor, in _mesa_RasterPos()
498 COPY_4FV(ctx->Current.RasterColor, in _mesa_RasterPos()
734 ctx->Current.RasterColor[0] in window_pos3f()
736 ctx->Current.RasterColor[1] in window_pos3f()
738 ctx->Current.RasterColor[2] in window_pos3f()
740 ctx->Current.RasterColor[3] in window_pos3f()
983 ASSIGN_4V( ctx->Current.RasterColor, 1.0, 1.0, 1.0, 1.0 ); in _mesa_init_rastpos()
/dports/graphics/mesa-libs/mesa-21.3.6/src/mesa/main/
H A Ddrawpix.c179 ctx->Current.RasterColor, in _mesa_DrawPixels()
300 ctx->Current.RasterColor, in _mesa_CopyPixels()
380 ctx->Current.RasterColor, in _mesa_Bitmap()
H A Drastpos.c493 ctx->Current.RasterColor, in _mesa_RasterPos()
498 COPY_4FV(ctx->Current.RasterColor, in _mesa_RasterPos()
734 ctx->Current.RasterColor[0] in window_pos3f()
736 ctx->Current.RasterColor[1] in window_pos3f()
738 ctx->Current.RasterColor[2] in window_pos3f()
740 ctx->Current.RasterColor[3] in window_pos3f()
983 ASSIGN_4V( ctx->Current.RasterColor, 1.0, 1.0, 1.0, 1.0 ); in _mesa_init_rastpos()
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/mesa/main/
H A Ddrawpix.c179 ctx->Current.RasterColor, in _mesa_DrawPixels()
300 ctx->Current.RasterColor, in _mesa_CopyPixels()
380 ctx->Current.RasterColor, in _mesa_Bitmap()
H A Drastpos.c493 ctx->Current.RasterColor, in _mesa_RasterPos()
498 COPY_4FV(ctx->Current.RasterColor, in _mesa_RasterPos()
734 ctx->Current.RasterColor[0] in window_pos3f()
736 ctx->Current.RasterColor[1] in window_pos3f()
738 ctx->Current.RasterColor[2] in window_pos3f()
740 ctx->Current.RasterColor[3] in window_pos3f()
983 ASSIGN_4V( ctx->Current.RasterColor, 1.0, 1.0, 1.0, 1.0 ); in _mesa_init_rastpos()
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/mesa/main/
H A Ddrawpix.c179 ctx->Current.RasterColor, in _mesa_DrawPixels()
300 ctx->Current.RasterColor, in _mesa_CopyPixels()
380 ctx->Current.RasterColor, in _mesa_Bitmap()
H A Drastpos.c493 ctx->Current.RasterColor, in _mesa_RasterPos()
498 COPY_4FV(ctx->Current.RasterColor, in _mesa_RasterPos()
734 ctx->Current.RasterColor[0] in window_pos3f()
736 ctx->Current.RasterColor[1] in window_pos3f()
738 ctx->Current.RasterColor[2] in window_pos3f()
740 ctx->Current.RasterColor[3] in window_pos3f()
983 ASSIGN_4V( ctx->Current.RasterColor, 1.0, 1.0, 1.0, 1.0 ); in _mesa_init_rastpos()
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/mesa/main/
H A Ddrawpix.c179 ctx->Current.RasterColor, in _mesa_DrawPixels()
300 ctx->Current.RasterColor, in _mesa_CopyPixels()
380 ctx->Current.RasterColor, in _mesa_Bitmap()
H A Drastpos.c493 ctx->Current.RasterColor, in _mesa_RasterPos()
498 COPY_4FV(ctx->Current.RasterColor, in _mesa_RasterPos()
734 ctx->Current.RasterColor[0] in window_pos3f()
736 ctx->Current.RasterColor[1] in window_pos3f()
738 ctx->Current.RasterColor[2] in window_pos3f()
740 ctx->Current.RasterColor[3] in window_pos3f()
983 ASSIGN_4V( ctx->Current.RasterColor, 1.0, 1.0, 1.0, 1.0 ); in _mesa_init_rastpos()
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/mesa/main/
H A Ddrawpix.c179 ctx->Current.RasterColor, in _mesa_DrawPixels()
300 ctx->Current.RasterColor, in _mesa_CopyPixels()
380 ctx->Current.RasterColor, in _mesa_Bitmap()
H A Drastpos.c493 ctx->Current.RasterColor, in _mesa_RasterPos()
498 COPY_4FV(ctx->Current.RasterColor, in _mesa_RasterPos()
734 ctx->Current.RasterColor[0] in window_pos3f()
736 ctx->Current.RasterColor[1] in window_pos3f()
738 ctx->Current.RasterColor[2] in window_pos3f()
740 ctx->Current.RasterColor[3] in window_pos3f()
983 ASSIGN_4V( ctx->Current.RasterColor, 1.0, 1.0, 1.0, 1.0 ); in _mesa_init_rastpos()
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/mesa/main/
H A Ddrawpix.c181 ctx->Current.RasterColor, in _mesa_DrawPixels()
302 ctx->Current.RasterColor, in _mesa_CopyPixels()
382 ctx->Current.RasterColor, in _mesa_Bitmap()
H A Drastpos.c495 ctx->Current.RasterColor, in _mesa_RasterPos()
500 COPY_4FV(ctx->Current.RasterColor, in _mesa_RasterPos()
736 ctx->Current.RasterColor[0] in window_pos3f()
738 ctx->Current.RasterColor[1] in window_pos3f()
740 ctx->Current.RasterColor[2] in window_pos3f()
742 ctx->Current.RasterColor[3] in window_pos3f()
985 ASSIGN_4V( ctx->Current.RasterColor, 1.0, 1.0, 1.0, 1.0 ); in _mesa_init_rastpos()
/dports/graphics/mesa-dri/mesa-21.3.6/src/mesa/main/
H A Ddrawpix.c179 ctx->Current.RasterColor, in _mesa_DrawPixels()
300 ctx->Current.RasterColor, in _mesa_CopyPixels()
380 ctx->Current.RasterColor, in _mesa_Bitmap()
H A Drastpos.c493 ctx->Current.RasterColor, in _mesa_RasterPos()
498 COPY_4FV(ctx->Current.RasterColor, in _mesa_RasterPos()
734 ctx->Current.RasterColor[0] in window_pos3f()
736 ctx->Current.RasterColor[1] in window_pos3f()
738 ctx->Current.RasterColor[2] in window_pos3f()
740 ctx->Current.RasterColor[3] in window_pos3f()
983 ASSIGN_4V( ctx->Current.RasterColor, 1.0, 1.0, 1.0, 1.0 ); in _mesa_init_rastpos()
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/mesa/state_tracker/
H A Dst_cb_bitmap.c488 !TEST_EQ_4V(ctx->Current.RasterColor, cache->color) || in accum_bitmap()
506 COPY_4FV(cache->color, ctx->Current.RasterColor); in accum_bitmap()
638 width, height, sv, ctx->Current.RasterColor); in st_Bitmap()
661 const float *color = ctx->Current.RasterColor; in st_DrawAtlasBitmaps()

123456