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

  /system/core/libpixelflinger/
clear.cpp 43 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/
pixelflinger.h 173 GGL_COLOR_BUFFER_BIT = 0x00004000,

Completed in 18 milliseconds