HomeSort by relevance Sort by last modified time
    Searched refs:GGL_DEPTH_BUFFER_BIT (Results 1 - 2 of 2) sorted by null

  /system/core/libpixelflinger/
clear.cpp 44 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/
pixelflinger.h 171 GGL_DEPTH_BUFFER_BIT = 0x00000100,

Completed in 41 milliseconds