Home
last modified time | relevance | path

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

/system/core/libpixelflinger/codeflinger/
Dtexturing.cpp1027 int tx_wrap, int tx_linear) in wrapping() argument
1034 if (tx_wrap == GGL_NEEDS_WRAP_REPEAT) { in wrapping()
1043 } else if (tx_wrap == GGL_NEEDS_WRAP_CLAMP_TO_EDGE) { in wrapping()
DGGLAssembler.h479 int tx_wrap, int tx_linear);
/system/core/libpixelflinger/
Dscanline.cpp613 static GGLfixed wrapping(int32_t coord, uint32_t size, int tx_wrap) in wrapping() argument
616 if (tx_wrap == GGL_REPEAT) { in wrapping()
618 } else if (tx_wrap == GGL_CLAMP) { // CLAMP_TO_EDGE semantics in wrapping()