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

  /system/core/libpixelflinger/codeflinger/
texturing.cpp 446 pixel_t& texel = parts.texel[i]; local
452 comment("fetch texel");
453 texel.setTo(regs.obtain(), &tmu.format);
454 load(txPtr, texel, WRITE_BACK);
513 // sample the texel center
526 // and compute offset to the next texel
611 texel.setTo(regs.obtain(), &tmu.format);
612 txPtr.setTo(texel.reg, tmu.bits);
619 // load texel
    [all...]
GGLAssembler.h 299 pixel_t texel[GGL_TEXTURE_UNIT_COUNT]; member in struct:android::GGLAssembler::fragment_parts_t
356 const pixel_t& texel, int component);
360 const pixel_t& texel, int component);
364 const pixel_t& texel, int component, int tmu);
368 const pixel_t& texel, int component);
435 pixel_t& texel, const texture_unit_t& tmu,
440 pixel_t& texel, const texture_unit_t& tmu,
445 pixel_t& texel, const texture_unit_t& tmu,
450 pixel_t& texel, const texture_unit_t& tmu,
  /system/core/libpixelflinger/
scanline.cpp 544 pixel_t texel; local
595 tx.surface.read(&tx.surface, c, u, v, &texel);
642 texel.s[j] = texels[0].s[j];
643 if (!texel.s[j]) continue;
644 texel.s[j] += 8;
645 texel.c[j] = texels[0].c[j]*mm[0] +
655 uint32_t& Ct = texel.c[j];
657 uint8_t& st = texel.s[j];
658 uint32_t At = texel.c[0];
659 uint8_t sat = texel.s[0]
    [all...]

Completed in 509 milliseconds