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

/system/core/libpixelflinger/codeflinger/
H A Dtexturing.cpp1121 int tx_wrap, int tx_linear)
1128 if (tx_wrap == GGL_NEEDS_WRAP_REPEAT) {
1137 } else if (tx_wrap == GGL_NEEDS_WRAP_CLAMP_TO_EDGE) {
1118 wrapping( int d, int coord, int size, int tx_wrap, int tx_linear) argument
H A DGGLAssembler.h461 int tx_wrap, int tx_linear);
/system/core/libpixelflinger/
H A Dscanline.cpp574 static GGLfixed wrapping(int32_t coord, uint32_t size, int tx_wrap) argument
577 if (tx_wrap == GGL_REPEAT) {
579 } else if (tx_wrap == GGL_CLAMP) { // CLAMP_TO_EDGE semantics

Completed in 1171 milliseconds