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

  /system/core/libpixelflinger/
picker.cpp 121 p |= GGL_BUILD_NEEDS(c->state.depth_test.func, P_DEPTH_TEST);
pixelflinger.cpp 572 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;
scanline.cpp 841 switch (c->state.depth_test.func) {
    [all...]
  /system/core/include/private/pixelflinger/
ggl_context.h 494 depth_test_state_t depth_test; member in struct:android::state_t

Completed in 54 milliseconds