HomeSort by relevance Sort by last modified time
    Searched refs:texel (Results 1 - 6 of 6) 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);
522 // sample the texel center
535 // and compute offset to the next texel
624 texel.setTo(regs.obtain(), &tmu.format);
625 txPtr.setTo(texel.reg, tmu.bits);
636 // load texel
    [all...]
GGLAssembler.h 303 pixel_t texel[GGL_TEXTURE_UNIT_COUNT]; member in struct:android::GGLAssembler::fragment_parts_t
360 const pixel_t& texel, int component);
364 const pixel_t& texel, int component);
368 const pixel_t& texel, int component, int tmu);
372 const pixel_t& texel, int component);
439 pixel_t& texel, const texture_unit_t& tmu,
444 pixel_t& texel, const texture_unit_t& tmu,
449 pixel_t& texel, const texture_unit_t& tmu,
454 pixel_t& texel, const texture_unit_t& tmu,
GGLAssembler.cpp 232 // texel generation
258 pixel = directTex ? parts.texel[directTex-1] : parts.iterated;
509 (parts.texel[i].component_size(component) < dst_size)) {
542 // we're here only if we fetched a texel
610 temp = component_t(parts.texel[i], component);
    [all...]
  /frameworks/native/opengl/tests/finish/
finish.cpp 161 printf("512x512 (1x1 texel MODIFIED texture), 512x512 blit:\n");
178 int16_t texel = 0xF800;
180 1, 1, 0, GL_RGB, GL_UNSIGNED_SHORT_5_6_5, &texel);
209 printf("1x1 (1x1 texel MODIFIED texture), 512x512 blit:\n");
  /system/core/libpixelflinger/
scanline.cpp 678 pixel_t texel; local
729 tx.surface.read(&tx.surface, c, u, v, &texel);
776 texel.s[j] = texels[0].s[j];
777 if (!texel.s[j]) continue;
778 texel.s[j] += 8;
779 texel.c[j] = texels[0].c[j]*mm[0] +
789 uint32_t& Ct = texel.c[j];
791 uint8_t& st = texel.s[j];
792 uint32_t At = texel.c[0];
793 uint8_t sat = texel.s[0]
    [all...]
  /frameworks/native/libs/gui/tests/
SurfaceTexture_test.cpp 436 uint32_t texel = 0x80808080; local
438 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGBA, 1, 1, 0, GL_RGBA, GL_UNSIGNED_BYTE, &texel);
    [all...]

Completed in 473 milliseconds