OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GGL_NEED_MASK
(Results
1 - 2
of
2
) sorted by null
/system/core/include/private/pixelflinger/
ggl_context.h
128
#define
GGL_NEED_MASK
(name) (uint32_t(GGL_NEEDS_##name##_MASK))
/system/core/libpixelflinger/
trap.cpp
140
if (c->state.needs.p &
GGL_NEED_MASK
(P_AA)) {
340
if (c->state.needs.p &
GGL_NEED_MASK
(P_AA)) {
466
if (c->state.needs.p &
GGL_NEED_MASK
(P_AA)) {
497
if (c->state.needs.p &
GGL_NEED_MASK
(P_AA)) {
[
all
...]
Completed in 11 milliseconds