Searched refs:GGL_COLOR_BUFFER_BIT (Results 1 - 2 of 2) sorted by relevance

/system/core/libpixelflinger/
H A Dclear.cpp43 GGL_COLOR_BUFFER_BIT |
109 mask &= ~GGL_COLOR_BUFFER_BIT;
117 if (mask & GGL_COLOR_BUFFER_BIT) {
118 if (c->state.clear.dirty & GGL_COLOR_BUFFER_BIT) {
119 c->state.clear.dirty &= ~GGL_COLOR_BUFFER_BIT;
154 c->state.clear.dirty |= GGL_COLOR_BUFFER_BIT;
/system/core/include/pixelflinger/
H A Dpixelflinger.h173 GGL_COLOR_BUFFER_BIT = 0x00004000, enumerator in enum:GGLNames

Completed in 58 milliseconds