Home
last modified time | relevance | path

Searched refs:tx_wrap (Results 1 – 3 of 3) sorted by relevance

/system/core/libpixelflinger/codeflinger/
Dtexturing.cpp1034 int tx_wrap, int tx_linear) in wrapping() argument
1041 if (tx_wrap == GGL_NEEDS_WRAP_REPEAT) { in wrapping()
1050 } else if (tx_wrap == GGL_NEEDS_WRAP_CLAMP_TO_EDGE) { in wrapping()
DGGLAssembler.h471 int tx_wrap, int tx_linear);
/system/core/libpixelflinger/
Dscanline.cpp618 static GGLfixed wrapping(int32_t coord, uint32_t size, int tx_wrap) in wrapping() argument
621 if (tx_wrap == GGL_REPEAT) { in wrapping()
623 } else if (tx_wrap == GGL_CLAMP) { // CLAMP_TO_EDGE semantics in wrapping()