HomeSort by relevance Sort by last modified time
    Searched full:tx_wrap (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
nv20_state_tex.c 168 uint32_t tx_format, tx_filter, tx_wrap, tx_enable; local
196 tx_wrap = nvgl_wrap_mode(sa->WrapR) << 16
247 PUSH_DATA (push, tx_wrap);
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nv20_state_tex.c 168 uint32_t tx_format, tx_filter, tx_wrap, tx_enable; local
196 tx_wrap = nvgl_wrap_mode(sa->WrapR) << 16
247 PUSH_DATA (push, tx_wrap);
  /system/core/libpixelflinger/codeflinger/
GGLAssembler.h 465 int tx_wrap, int tx_linear);
texturing.cpp     [all...]
  /system/core/libpixelflinger/
scanline.cpp 595 static GGLfixed wrapping(int32_t coord, uint32_t size, int tx_wrap)
598 if (tx_wrap == GGL_REPEAT) {
600 } else if (tx_wrap == GGL_CLAMP) { // CLAMP_TO_EDGE semantics
    [all...]

Completed in 152 milliseconds