OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GGL_ENABLE_AA
(Results
1 - 5
of
5
) sorted by null
/system/core/libpixelflinger/
picker.cpp
105
p |= GGL_BUILD_NEEDS((enables &
GGL_ENABLE_AA
) ?1:0, P_AA);
pixelflinger.cpp
67
static void
ggl_enable_aa
(context_t* c, int enable);
169
case GGL_AA:
ggl_enable_aa
(c, en); break;
681
void
ggl_enable_aa
(context_t* c, int enable)
function in namespace:android
683
const int e = (c->state.enables &
GGL_ENABLE_AA
)?1:0;
685
if (enable) c->state.enables |=
GGL_ENABLE_AA
;
686
else c->state.enables &= ~
GGL_ENABLE_AA
;
scanline.cpp
834
if (enables &
GGL_ENABLE_AA
) {
[
all
...]
/system/core/include/private/pixelflinger/
ggl_context.h
222
GGL_ENABLE_AA
= 0x00000004,
/frameworks/native/opengl/libagl/
array.cpp
[
all
...]
Completed in 60 milliseconds