Home
last modified time | relevance | path

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

/system/core/libpixelflinger/codeflinger/
DGGLAssembler.h471 int tx_wrap, int tx_linear);
Dtexturing.cpp1139 int tx_wrap, int tx_linear) in wrapping() argument
1146 if (tx_wrap == GGL_NEEDS_WRAP_REPEAT) { in wrapping()
1155 } else if (tx_wrap == GGL_NEEDS_WRAP_CLAMP_TO_EDGE) { in wrapping()
/system/core/libpixelflinger/
Dscanline.cpp611 static GGLfixed wrapping(int32_t coord, uint32_t size, int tx_wrap) in wrapping() argument
614 if (tx_wrap == GGL_REPEAT) { in wrapping()
616 } else if (tx_wrap == GGL_CLAMP) { // CLAMP_TO_EDGE semantics in wrapping()