OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GGL_LINEAR
(Results
1 - 3
of
3
) sorted by null
/system/core/libpixelflinger/
picker.cpp
149
if (tx.mag_filter ==
GGL_LINEAR
) {
152
if (tx.min_filter ==
GGL_LINEAR
) {
pixelflinger.cpp
423
if ((param ==
GGL_LINEAR
) ||
427
param =
GGL_LINEAR
;
432
(param ==
GGL_LINEAR
)) {
/system/core/include/pixelflinger/
pixelflinger.h
96
GGL_LINEAR
= 0x2601,
Completed in 11 milliseconds