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

/system/core/libpixelflinger/
H A Dpixelflinger.cpp598 if (c->state.enables & GGL_ENABLE_SCISSOR_TEST) {
627 const int e = (c->state.enables & GGL_ENABLE_SCISSOR_TEST)?1:0;
629 if (enable) c->state.enables |= GGL_ENABLE_SCISSOR_TEST;
630 else c->state.enables &= ~GGL_ENABLE_SCISSOR_TEST;
/system/core/include/private/pixelflinger/
H A Dggl_context.h225 GGL_ENABLE_SCISSOR_TEST = 0x00000020, enumerator in enum:android::__anon321

Completed in 14 milliseconds