Home
last modified time | relevance | path

Searched refs:copypix (Results 1 – 25 of 26) sorted by relevance

12

/dports/math/abs/abs-src-0.908/Kernel/
H A Dmain.c533 copypix ("makeformat"); in makeformat()
552 copypix ("makejust"); in makejust()
583 copypix ("makefont"); in makefont()
685 copypix ("border"); in border()
782 copypix ("makecolor"); in makecolor()
808 copypix ("copyd"); in copyd()
833 copypix ("copyr"); in copyr()
884 copypix ("insertline"); in insertline()
987 copypix ("delline"); in delline()
1048 copypix ("delcolumn"); in delcolumn()
[all …]
H A Dcallback.c299 copypix ("setcursor:after xdrawcursor"); in setcursor()
357 copypix ("movecursor:after xdrawcursor"); in movecursor()
1084 copypix ("cb_btn1down:redrawbtdown"); in cb_DocBtn1Down()
1251 copypix ("cb_btn1motion: StChart: CMOVE"); in cb_DocBtn1Motion()
1680 copypix ("cb_docbtn1up: after redrawbtup"); in cb_DocBtn1Up()
1881 copypix ("cb_docbtn1up: extend select"); in cb_DocBtn1Up()
2088 copypix ("BtnCancel:after xdrawcursor"); in cb_BtnCancel()
2463 copypix ("drplot: newchart"); in drplot()
2759 copypix ("drawselect:after xdrawcursor"); in drawselect()
2952 copypix ("xrepaint: after redrawbtn"); in xrepaint()
[all …]
H A Dcallback.h160 void copypix (char *message);
H A Dsheetdrawer.c702 copypix ("extendselectbox"); in extendselectbox()
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/apbs/externals/fetk/sg/src/gl/
H A Ddepend24 copypix.o: context.h types.h ../include/GL/gl.h config.h fixed.h dd.h
25 copypix.o: copypix.h depth.h feedback.h dlist.h macros.h pixel.h span.h
26 copypix.o: stencil.h
30 dlist.o: attrib.h bitmap.h blend.h clip.h context.h copypix.h depth.h draw.h
74 pointers.o: attrib.h bitmap.h blend.h clip.h context.h copypix.h depth.h
H A DMakefile.am42 …uf.c api.c attrib.c bitmap.c blend.c bresenhm.c clip.c cmesa.c context.c copypix.c depth.c dlist.c…
H A DMakefile.in73 copypix.lo depth.lo dlist.lo draw.lo drawpix.lo enable.lo \
300 …uf.c api.c attrib.c bitmap.c blend.c bresenhm.c clip.c cmesa.c context.c copypix.c depth.c dlist.c…
/dports/graphics/glx-utils/demos-5435fc7fbd332e171da9a71e33a9b190e9462cf0/src/demos/
H A D.gitignore7 copypix
H A DMakefile.am42 copypix \ program
/dports/graphics/mesa-demos/mesa-demos-8.4.0/src/demos/
H A DMakefile.am41 copypix \ program
H A DMakefile.in118 @HAVE_GLUT_TRUE@ copypix$(EXEEXT) cubemap$(EXEEXT) \
178 copypix_SOURCES = copypix.c
179 copypix_OBJECTS = copypix.$(OBJEXT)
360 bounce.c clearspd.c copypix.c cubemap.c cuberender.c \
371 bounce.c clearspd.c copypix.c cubemap.c cuberender.c \
710 copypix$(EXEEXT): $(copypix_OBJECTS) $(copypix_DEPENDENCIES) $(EXTRA_copypix_DEPENDENCIES)
711 @rm -f copypix$(EXEEXT)
918 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/copypix.Po@am__quote@
/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client/tests/spec2k/177.mesa/
H A DMakefile13 src/copypix.c \
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/mesa/drivers/common/
H A Dmeta.c109 struct copypix_state *copypix);
1559 meta_copypix_cleanup(struct gl_context *ctx, struct copypix_state *copypix) in meta_copypix_cleanup() argument
1561 if (copypix->VAO == 0) in meta_copypix_cleanup()
1563 _mesa_DeleteVertexArrays(1, &copypix->VAO); in meta_copypix_cleanup()
1564 copypix->VAO = 0; in meta_copypix_cleanup()
1565 _mesa_reference_buffer_object(ctx, &copypix->buf_obj, NULL); in meta_copypix_cleanup()
1817 struct copypix_state *copypix = &ctx->Meta->CopyPix; in _mesa_meta_CopyPixels() local
1842 _mesa_meta_setup_vertex_objects(ctx, &copypix->VAO, &copypix->buf_obj, false, in _mesa_meta_CopyPixels()
1882 _mesa_buffer_sub_data(ctx, copypix->buf_obj, 0, sizeof(verts), verts); in _mesa_meta_CopyPixels()
/dports/lang/clover/mesa-21.3.6/src/mesa/drivers/common/
H A Dmeta.c109 struct copypix_state *copypix);
1559 meta_copypix_cleanup(struct gl_context *ctx, struct copypix_state *copypix) in meta_copypix_cleanup() argument
1561 if (copypix->VAO == 0) in meta_copypix_cleanup()
1563 _mesa_DeleteVertexArrays(1, &copypix->VAO); in meta_copypix_cleanup()
1564 copypix->VAO = 0; in meta_copypix_cleanup()
1565 _mesa_reference_buffer_object(ctx, &copypix->buf_obj, NULL); in meta_copypix_cleanup()
1817 struct copypix_state *copypix = &ctx->Meta->CopyPix; in _mesa_meta_CopyPixels() local
1842 _mesa_meta_setup_vertex_objects(ctx, &copypix->VAO, &copypix->buf_obj, false, in _mesa_meta_CopyPixels()
1882 _mesa_buffer_sub_data(ctx, copypix->buf_obj, 0, sizeof(verts), verts); in _mesa_meta_CopyPixels()
/dports/graphics/libosmesa/mesa-21.3.6/src/mesa/drivers/common/
H A Dmeta.c109 struct copypix_state *copypix);
1559 meta_copypix_cleanup(struct gl_context *ctx, struct copypix_state *copypix) in meta_copypix_cleanup() argument
1561 if (copypix->VAO == 0) in meta_copypix_cleanup()
1563 _mesa_DeleteVertexArrays(1, &copypix->VAO); in meta_copypix_cleanup()
1564 copypix->VAO = 0; in meta_copypix_cleanup()
1565 _mesa_reference_buffer_object(ctx, &copypix->buf_obj, NULL); in meta_copypix_cleanup()
1817 struct copypix_state *copypix = &ctx->Meta->CopyPix; in _mesa_meta_CopyPixels() local
1842 _mesa_meta_setup_vertex_objects(ctx, &copypix->VAO, &copypix->buf_obj, false, in _mesa_meta_CopyPixels()
1882 _mesa_buffer_sub_data(ctx, copypix->buf_obj, 0, sizeof(verts), verts); in _mesa_meta_CopyPixels()
/dports/graphics/mesa-libs/mesa-21.3.6/src/mesa/drivers/common/
H A Dmeta.c109 struct copypix_state *copypix);
1559 meta_copypix_cleanup(struct gl_context *ctx, struct copypix_state *copypix) in meta_copypix_cleanup() argument
1561 if (copypix->VAO == 0) in meta_copypix_cleanup()
1563 _mesa_DeleteVertexArrays(1, &copypix->VAO); in meta_copypix_cleanup()
1564 copypix->VAO = 0; in meta_copypix_cleanup()
1565 _mesa_reference_buffer_object(ctx, &copypix->buf_obj, NULL); in meta_copypix_cleanup()
1817 struct copypix_state *copypix = &ctx->Meta->CopyPix; in _mesa_meta_CopyPixels() local
1842 _mesa_meta_setup_vertex_objects(ctx, &copypix->VAO, &copypix->buf_obj, false, in _mesa_meta_CopyPixels()
1882 _mesa_buffer_sub_data(ctx, copypix->buf_obj, 0, sizeof(verts), verts); in _mesa_meta_CopyPixels()
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/mesa/drivers/common/
H A Dmeta.c108 struct copypix_state *copypix);
1557 meta_copypix_cleanup(struct gl_context *ctx, struct copypix_state *copypix) in meta_copypix_cleanup() argument
1559 if (copypix->VAO == 0) in meta_copypix_cleanup()
1561 _mesa_DeleteVertexArrays(1, &copypix->VAO); in meta_copypix_cleanup()
1562 copypix->VAO = 0; in meta_copypix_cleanup()
1563 _mesa_reference_buffer_object(ctx, &copypix->buf_obj, NULL); in meta_copypix_cleanup()
1815 struct copypix_state *copypix = &ctx->Meta->CopyPix; in _mesa_meta_CopyPixels() local
1840 _mesa_meta_setup_vertex_objects(ctx, &copypix->VAO, &copypix->buf_obj, false, in _mesa_meta_CopyPixels()
1880 _mesa_buffer_sub_data(ctx, copypix->buf_obj, 0, sizeof(verts), verts); in _mesa_meta_CopyPixels()
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/mesa/drivers/common/
H A Dmeta.c109 struct copypix_state *copypix);
1559 meta_copypix_cleanup(struct gl_context *ctx, struct copypix_state *copypix) in meta_copypix_cleanup() argument
1561 if (copypix->VAO == 0) in meta_copypix_cleanup()
1563 _mesa_DeleteVertexArrays(1, &copypix->VAO); in meta_copypix_cleanup()
1564 copypix->VAO = 0; in meta_copypix_cleanup()
1565 _mesa_reference_buffer_object(ctx, &copypix->buf_obj, NULL); in meta_copypix_cleanup()
1817 struct copypix_state *copypix = &ctx->Meta->CopyPix; in _mesa_meta_CopyPixels() local
1842 _mesa_meta_setup_vertex_objects(ctx, &copypix->VAO, &copypix->buf_obj, false, in _mesa_meta_CopyPixels()
1882 _mesa_buffer_sub_data(ctx, copypix->buf_obj, 0, sizeof(verts), verts); in _mesa_meta_CopyPixels()
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/mesa/drivers/common/
H A Dmeta.c109 struct copypix_state *copypix);
1559 meta_copypix_cleanup(struct gl_context *ctx, struct copypix_state *copypix) in meta_copypix_cleanup() argument
1561 if (copypix->VAO == 0) in meta_copypix_cleanup()
1563 _mesa_DeleteVertexArrays(1, &copypix->VAO); in meta_copypix_cleanup()
1564 copypix->VAO = 0; in meta_copypix_cleanup()
1565 _mesa_reference_buffer_object(ctx, &copypix->buf_obj, NULL); in meta_copypix_cleanup()
1817 struct copypix_state *copypix = &ctx->Meta->CopyPix; in _mesa_meta_CopyPixels() local
1842 _mesa_meta_setup_vertex_objects(ctx, &copypix->VAO, &copypix->buf_obj, false, in _mesa_meta_CopyPixels()
1882 _mesa_buffer_sub_data(ctx, copypix->buf_obj, 0, sizeof(verts), verts); in _mesa_meta_CopyPixels()
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/mesa/drivers/common/
H A Dmeta.c109 struct copypix_state *copypix);
1559 meta_copypix_cleanup(struct gl_context *ctx, struct copypix_state *copypix) in meta_copypix_cleanup() argument
1561 if (copypix->VAO == 0) in meta_copypix_cleanup()
1563 _mesa_DeleteVertexArrays(1, &copypix->VAO); in meta_copypix_cleanup()
1564 copypix->VAO = 0; in meta_copypix_cleanup()
1565 _mesa_reference_buffer_object(ctx, &copypix->buf_obj, NULL); in meta_copypix_cleanup()
1817 struct copypix_state *copypix = &ctx->Meta->CopyPix; in _mesa_meta_CopyPixels() local
1842 _mesa_meta_setup_vertex_objects(ctx, &copypix->VAO, &copypix->buf_obj, false, in _mesa_meta_CopyPixels()
1882 _mesa_buffer_sub_data(ctx, copypix->buf_obj, 0, sizeof(verts), verts); in _mesa_meta_CopyPixels()
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/mesa/drivers/common/
H A Dmeta.c109 struct copypix_state *copypix);
1559 meta_copypix_cleanup(struct gl_context *ctx, struct copypix_state *copypix) in meta_copypix_cleanup() argument
1561 if (copypix->VAO == 0) in meta_copypix_cleanup()
1563 _mesa_DeleteVertexArrays(1, &copypix->VAO); in meta_copypix_cleanup()
1564 copypix->VAO = 0; in meta_copypix_cleanup()
1565 _mesa_reference_buffer_object(ctx, &copypix->buf_obj, NULL); in meta_copypix_cleanup()
1817 struct copypix_state *copypix = &ctx->Meta->CopyPix; in _mesa_meta_CopyPixels() local
1842 _mesa_meta_setup_vertex_objects(ctx, &copypix->VAO, &copypix->buf_obj, false, in _mesa_meta_CopyPixels()
1882 _mesa_buffer_sub_data(ctx, copypix->buf_obj, 0, sizeof(verts), verts); in _mesa_meta_CopyPixels()
/dports/graphics/mesa-dri/mesa-21.3.6/src/mesa/drivers/common/
H A Dmeta.c109 struct copypix_state *copypix);
1559 meta_copypix_cleanup(struct gl_context *ctx, struct copypix_state *copypix) in meta_copypix_cleanup() argument
1561 if (copypix->VAO == 0) in meta_copypix_cleanup()
1563 _mesa_DeleteVertexArrays(1, &copypix->VAO); in meta_copypix_cleanup()
1564 copypix->VAO = 0; in meta_copypix_cleanup()
1565 _mesa_reference_buffer_object(ctx, &copypix->buf_obj, NULL); in meta_copypix_cleanup()
1817 struct copypix_state *copypix = &ctx->Meta->CopyPix; in _mesa_meta_CopyPixels() local
1842 _mesa_meta_setup_vertex_objects(ctx, &copypix->VAO, &copypix->buf_obj, false, in _mesa_meta_CopyPixels()
1882 _mesa_buffer_sub_data(ctx, copypix->buf_obj, 0, sizeof(verts), verts); in _mesa_meta_CopyPixels()
/dports/x11-toolkits/movingmotif/movingmotif-2.3.0/src/
H A DWhistspectr.c93 static void copypix();
116 static void copypix (XwHistspectrWidget cw );
899 copypix(cw ); in Redisplay()
1360 static void copypix(XwHistspectrWidget cw ){ in copypix() function
1714 copypix(cw ); in XwHistdoscan()
H A DWHistbar.c133 static void copypix();
160 static void copypix (XwHistbarWidget cw , int cop);
941 copypix(cw , 1); in Redisplay()
1073 copypix(cw , 1); in Resize()
1482 static void copypix(XwHistbarWidget cw , int copy){ in copypix() function
2091 copypix(cw , (push || cw->histbar.nactc == 1)); in XwHistdobar()
H A DWScroll.c208 static void copypix();
241 static void copypix (XwScrollWidget cw ,Drawable target, Dimension given);
1094 copypix(cw,XtWindow(cw) ,pushit); in Redisplay()
1877 static void copypix(XwScrollWidget cw , Drawable target , Dimension giv){ in copypix() function
2414 copypix(cw,XtWindow(cw),(!cw->scroll.Sdir) ? ix - cw->scroll.width : in XwScrollcurve()

12