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

/system/core/libpixelflinger/codeflinger/
H A Dtexturing.cpp1017 int tx_wrap, int tx_linear)
1024 if (tx_wrap == GGL_NEEDS_WRAP_REPEAT) {
1033 } else if (tx_wrap == GGL_NEEDS_WRAP_CLAMP_TO_EDGE) {
1014 wrapping( int d, int coord, int size, int tx_wrap, int tx_linear) argument
/system/core/libpixelflinger/
H A Dscanline.cpp455 static GGLfixed wrapping(int32_t coord, uint32_t size, int tx_wrap) argument
458 if (tx_wrap == GGL_REPEAT) {
460 } else if (tx_wrap == GGL_CLAMP) { // CLAMP_TO_EDGE semantics

Completed in 6997 milliseconds