HomeSort by relevance Sort by last modified time
    Searched refs:s_wrap (Results 1 - 6 of 6) sorted by null

  /system/core/libpixelflinger/
picker.cpp 146 t |= GGL_BUILD_NEEDS(ggl_wrap_to_needs(tx.s_wrap), T_S_WRAP);
buffer.cpp 49 t.s_wrap = GGL_REPEAT;
pixelflinger.cpp 407 what = &c->activeTMU->s_wrap;
scanline.cpp 708 u = wrapping(tc[i].s, w, tx.s_wrap);
739 if (tx.s_wrap == GGL_REPEAT) {
    [all...]
  /frameworks/native/opengl/libagl/
primitives.cpp 491 if (c->rasterizer.state.texture[i].s_wrap == GGL_CLAMP) {
741 if (tmu.s_wrap == GGL_CLAMP) {
798 if (tmu.s_wrap == GGL_CLAMP) {
    [all...]
  /system/core/include/private/pixelflinger/
ggl_context.h 413 uint16_t s_wrap; member in struct:android::texture_t

Completed in 139 milliseconds