Home
last modified time | relevance | path

Searched refs:glDrawPixels (Results 1 – 25 of 1393) sorted by relevance

12345678910>>...56

/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/gl-1.0/
H A Ddrawpixels-depth-test.c80 glDrawPixels(1, 1, GL_RGBA, GL_FLOAT, white); in piglit_display()
82 glDrawPixels(1, 1, GL_RGBA, GL_FLOAT, white); in piglit_display()
86 glDrawPixels(1, 1, GL_RGBA, GL_FLOAT, red); in piglit_display()
88 glDrawPixels(1, 1, GL_RGBA, GL_FLOAT, blue); in piglit_display()
/dports/graphics/libdmtx/libdmtx-0.7.5/test/rotate_test/
H A Ddisplay.c127 glDrawPixels(320, 320, GL_RGB, GL_UNSIGNED_BYTE, pxl); in DrawPane2()
138 glDrawPixels(320, 320, GL_RGB, GL_UNSIGNED_BYTE, pxl); in DrawPane3()
149 glDrawPixels(320, 320, GL_RGB, GL_UNSIGNED_BYTE, pxl); in DrawPane4()
160 glDrawPixels(320, 320, GL_RGB, GL_UNSIGNED_BYTE, pxl); in DrawPane5()
173 glDrawPixels(320, 320, GL_RGB, GL_UNSIGNED_BYTE, pxl); in DrawPane6()
/dports/graphics/glx-utils/demos-5435fc7fbd332e171da9a71e33a9b190e9462cf0/src/tests/
H A Dstencilreaddraw.c74 glDrawPixels(100, 100, GL_LUMINANCE, GL_UNSIGNED_BYTE, stencil); in Display()
92 glDrawPixels(100, 100, GL_STENCIL_INDEX, GL_UNSIGNED_BYTE, stencil); in Display()
98 glDrawPixels(100, 100, GL_STENCIL_INDEX, GL_UNSIGNED_BYTE, stencil); in Display()
112 glDrawPixels(400, 400, GL_LUMINANCE, GL_UNSIGNED_BYTE, stencil2); in Display()
H A Dzreaddraw.c85 glDrawPixels(ZWIDTH, ZHEIGHT, GL_LUMINANCE, depthType, depth); in Display()
105 glDrawPixels(ZWIDTH, ZHEIGHT, GL_DEPTH_COMPONENT, depthType, depth); in Display()
111 glDrawPixels(ZWIDTH, ZHEIGHT, GL_DEPTH_COMPONENT, depthType, depth); in Display()
144 glDrawPixels(ZWIDTH2, ZHEIGHT2, GL_LUMINANCE, GL_FLOAT, depth2); in Display()
H A Dinvert.c70 glDrawPixels( img_width, img_height, img_format, GL_UNSIGNED_BYTE, image ); in Display()
81 glDrawPixels( img_width, img_height, img_format, GL_UNSIGNED_BYTE, temp_image ); in Display()
92 glDrawPixels( img_width, img_height, img_format, GL_UNSIGNED_BYTE, temp_image ); in Display()
/dports/graphics/mesa-demos/mesa-demos-8.4.0/src/tests/
H A Dstencilreaddraw.c74 glDrawPixels(100, 100, GL_LUMINANCE, GL_UNSIGNED_BYTE, stencil); in Display()
92 glDrawPixels(100, 100, GL_STENCIL_INDEX, GL_UNSIGNED_BYTE, stencil); in Display()
98 glDrawPixels(100, 100, GL_STENCIL_INDEX, GL_UNSIGNED_BYTE, stencil); in Display()
112 glDrawPixels(400, 400, GL_LUMINANCE, GL_UNSIGNED_BYTE, stencil2); in Display()
H A Dzreaddraw.c85 glDrawPixels(ZWIDTH, ZHEIGHT, GL_LUMINANCE, depthType, depth); in Display()
105 glDrawPixels(ZWIDTH, ZHEIGHT, GL_DEPTH_COMPONENT, depthType, depth); in Display()
111 glDrawPixels(ZWIDTH, ZHEIGHT, GL_DEPTH_COMPONENT, depthType, depth); in Display()
144 glDrawPixels(ZWIDTH2, ZHEIGHT2, GL_LUMINANCE, GL_FLOAT, depth2); in Display()
H A Dinvert.c70 glDrawPixels( img_width, img_height, img_format, GL_UNSIGNED_BYTE, image ); in Display()
81 glDrawPixels( img_width, img_height, img_format, GL_UNSIGNED_BYTE, temp_image ); in Display()
92 glDrawPixels( img_width, img_height, img_format, GL_UNSIGNED_BYTE, temp_image ); in Display()
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/ext_texture_integer/
H A Dapi-drawpixels.c86 glDrawPixels(1, 1, GL_RGBA_INTEGER_EXT, GL_UNSIGNED_INT, black); in piglit_display()
100 glDrawPixels(1, 1, GL_RGBA_INTEGER_EXT, GL_FLOAT, black); in piglit_display()
/dports/misc/vxl/vxl-3.3.2/core/vgui/tests/
H A Dtest_acceleration.cxx221 glDrawPixels(512, 512, GL_RGBA, GL_UNSIGNED_BYTE, global_data); in main()
235 glDrawPixels(512, 512, format, type, global_data); in main()
263 glDrawPixels(512, 512, GL_RGB, GLenum(GL_UNSIGNED_SHORT_5_6_5), global_data); in main()
295 glDrawPixels(512,512,GL_RGB,GL_UNSIGNED_BYTE,global_data); in main()
306 glDrawPixels(512,512,GL_RGBA,GL_UNSIGNED_BYTE,global_data); in main()
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/ext_packed_depth_stencil/
H A Derrors.c45 glDrawPixels(1, 1, GL_DEPTH_STENCIL_EXT, GL_UNSIGNED_INT, p); in test_drawpixels()
49 glDrawPixels(1, 1, GL_DEPTH_COMPONENT, GL_UNSIGNED_INT_24_8_EXT, p); in test_drawpixels()
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/ext_transform_feedback/
H A Ddiscard-drawpixels.c71 glDrawPixels(piglit_width, piglit_height, GL_RGBA, GL_FLOAT, buf); in piglit_display()
82 glDrawPixels(piglit_width, piglit_height, GL_RGBA, GL_FLOAT, buf); in piglit_display()
/dports/graphics/glx-utils/demos-5435fc7fbd332e171da9a71e33a9b190e9462cf0/src/util/
H A Dshowbuffer.c80 glDrawPixels(winWidth, winHeight, GL_LUMINANCE, GL_FLOAT, depthValues); in ShowDepthBuffer()
131 glDrawPixels(winWidth, winHeight, GL_LUMINANCE, GL_UNSIGNED_BYTE, alphaValues); in ShowAlphaBuffer()
190 glDrawPixels(winWidth, winHeight, GL_LUMINANCE, GL_UNSIGNED_BYTE, stencilValues); in ShowStencilBuffer()
/dports/graphics/mesa-demos/mesa-demos-8.4.0/src/util/
H A Dshowbuffer.c80 glDrawPixels(winWidth, winHeight, GL_LUMINANCE, GL_FLOAT, depthValues); in ShowDepthBuffer()
131 glDrawPixels(winWidth, winHeight, GL_LUMINANCE, GL_UNSIGNED_BYTE, alphaValues); in ShowAlphaBuffer()
190 glDrawPixels(winWidth, winHeight, GL_LUMINANCE, GL_UNSIGNED_BYTE, stencilValues); in ShowStencilBuffer()
/dports/graphics/opendx/dx-4.4.4/src/exec/hwrender/opengl/
H A DhwInteractorEchoOGL.c105 glDrawPixels ((urx-llx)+1, (ury-lly)+1, GL_RGBA, GL_UNSIGNED_BYTE, buff) ; in _dxf_WRITE_BUFFER()
790 glDrawPixels(3, 3, GL_RGBA, GL_UNSIGNED_BYTE, PDATA(ProjectionMark)) ; in _dxf_DRAW_MARKER()
835 glDrawPixels (3, 3, GL_RGBA, GL_UNSIGNED_BYTE, m) ; in _dxf_ERASE_PREVIOUS_MARKS()
869 glDrawPixels (PDATA(cursor_size), PDATA(cursor_size), in _dxf_ERASE_CURSOR()
988 glDrawPixels ((x2-x1)+1, 1, GL_RGBA, GL_UNSIGNED_BYTE, image+(x1+y1*iw)) ; in _dxf_restoreZoomBox()
992 glDrawPixels((x2-x1)+1, 1, GL_RGBA, GL_UNSIGNED_BYTE, in _dxf_restoreZoomBox()
1003 glDrawPixels ((x2-x1)+1, 1, GL_RGBA, GL_UNSIGNED_BYTE, in _dxf_restoreZoomBox()
1012 glDrawPixels (1, (y2-y1)+1, GL_RGBA, GL_UNSIGNED_BYTE, buff) ; in _dxf_restoreZoomBox()
1018 glDrawPixels (1, (y2-y1)+1, GL_RGBA, GL_UNSIGNED_BYTE, buff) ; in _dxf_restoreZoomBox()
1026 glDrawPixels (1, (y2-y1)+1, GL_RGBA, GL_UNSIGNED_BYTE, buff) ; in _dxf_restoreZoomBox()
[all …]
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/shaders/
H A Duseprogram-refcount-1.c91 glDrawPixels(1, 1, GL_RGBA, GL_UNSIGNED_BYTE, pixel); in test_delete_active()
118 glDrawPixels(1, 1, GL_RGBA, GL_UNSIGNED_BYTE, pixel); in test_delete_duplicate()
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/nv_conditional_render/
H A Ddrawpixels.c82 glDrawPixels(piglit_width, piglit_height / 2, GL_RGBA, GL_FLOAT, buf); in piglit_display()
98 glDrawPixels(piglit_width, piglit_height, GL_RGBA, GL_FLOAT, buf); in piglit_display()
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/general/
H A Dstencil-drawpixels.c67 glDrawPixels(10, 10, GL_STENCIL_INDEX, GL_FLOAT, square); in piglit_display()
73 glDrawPixels(10, 10, GL_STENCIL_INDEX, GL_FLOAT, square); in piglit_display()
H A Ddepth_clamp.c117 glDrawPixels(20, 20, GL_RGB, GL_FLOAT, white_rect); in piglit_display()
122 glDrawPixels(20, 20, GL_RGB, GL_FLOAT, white_rect); in piglit_display()
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/texturing/
H A Drg-draw-pixels.c90 glDrawPixels(width,height,GL_RED,GL_FLOAT,texData); in piglit_display()
93 glDrawPixels(width,height,GL_RG,GL_FLOAT,texData); in piglit_display()
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/apps/src/
H A Dgrabcut_2d.cpp235 glDrawPixels(image_->width, image_->height, GL_RGB, GL_FLOAT, &((*image_)[0])); in display()
239 glDrawPixels( in display()
244 glDrawPixels(n_links_image_->width, in display()
252 glDrawPixels(t_links_image_->width, in display()
269 glDrawPixels(alpha_image_->width, in overlayAlpha()
296 glDrawPixels(display_image->width, in display()
/dports/graphics/glx-utils/demos-5435fc7fbd332e171da9a71e33a9b190e9462cf0/src/demos/
H A Ddissolve.c155 glDrawPixels(WinWidth, WinHeight, GL_STENCIL_INDEX, GL_UNSIGNED_BYTE, b); in InitStencilBuffer()
168 glDrawPixels(ImgWidth[0], ImgHeight[0], ImgFormat[0], GL_UNSIGNED_BYTE, Image[0]); in Draw()
172 glDrawPixels(ImgWidth[1], ImgHeight[1], ImgFormat[1], GL_UNSIGNED_BYTE, Image[1]); in Draw()
/dports/graphics/mesa-demos/mesa-demos-8.4.0/src/demos/
H A Ddissolve.c155 glDrawPixels(WinWidth, WinHeight, GL_STENCIL_INDEX, GL_UNSIGNED_BYTE, b); in InitStencilBuffer()
168 glDrawPixels(ImgWidth[0], ImgHeight[0], ImgFormat[0], GL_UNSIGNED_BYTE, Image[0]); in Draw()
172 glDrawPixels(ImgWidth[1], ImgHeight[1], ImgFormat[1], GL_UNSIGNED_BYTE, Image[1]); in Draw()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/
H A DDrawPixels.cpp101 glDrawPixels(_width,_height, in drawImplementation()
111 glDrawPixels(_image->s(), _image->t(), in drawImplementation()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/
H A DDrawPixels.cpp101 glDrawPixels(_width,_height, in drawImplementation()
111 glDrawPixels(_image->s(), _image->t(), in drawImplementation()

12345678910>>...56