Home
last modified time | relevance | path

Searched refs:widthin (Results 1 – 25 of 34) sorted by relevance

12

/dports/graphics/openrm/rm160/rm/
H A Drmglu.c95 GLsizei widthin, GLsizei heightin, in fake_gluScaleImage() argument
233 rowlen = widthin; in fake_gluScaleImage()
250 for (j = 0; j < widthin * components; j++) { in fake_gluScaleImage()
262 for (j = 0; j < widthin * components; j++) { in fake_gluScaleImage()
274 for (j = 0; j < widthin * components; j++) { in fake_gluScaleImage()
286 for (j = 0; j < widthin * components; j++) { in fake_gluScaleImage()
340 sx = (GLfloat) (widthin - 1); in fake_gluScaleImage()
380 if (j1 >= widthin) in fake_gluScaleImage()
381 j1 = widthin - 1; in fake_gluScaleImage()
417 if (j1 >= widthin) in fake_gluScaleImage()
[all …]
/dports/games/shaaft/Shaaft-0.5.0/utilsgl/
H A DGLTexture.cpp229 GLsizei widthin, GLsizei heightin, in gluScaleImage() argument
363 rowlen = widthin; in gluScaleImage()
380 for (j = 0; j < widthin * components; j++) { in gluScaleImage()
392 for (j = 0; j < widthin * components; j++) { in gluScaleImage()
404 for (j = 0; j < widthin * components; j++) { in gluScaleImage()
416 for (j = 0; j < widthin * components; j++) { in gluScaleImage()
470 sx = (GLfloat) (widthin - 1); in gluScaleImage()
510 if (j1 >= widthin) in gluScaleImage()
511 j1 = widthin - 1; in gluScaleImage()
547 if (j1 >= widthin) in gluScaleImage()
[all …]
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/apbs/externals/fetk/sg/src/glu/
H A Dmipmap.c44 GLint widthin, GLint heightin, in gluScaleImage() argument
124 tempin = (GLfloat *) malloc( widthin * heightin in gluScaleImage()
145 rowlen = widthin; in gluScaleImage()
163 for (j=0;j<widthin*components;j++) { in gluScaleImage()
175 for (j=0;j<widthin*components;j++) { in gluScaleImage()
187 for (j=0;j<widthin*components;j++) { in gluScaleImage()
199 for (j=0;j<widthin*components;j++) { in gluScaleImage()
211 for (j=0;j<widthin*components;j++) { in gluScaleImage()
223 for (j=0;j<widthin*components;j++) { in gluScaleImage()
235 for (j=0;j<widthin*components;j++) { in gluScaleImage()
[all …]
/dports/games/cake/cake_src/cake/glsetup/
H A Dglutils.cpp536 rowlen = widthin; in glScaleImage()
556 for (j = 0; j < widthin*components;++j) in glScaleImage()
571 for (j = 0; j < widthin*components; ++j) in glScaleImage()
586 for (j = 0; j < widthin*components; ++j) in glScaleImage()
601 for (j = 0; j < widthin*components; ++j) in glScaleImage()
616 for (j = 0; j < widthin*components; ++j) in glScaleImage()
631 for (j = 0; j < widthin*components; ++j) in glScaleImage()
646 for (j = 0; j < widthin*components; ++j) in glScaleImage()
662 else sx = (GLfloat) (widthin-1); in glScaleImage()
705 if (j1 >= widthin) j1 = widthin-1; in glScaleImage()
[all …]
H A Dglutils.h13 GLint widthin, GLint heightin,
/dports/games/vavoom/vavoom-1.33/source/
H A Dr_tex_base.cpp500 void VTexture::ResampleTexture(int widthin, int heightin, in ResampleTexture() argument
509 sx = float(widthin - 1) / float(widthout - 1); in ResampleTexture()
513 sx = float(widthin - 1); in ResampleTexture()
533 const vuint8* src = datain + (ii * widthin + jj) * 4; in ResampleTexture()
562 if (j1 >= widthin) j1 = widthin-1; in ResampleTexture()
566 src00 = datain + (i0 * widthin + j0) * 4; in ResampleTexture()
567 src01 = datain + (i0 * widthin + j1) * 4; in ResampleTexture()
568 src10 = datain + (i1 * widthin + j0) * 4; in ResampleTexture()
569 src11 = datain + (i1 * widthin + j1) * 4; in ResampleTexture()
600 if (j1 >= widthin) j1 = widthin-1; in ResampleTexture()
[all …]
/dports/graphics/jogamp-jogl/jogl/src/jogl/classes/jogamp/opengl/glu/mipmap/
H A DScaleInternal.java78 convx = (float)widthin / widthout; in scale_internal()
92 if( widthin > widthout ) { in scale_internal()
119 xindex = ( xint + widthin ) % widthin; in scale_internal()
181 convx = (float)widthin / widthout; in scale_internal_ubyte()
360 if (highx_int > widthin - 1) { in scale_internal_ubyte()
409 convx = (float)widthin / widthout; in scale_internal_byte()
587 if (highx_int > widthin - 1) { in scale_internal_byte()
636 convx = (float)widthin / widthout; in scale_internal_ushort()
877 if (highx_int > widthin - 1) { in scale_internal_ushort()
928 convx = (float)widthin / widthout; in scale_internal_short()
[all …]
H A DMipmap.java556 …public static int gluScaleImage( final GL gl, final int format, final int widthin, final int heigh… in gluScaleImage() argument
568 if( (widthin == 0) || (heightin == 0) || (widthout == 0) || (heightout == 0) ) { in gluScaleImage()
571 if( (widthin < 0) || (heightin < 0) || (widthout < 0) || (heightout < 0) ) { in gluScaleImage()
583 …beforeimage = Buffers.newDirectByteBuffer( image_size( widthin, heightin, format, GL.GL_UNSIGNED_S… in gluScaleImage()
590 …Image.fill_image( psm, widthin, heightin, format, typein, is_index( format ), datain, beforeimage.… in gluScaleImage()
592 …ScaleInternal.scale_internal( components, widthin, heightin, beforeimage.asShortBuffer(), widthout… in gluScaleImage()
/dports/graphics/jogl/jogl-1.1.1_9/jogl/src/classes/com/sun/opengl/impl/mipmap/
H A DScaleInternal.java76 convx = (float)widthin / widthout; in scale_internal()
90 if( widthin > widthout ) { in scale_internal()
117 xindex = ( xint + widthin ) % widthin; in scale_internal()
177 convx = (float)widthin / widthout; in scale_internal_ubyte()
349 if (highx_int > widthin - 1) { in scale_internal_ubyte()
396 convx = (float)widthin / widthout; in scale_internal_byte()
567 if (highx_int > widthin - 1) { in scale_internal_byte()
614 convx = (float)widthin / widthout; in scale_internal_ushort()
848 if (highx_int > widthin - 1) { in scale_internal_ushort()
897 convx = (float)widthin / widthout; in scale_internal_short()
[all …]
H A DMipmap.java540 public static int gluScaleImage( GL gl, int format, int widthin, int heightin, in gluScaleImage() argument
552 if( (widthin == 0) || (heightin == 0) || (widthout == 0) || (heightout == 0) ) { in gluScaleImage()
555 if( (widthin < 0) || (heightin < 0) || (widthout < 0) || (heightout < 0) ) { in gluScaleImage()
567 …beforeimage = ByteBuffer.allocateDirect( image_size( widthin, heightin, format, GL.GL_UNSIGNED_SHO… in gluScaleImage()
574 …Image.fill_image( psm, widthin, heightin, format, typein, is_index( format ), datain, beforeimage.… in gluScaleImage()
576 …ScaleInternal.scale_internal( components, widthin, heightin, beforeimage.asShortBuffer(), widthout… in gluScaleImage()
/dports/graphics/jogamp-jogl/jogl/src/test/com/jogamp/opengl/test/junit/jogl/glu/
H A DTestBug463ScaleImageMemoryAWT.java66 final int widthin = 559; in display() local
72 final int textureInLength = widthin * heightin * 4; in display()
83 widthin, heightin, GL.GL_UNSIGNED_BYTE, bufferIn, in display()
H A DTestBug694ScaleImageUnpackBufferSizeAWT.java86 final int widthin = 213; in testGLUScaleImage() local
96 …final int unpackSizeInLen = GLBuffers.sizeof(gl, tmp, glFormat, glType, widthin, heightin, 1, fals… in testGLUScaleImage()
106 widthin, heightin, GL.GL_UNSIGNED_BYTE, bufferIn, in testGLUScaleImage()
/dports/graphics/jogamp-jogl/jogl/make/config/jogl/
H A Dglu-CustomJavaCode-gl2es1.java117 public final int gluScaleImage( int format, int widthin, int heightin, in gluScaleImage() argument
135 int errno = Mipmap.gluScaleImage( getCurrentGL2ES1(), format, widthin, heightin, typein, in, in gluScaleImage()
H A Dglu-CustomJavaCode-gl2.java228 private final int gluScaleImageJava( int format, int widthin, int heightin, in gluScaleImageJava() argument
245 int errno = Mipmap.gluScaleImage( getCurrentGL2(), format, widthin, heightin, typein, in, in gluScaleImageJava()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/glu/libutil/
H A Dmipmap.cpp1335 convx = (float) widthin/widthout; in scale_internal()
1349 if (widthin > widthout) { in scale_internal()
1379 xindex = (xint + widthin) % widthin; in scale_internal()
1444 convx = (float) widthin/widthout; in scale_internal_ubyte()
1661 convx = (float) widthin/widthout; in scale_internal_byte()
1879 convx = (float) widthin/widthout; in scale_internal_ushort()
2161 convx = (float) widthin/widthout; in scale_internal_short()
2453 convx = (float) widthin/widthout; in scale_internal_uint()
2736 halveImage_int(components, widthin, heightin, in scale_internal_int()
2742 convx = (float) widthin/widthout; in scale_internal_int()
[all …]
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/glu/libutil/
H A Dmipmap.cpp1335 convx = (float) widthin/widthout; in scale_internal()
1349 if (widthin > widthout) { in scale_internal()
1379 xindex = (xint + widthin) % widthin; in scale_internal()
1444 convx = (float) widthin/widthout; in scale_internal_ubyte()
1661 convx = (float) widthin/widthout; in scale_internal_byte()
1879 convx = (float) widthin/widthout; in scale_internal_ushort()
2161 convx = (float) widthin/widthout; in scale_internal_short()
2453 convx = (float) widthin/widthout; in scale_internal_uint()
2736 halveImage_int(components, widthin, heightin, in scale_internal_int()
2742 convx = (float) widthin/widthout; in scale_internal_int()
[all …]
/dports/graphics/libGLU/glu-9.0.2/src/libutil/
H A Dmipmap.c1309 convx = (float) widthin/widthout; in scale_internal()
1323 if (widthin > widthout) { in scale_internal()
1353 xindex = (xint + widthin) % widthin; in scale_internal()
1418 convx = (float) widthin/widthout; in scale_internal_ubyte()
1635 convx = (float) widthin/widthout; in scale_internal_byte()
1853 convx = (float) widthin/widthout; in scale_internal_ushort()
2135 convx = (float) widthin/widthout; in scale_internal_short()
2427 convx = (float) widthin/widthout; in scale_internal_uint()
2710 halveImage_int(components, widthin, heightin, in scale_internal_int()
2716 convx = (float) widthin/widthout; in scale_internal_int()
[all …]
/dports/astro/opencpn/OpenCPN-5.2.4/libs/glu/libutil/
H A Dmipmap.c1309 convx = (float) widthin/widthout; in scale_internal()
1323 if (widthin > widthout) { in scale_internal()
1353 xindex = (xint + widthin) % widthin; in scale_internal()
1418 convx = (float) widthin/widthout; in scale_internal_ubyte()
1635 convx = (float) widthin/widthout; in scale_internal_byte()
1853 convx = (float) widthin/widthout; in scale_internal_ushort()
2135 convx = (float) widthin/widthout; in scale_internal_short()
2427 convx = (float) widthin/widthout; in scale_internal_uint()
2710 halveImage_int(components, widthin, heightin, in scale_internal_int()
2716 convx = (float) widthin/widthout; in scale_internal_int()
[all …]
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/apbs/externals/fetk/sg/src/glu/GL/
H A Dglu.h217 GLint widthin, GLint heightin,
/dports/graphics/jogl/jogl-1.1.1_9/jogl/make/
H A Dglu-CustomJavaCode.java1274 private int gluScaleImageJava( int format, int widthin, int heightin, in gluScaleImageJava() argument
1291 int errno = Mipmap.gluScaleImage( getCurrentGL(), format, widthin, heightin, typein, in, in gluScaleImageJava()
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/GL/
H A Dglu.h33 int APIENTRY gluScaleImage(GLenum format,GLint widthin,GLint heightin,GLenum typein,const void *dat…
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/GL/
H A Dglu.h33 int APIENTRY gluScaleImage(GLenum format,GLint widthin,GLint heightin,GLenum typein,const void *dat…
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/graphics/gl/
H A DGLU.H124 GLint widthin,
/dports/games/scorched3d/scorched-dep-win32/include/wx/wx/msw/gnuwin32/gl/
H A Dglu.h124 GLint widthin,
/dports/science/smoldyn/smoldyn-2.67/source/MSVClibs/GL/
H A DGLU.h128 GLint widthin,

12