| /xsrc/external/mit/mesa-demos/dist/src/redbook/ |
| H A D | texturesurf.c | 72 #define imageHeight 64 macro 73 GLubyte image[3*imageWidth*imageHeight]; 82 for (j = 0; j < imageHeight; j++) { 83 tj = 2.0*3.14159265*j/imageHeight; 85 image[3*(imageHeight*i+j)] = (GLubyte) 127*(1.0+sin(ti)); 86 image[3*(imageHeight*i+j)+1] = (GLubyte) 127*(1.0+cos(2*tj)); 87 image[3*(imageHeight*i+j)+2] = (GLubyte) 127*(1.0+cos(ti+tj)); 107 glTexImage2D(GL_TEXTURE_2D, 0, 3, imageWidth, imageHeight, 0,
|
| H A D | combiner.c | 67 #define imageHeight 8 macro 69 static GLubyte image0[imageHeight][imageWidth][4]; 70 static GLubyte image1[imageHeight][imageWidth][4]; 77 for (i = 0; i < imageHeight; i++) { 108 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGBA, imageWidth, imageHeight, 116 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGBA, imageWidth, imageHeight,
|
| /xsrc/external/mit/xf86-video-s3virge/dist/src/ |
| H A D | s3v_dga.c | 182 /* currentMode->imageHeight = pMga->FbUsableSize / 185 currentMode->imageHeight = pMode->VDisplay; 187 currentMode->pixmapHeight = currentMode->imageHeight; 191 currentMode->maxViewportY = currentMode->imageHeight - 198 currentMode->imageHeight, 207 /* currentMode->imageHeight = pMga->FbUsableSize / 210 currentMode->imageHeight = ps3v->videoRambytes / 213 currentMode->pixmapHeight = currentMode->imageHeight; 217 currentMode->maxViewportY = currentMode->imageHeight -
|
| /xsrc/external/mit/xf86-video-savage/dist/src/ |
| H A D | savage_dga.c | 171 mode->imageHeight = pMode->VDisplay; 173 mode->pixmapHeight = mode->imageHeight; 176 mode->maxViewportY = mode->imageHeight - mode->viewportHeight; 181 mode->imageHeight, 188 mode->imageHeight = psav->videoRambytes / mode->bytesPerScanline; 190 mode->pixmapHeight = mode->imageHeight; 193 mode->maxViewportY = mode->imageHeight - mode->viewportHeight; 197 mode->imageHeight,
|
| /xsrc/external/mit/xf86-video-trident/dist/src/ |
| H A D | trident_dga.c | 135 currentMode->imageHeight = pMode->VDisplay; 137 currentMode->pixmapHeight = currentMode->imageHeight; 141 currentMode->maxViewportY = currentMode->imageHeight - 149 currentMode->imageHeight = pMode->VDisplay; 151 currentMode->pixmapHeight = currentMode->imageHeight; 155 currentMode->maxViewportY = currentMode->imageHeight -
|
| /xsrc/external/mit/xf86-video-glint/dist/src/ |
| H A D | glint_dga.c | 129 currentMode->imageHeight = pMode->VDisplay; 131 currentMode->pixmapHeight = currentMode->imageHeight; 135 currentMode->maxViewportY = currentMode->imageHeight - 143 currentMode->imageHeight = pMode->VDisplay; 145 currentMode->pixmapHeight = currentMode->imageHeight; 149 currentMode->maxViewportY = currentMode->imageHeight -
|
| /xsrc/external/mit/xf86-video-i128/dist/src/ |
| H A D | i128dga.c | 108 currentMode->imageHeight = pMode->VDisplay; 110 currentMode->pixmapHeight = currentMode->imageHeight; 114 currentMode->maxViewportY = currentMode->imageHeight - 122 currentMode->imageHeight = pMode->VDisplay; 124 currentMode->pixmapHeight = currentMode->imageHeight; 128 currentMode->maxViewportY = currentMode->imageHeight -
|
| /xsrc/external/mit/xf86-video-nsc/dist/src/ |
| H A D | nsc_gx1_dga.c | 263 currentMode->imageHeight = pMode->VDisplay; 265 currentMode->pixmapHeight = currentMode->imageHeight; 269 currentMode->maxViewportY = currentMode->imageHeight - 277 currentMode->imageHeight = pMode->VDisplay; 279 currentMode->pixmapHeight = currentMode->imageHeight; 283 currentMode->maxViewportY = currentMode->imageHeight -
|
| H A D | nsc_gx2_dga.c | 262 currentMode->imageHeight = pMode->VDisplay; 264 currentMode->pixmapHeight = currentMode->imageHeight; 268 currentMode->maxViewportY = currentMode->imageHeight - 276 currentMode->imageHeight = pMode->VDisplay; 278 currentMode->pixmapHeight = currentMode->imageHeight; 282 currentMode->maxViewportY = currentMode->imageHeight -
|
| /xsrc/external/mit/xf86-video-s3/dist/src/ |
| H A D | s3_dga.c | 141 currentMode->imageHeight = pMode->VDisplay; 143 currentMode->pixmapHeight = currentMode->imageHeight; 146 currentMode->maxViewportY = currentMode->imageHeight - 155 currentMode->imageHeight = pMode->VDisplay; 157 currentMode->pixmapHeight = currentMode->imageHeight; 160 currentMode->maxViewportY = currentMode->imageHeight -
|
| /xsrc/external/mit/xf86-video-xgi/dist/src/ |
| H A D | xgi_dga.c | 158 currentMode->imageHeight = pMode->VDisplay; 160 currentMode->pixmapHeight = currentMode->imageHeight; 164 currentMode->maxViewportY = (currentMode->imageHeight - 173 currentMode->imageHeight = pMode->VDisplay; 175 currentMode->pixmapHeight = currentMode->imageHeight; 179 currentMode->maxViewportY = (currentMode->imageHeight -
|
| /xsrc/external/mit/xf86-video-chips/dist/src/ |
| H A D | ct_dga.c | 156 currentMode->imageHeight = imlines; 158 currentMode->pixmapHeight = currentMode->imageHeight; 162 currentMode->maxViewportY = currentMode->imageHeight - 170 currentMode->imageHeight = imlines; 172 currentMode->pixmapHeight = currentMode->imageHeight; 176 currentMode->maxViewportY = currentMode->imageHeight -
|
| /xsrc/external/mit/MesaLib.old/dist/src/glx/ |
| H A D | pixelstore.c | 94 state->storePack.imageHeight = a; 155 state->storeUnpack.imageHeight = a; 241 state->storePack.imageHeight = param; 296 state->storeUnpack.imageHeight = param;
|
| H A D | pixel.c | 170 GLint imageHeight = state->storeUnpack.imageHeight; local in function:__glFillImage 192 if (imageHeight > 0) { 193 rowsPerImage = imageHeight; 397 GLint imageHeight = state->storePack.imageHeight; local in function:__glEmptyImage 418 if (imageHeight > 0) { 419 rowsPerImage = imageHeight;
|
| /xsrc/external/mit/MesaLib/dist/src/glx/ |
| H A D | pixelstore.c | 94 state->storePack.imageHeight = a; 155 state->storeUnpack.imageHeight = a; 241 state->storePack.imageHeight = param; 296 state->storeUnpack.imageHeight = param;
|
| H A D | pixel.c | 170 GLint imageHeight = state->storeUnpack.imageHeight; local in function:__glFillImage 192 if (imageHeight > 0) { 193 rowsPerImage = imageHeight; 397 GLint imageHeight = state->storePack.imageHeight; local in function:__glEmptyImage 418 if (imageHeight > 0) { 419 rowsPerImage = imageHeight;
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/common/ |
| H A D | dgaproc.h | 32 int imageHeight; member in struct:__anona24588bf0108
|
| /xsrc/external/mit/xorgproto/dist/include/X11/extensions/ |
| H A D | xf86dgaconst.h | 66 int imageHeight; member in struct:__anonba8802ec0108
|
| /xsrc/external/mit/xf86-video-sis/dist/src/ |
| H A D | sis_dga.c | 210 currentMode->imageHeight = pMode->VDisplay; 212 currentMode->pixmapHeight = currentMode->imageHeight; 216 currentMode->maxViewportY = (currentMode->imageHeight - 225 currentMode->imageHeight = pMode->VDisplay; 227 currentMode->pixmapHeight = currentMode->imageHeight; 231 currentMode->maxViewportY = (currentMode->imageHeight - 388 pSiS->CurrentLayout.displayHeight = pMode->imageHeight;
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/modes/ |
| H A D | xf86DiDGA.c | 95 mode->imageHeight = mode->viewportHeight; 98 mode->pixmapHeight = mode->imageHeight;
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/modes/ |
| H A D | xf86DiDGA.c | 89 mode->imageHeight = mode->viewportHeight; 92 mode->pixmapHeight = mode->imageHeight;
|
| /xsrc/external/mit/xorg-server.old/dist/glx/ |
| H A D | rensize.c | 138 * \param imageHeight If non-zero, defines the true height of a volumetric 158 GLint imageHeight, GLint rowLength, 191 if (imageHeight < 0 || rowLength < 0 || skipImages < 0 || skipRows < 0) 315 if (imageHeight > 0) 316 h = imageHeight; 156 __glXImageSize(GLenum format,GLenum type,GLenum target,GLsizei w,GLsizei h,GLsizei d,GLint imageHeight,GLint rowLength,GLint skipImages,GLint skipRows,GLint alignment) argument
|
| /xsrc/external/mit/xorg-server/dist/glx/ |
| H A D | rensize.c | 143 * \param imageHeight If non-zero, defines the true height of a volumetric 164 GLint imageHeight, GLint rowLength, 197 if (imageHeight < 0 || rowLength < 0 || skipImages < 0 || skipRows < 0) 326 if (imageHeight > 0) 327 h = imageHeight; 162 __glXImageSize(GLenum format,GLenum type,GLenum target,GLsizei w,GLsizei h,GLsizei d,GLint imageHeight,GLint rowLength,GLint skipImages,GLint skipRows,GLint alignment) argument
|
| /xsrc/external/mit/xf86-video-tdfx/dist/src/ |
| H A D | tdfx_dga.c | 93 currentMode->imageHeight = pTDFX->pixmapCacheLinesMax; 95 currentMode->pixmapHeight = currentMode->imageHeight; 99 currentMode->maxViewportY = currentMode->imageHeight -
|
| /xsrc/external/mit/xf86-video-i740/dist/src/ |
| H A D | i740_dga.c | 125 currentMode->imageHeight = pI740->FbMemBox.y2; 127 currentMode->pixmapHeight = currentMode->imageHeight; 131 currentMode->maxViewportY = currentMode->imageHeight -
|