HomeSort by: relevance | last modified time | path
    Searched refs:imageHeight (Results 1 - 25 of 70) sorted by relevancy

1 2 3

  /xsrc/external/mit/mesa-demos/dist/src/redbook/
texturesurf.c 72 #define imageHeight 64
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,
combiner.c 67 #define imageHeight 8
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/
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/
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-glint/dist/src/
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/
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/
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 -
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-trident/dist/src/
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-chips/dist/src/
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/xf86-video-s3/dist/src/
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/
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/MesaLib/dist/src/glx/
pixelstore.c 94 state->storePack.imageHeight = a;
155 state->storeUnpack.imageHeight = a;
241 state->storePack.imageHeight = param;
296 state->storeUnpack.imageHeight = param;
pixel.c 170 GLint imageHeight = state->storeUnpack.imageHeight;
192 if (imageHeight > 0) {
193 rowsPerImage = imageHeight;
397 GLint imageHeight = state->storePack.imageHeight;
418 if (imageHeight > 0) {
419 rowsPerImage = imageHeight;
  /xsrc/external/mit/MesaLib.old/dist/src/glx/
pixelstore.c 94 state->storePack.imageHeight = a;
155 state->storeUnpack.imageHeight = a;
241 state->storePack.imageHeight = param;
296 state->storeUnpack.imageHeight = param;
pixel.c 170 GLint imageHeight = state->storeUnpack.imageHeight;
192 if (imageHeight > 0) {
193 rowsPerImage = imageHeight;
397 GLint imageHeight = state->storePack.imageHeight;
418 if (imageHeight > 0) {
419 rowsPerImage = imageHeight;
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
dgaproc.h 32 int imageHeight;
  /xsrc/external/mit/xorgproto/dist/include/X11/extensions/
xf86dgaconst.h 66 int imageHeight;
  /xsrc/external/mit/xf86-video-sis/dist/src/
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/dist/hw/xfree86/modes/
xf86DiDGA.c 89 mode->imageHeight = mode->viewportHeight;
92 mode->pixmapHeight = mode->imageHeight;
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/modes/
xf86DiDGA.c 95 mode->imageHeight = mode->viewportHeight;
98 mode->pixmapHeight = mode->imageHeight;
  /xsrc/external/mit/xorg-server/dist/glx/
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;
  /xsrc/external/mit/xorg-server.old/dist/glx/
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;
  /xsrc/external/mit/xf86-video-i740/dist/src/
i740_dga.c 125 currentMode->imageHeight = pI740->FbMemBox.y2;
127 currentMode->pixmapHeight = currentMode->imageHeight;
131 currentMode->maxViewportY = currentMode->imageHeight -
  /xsrc/external/mit/xf86-video-intel/dist/src/legacy/i810/
i810_dga.c 128 currentMode->imageHeight = pI810->FbMemBox.y2;
130 currentMode->pixmapHeight = currentMode->imageHeight;
134 currentMode->maxViewportY = currentMode->imageHeight -

Completed in 29 milliseconds

1 2 3