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

/system/core/libpixelflinger/
H A Dclear.cpp44 GGL_DEPTH_BUFFER_BIT;
112 mask &= ~GGL_DEPTH_BUFFER_BIT;
133 if (mask & GGL_DEPTH_BUFFER_BIT) {
134 if (c->state.clear.dirty & GGL_DEPTH_BUFFER_BIT) {
135 c->state.clear.dirty &= ~GGL_DEPTH_BUFFER_BIT;
161 c->state.clear.dirty |= GGL_DEPTH_BUFFER_BIT;
/system/core/include/pixelflinger/
H A Dpixelflinger.h171 GGL_DEPTH_BUFFER_BIT = 0x00000100, enumerator in enum:GGLNames

Completed in 3438 milliseconds