OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GGL_REPEAT
(Results
1 - 5
of
5
) sorted by null
/system/core/libpixelflinger/
buffer.cpp
49
t.s_wrap =
GGL_REPEAT
;
50
t.t_wrap =
GGL_REPEAT
;
pixelflinger.cpp
406
(param ==
GGL_REPEAT
)) {
412
(param ==
GGL_REPEAT
)) {
scanline.cpp
598
if (tx_wrap ==
GGL_REPEAT
) {
739
if (tx.s_wrap ==
GGL_REPEAT
) {
750
if (tx.t_wrap ==
GGL_REPEAT
) {
[
all
...]
/system/core/include/pixelflinger/
pixelflinger.h
104
GGL_REPEAT
= 0x2901,
/system/core/include/private/pixelflinger/
ggl_context.h
184
case
GGL_REPEAT
: return GGL_NEEDS_WRAP_REPEAT;
Completed in 28 milliseconds