OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GGL_NEEDS_WRAP_11
(Results
1 - 3
of
3
) sorted by null
/system/core/libpixelflinger/
picker.cpp
143
t |= GGL_BUILD_NEEDS(
GGL_NEEDS_WRAP_11
, T_S_WRAP);
144
t |= GGL_BUILD_NEEDS(
GGL_NEEDS_WRAP_11
, T_T_WRAP);
/system/core/libpixelflinger/codeflinger/
texturing.cpp
346
if ((tmu.swrap ==
GGL_NEEDS_WRAP_11
) &&
347
(tmu.twrap ==
GGL_NEEDS_WRAP_11
))
449
if ((tmu.swrap ==
GGL_NEEDS_WRAP_11
) &&
450
(tmu.twrap ==
GGL_NEEDS_WRAP_11
))
650
if ((tmu.swrap ==
GGL_NEEDS_WRAP_11
) &&
651
(tmu.twrap ==
GGL_NEEDS_WRAP_11
))
[
all
...]
/system/core/include/private/pixelflinger/
ggl_context.h
159
const int
GGL_NEEDS_WRAP_11
= 2;
Completed in 40 milliseconds