Searched refs:depth_test (Results 1 - 4 of 4) sorted by relevance

/system/core/libpixelflinger/
H A Dpicker.cpp121 p |= GGL_BUILD_NEEDS(c->state.depth_test.func, P_DEPTH_TEST);
H A Dpixelflinger.cpp572 if (c->state.depth_test.func != func) {
573 c->state.depth_test.func = func;
803 c->state.depth_test.func = GGL_LESS;
804 c->state.depth_test.clearValue = FIXED_ONE;
H A Dscanline.cpp862 switch (c->state.depth_test.func) {
/system/core/include/private/pixelflinger/
H A Dggl_context.h514 depth_test_state_t depth_test; member in struct:android::state_t

Completed in 66 milliseconds