HomeSort by relevance Sort by last modified time
    Searched defs:texcoords (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/third_party/angle/samples/angle/sample_util/
geometry_utils.h 28 std::vector<Vector2> texcoords; member in struct:CubeGeometry
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
r200_blit.c 380 * Calculate texcoords for given image region.
406 float texcoords[4]; local
413 flip_y, texcoords);
417 verts[2] = texcoords[0];
418 verts[3] = texcoords[3];
422 verts[6] = texcoords[1];
423 verts[7] = texcoords[3];
427 verts[10] = texcoords[1];
428 verts[11] = texcoords[2];
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_blit.c 255 * Calculate texcoords for given image region.
281 float texcoords[4]; local
288 flip_y, texcoords);
292 verts[2] = texcoords[0];
293 verts[3] = texcoords[3];
297 verts[6] = texcoords[1];
298 verts[7] = texcoords[3];
302 verts[10] = texcoords[1];
303 verts[11] = texcoords[2];
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_blit.c 380 * Calculate texcoords for given image region.
406 float texcoords[4]; local
413 flip_y, texcoords);
417 verts[2] = texcoords[0];
418 verts[3] = texcoords[3];
422 verts[6] = texcoords[1];
423 verts[7] = texcoords[3];
427 verts[10] = texcoords[1];
428 verts[11] = texcoords[2];
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_blit.c 255 * Calculate texcoords for given image region.
281 float texcoords[4]; local
288 flip_y, texcoords);
292 verts[2] = texcoords[0];
293 verts[3] = texcoords[3];
297 verts[6] = texcoords[1];
298 verts[7] = texcoords[3];
302 verts[10] = texcoords[1];
303 verts[11] = texcoords[2];
  /system/core/libpixelflinger/
raster.cpp 180 int32_t texcoords[8]; local
200 texcoords[0] = s0;
201 texcoords[1] = dsdx;
202 texcoords[2] = 0;
203 texcoords[3] = t0;
204 texcoords[4] = 0;
205 texcoords[5] = dtdy;
206 texcoords[6] = 0;
207 texcoords[7] = 0;
208 c->procs.texCoordGradScale8xv(c, tmu, texcoords);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
nv30_state.h 126 uint32_t texcoords; member in struct:nv30_fragprog
  /external/mesa3d/src/gallium/drivers/nv30/
nv30_state.h 126 uint32_t texcoords; member in struct:nv30_fragprog
  /frameworks/native/opengl/libagl/
texture.cpp 706 int32_t texcoords[8]; local
729 texcoords[0] = s0;
730 texcoords[1] = dsdx;
731 texcoords[2] = 0;
732 texcoords[3] = t0;
733 texcoords[4] = 0;
734 texcoords[5] = dtdy;
735 texcoords[6] = 0;
736 texcoords[7] = 0;
737 c->rasterizer.procs.texCoordGradScale8xv(c, i, texcoords);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/common/
meta.c 214 GLfloat Sright, Ttop; /**< right, top texcoords */
283 const char *texcoords; member in struct:glsl_sampler
    [all...]
  /external/mesa3d/src/mesa/drivers/common/
meta.c 214 GLfloat Sright, Ttop; /**< right, top texcoords */
283 const char *texcoords; member in struct:glsl_sampler
    [all...]

Completed in 844 milliseconds