HomeSort by: relevance | last modified time | path
    Searched defs:texcoords (Results 1 - 14 of 14) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/r200/
r200_blit.c 389 * Calculate texcoords for given image region.
415 float texcoords[4]; local
422 flip_y, texcoords);
426 verts[2] = texcoords[0];
427 verts[3] = texcoords[3];
431 verts[6] = texcoords[1];
432 verts[7] = texcoords[3];
436 verts[10] = texcoords[1];
437 verts[11] = texcoords[2];
  /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/radeon/
radeon_blit.c 238 * Calculate texcoords for given image region.
264 float texcoords[4]; local
271 flip_y, texcoords);
275 verts[2] = texcoords[0];
276 verts[3] = texcoords[3];
280 verts[6] = texcoords[1];
281 verts[7] = texcoords[3];
285 verts[10] = texcoords[1];
286 verts[11] = texcoords[2];
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/r200/
r200_blit.c 399 * Calculate texcoords for given image region.
425 float texcoords[4]; local
432 flip_y, texcoords);
436 verts[2] = texcoords[0];
437 verts[3] = texcoords[3];
441 verts[6] = texcoords[1];
442 verts[7] = texcoords[3];
446 verts[10] = texcoords[1];
447 verts[11] = texcoords[2];
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/radeon/
radeon_blit.c 247 * Calculate texcoords for given image region.
273 float texcoords[4]; local
280 flip_y, texcoords);
284 verts[2] = texcoords[0];
285 verts[3] = texcoords[3];
289 verts[6] = texcoords[1];
290 verts[7] = texcoords[3];
294 verts[10] = texcoords[1];
295 verts[11] = texcoords[2];
  /xsrc/external/mit/mesa-demos/dist/src/demos/
gearbox.c 213 static const GLfloat texcoords[4][2] = { local
246 glTexCoord2fv(texcoords[j]);
fbo_firecube.c 800 static const GLfloat texcoords[4][2] = { local
833 glTexCoord2fv(texcoords[j]);
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv30/
nv30_state.h 128 uint32_t texcoords; member in struct:nv30_fragprog
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv30/
nv30_state.h 128 uint32_t texcoords; member in struct:nv30_fragprog
  /xsrc/external/mit/mesa-demos/dist/src/egl/opengles1/
texture_from_pixmap.c 99 const GLfloat texcoords[4][2] = { local
118 glTexCoordPointer(2, GL_FLOAT, 0, texcoords);
  /xsrc/external/mit/mesa-demos/dist/src/objviewer/
glm.h 83 uint numtexcoords; /* number of texcoords in model */
84 float* texcoords; /* array of texture coordinates */ member in struct:__anon6429
glm.c 494 uint numtexcoords; /* number of texcoords in model */
608 printf(" Texcoords: %d\n", numtexcoords);
639 uint numtexcoords; /* number of texcoords in model */
643 float* texcoords; /* array of texture coordinates */ local
652 texcoords = model->texcoords;
684 &texcoords[2 * numtexcoords + X],
685 &texcoords[2 * numtexcoords + Y]);
1226 if (model->texcoords)
1227 free(model->texcoords);
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/i915/
i915_context.h 132 } texcoords[I915_TEX_UNITS]; member in struct:i915_fragment_shader
  /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/common/
meta.h 209 GLfloat Sright, Ttop; /**< right, top texcoords */
219 const char *texcoords; member in struct:blit_shader
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/common/
meta.h 210 GLfloat Sright, Ttop; /**< right, top texcoords */
220 const char *texcoords; member in struct:blit_shader

Completed in 20 milliseconds