OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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/libpixelflinger/include/pixelflinger/
pixelflinger.h
173
GGL_COLOR_BUFFER_BIT
= 0x00004000,
Completed in 468 milliseconds