Searched refs:imageHeight (Results 1 - 25 of 70) sorted by relevance

123

/xsrc/external/mit/mesa-demos/dist/src/redbook/
H A Dtexturesurf.c72 #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 Dcombiner.c67 #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 Ds3v_dga.c182 /* 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 Dsavage_dga.c171 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 Dtrident_dga.c135 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 Dglint_dga.c129 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 Di128dga.c108 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 Dnsc_gx1_dga.c263 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 Dnsc_gx2_dga.c262 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 Ds3_dga.c141 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 Dxgi_dga.c158 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 Dct_dga.c156 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 Dpixelstore.c94 state->storePack.imageHeight = a;
155 state->storeUnpack.imageHeight = a;
241 state->storePack.imageHeight = param;
296 state->storeUnpack.imageHeight = param;
H A Dpixel.c170 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 Dpixelstore.c94 state->storePack.imageHeight = a;
155 state->storeUnpack.imageHeight = a;
241 state->storePack.imageHeight = param;
296 state->storeUnpack.imageHeight = param;
H A Dpixel.c170 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 Ddgaproc.h32 int imageHeight; member in struct:__anona24588bf0108
/xsrc/external/mit/xorgproto/dist/include/X11/extensions/
H A Dxf86dgaconst.h66 int imageHeight; member in struct:__anonba8802ec0108
/xsrc/external/mit/xf86-video-sis/dist/src/
H A Dsis_dga.c210 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 Dxf86DiDGA.c95 mode->imageHeight = mode->viewportHeight;
98 mode->pixmapHeight = mode->imageHeight;
/xsrc/external/mit/xorg-server/dist/hw/xfree86/modes/
H A Dxf86DiDGA.c89 mode->imageHeight = mode->viewportHeight;
92 mode->pixmapHeight = mode->imageHeight;
/xsrc/external/mit/xorg-server.old/dist/glx/
H A Drensize.c138 * \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 Drensize.c143 * \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 Dtdfx_dga.c93 currentMode->imageHeight = pTDFX->pixmapCacheLinesMax;
95 currentMode->pixmapHeight = currentMode->imageHeight;
99 currentMode->maxViewportY = currentMode->imageHeight -
/xsrc/external/mit/xf86-video-i740/dist/src/
H A Di740_dga.c125 currentMode->imageHeight = pI740->FbMemBox.y2;
127 currentMode->pixmapHeight = currentMode->imageHeight;
131 currentMode->maxViewportY = currentMode->imageHeight -

Completed in 41 milliseconds

123