OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GGL_ENABLE_POINT_AA_NICE
(Results
1 - 3
of
3
) sorted by null
/system/core/libpixelflinger/
pixelflinger.cpp
68
static void
ggl_enable_point_aa_nice
(context_t* c, int enable);
173
case GGL_POINT_SMOOTH_NICE:
ggl_enable_point_aa_nice
(c, en); break;
691
void
ggl_enable_point_aa_nice
(context_t* c, int enable)
function in namespace:android
693
const int e = (c->state.enables &
GGL_ENABLE_POINT_AA_NICE
)?1:0;
695
if (enable) c->state.enables |=
GGL_ENABLE_POINT_AA_NICE
;
696
else c->state.enables &= ~
GGL_ENABLE_POINT_AA_NICE
;
trap.cpp
141
if (c->state.enables &
GGL_ENABLE_POINT_AA_NICE
) {
[
all
...]
/system/core/include/private/pixelflinger/
ggl_context.h
232
GGL_ENABLE_POINT_AA_NICE
= 0x00001000
Completed in 28 milliseconds