Searched defs:tx_wrap (Results 1 - 2 of 2) sorted by relevance

/system/core/libpixelflinger/codeflinger/
H A Dtexturing.cpp1139 int tx_wrap, int tx_linear)
1146 if (tx_wrap == GGL_NEEDS_WRAP_REPEAT) {
1155 } else if (tx_wrap == GGL_NEEDS_WRAP_CLAMP_TO_EDGE) {
1136 wrapping( int d, int coord, int size, int tx_wrap, int tx_linear) argument
/system/core/libpixelflinger/
H A Dscanline.cpp595 static GGLfixed wrapping(int32_t coord, uint32_t size, int tx_wrap) argument
598 if (tx_wrap == GGL_REPEAT) {
600 } else if (tx_wrap == GGL_CLAMP) { // CLAMP_TO_EDGE semantics

Completed in 53 milliseconds