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

/system/core/libpixelflinger/codeflinger/
H A Dtexturing.cpp1036 int tx_wrap, int tx_linear)
1043 if (tx_wrap == GGL_NEEDS_WRAP_REPEAT) {
1052 } else if (tx_wrap == GGL_NEEDS_WRAP_CLAMP_TO_EDGE) {
1033 wrapping( int d, int coord, int size, int tx_wrap, int tx_linear) argument
/system/core/libpixelflinger/
H A Dscanline.cpp613 static GGLfixed wrapping(int32_t coord, uint32_t size, int tx_wrap) argument
616 if (tx_wrap == GGL_REPEAT) {
618 } else if (tx_wrap == GGL_CLAMP) { // CLAMP_TO_EDGE semantics

Completed in 57 milliseconds