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

  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_cc.c 191 cc->cc3.alpha_test = 1;
brw_structs.h 354 GLuint alpha_test:1; member in struct:brw_cc_unit_state::__anon15926
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_cc.c 191 cc->cc3.alpha_test = 1;
brw_structs.h 354 GLuint alpha_test:1; member in struct:brw_cc_unit_state::__anon26393
    [all...]
  /system/core/libpixelflinger/
picker.cpp 115 p |= GGL_BUILD_NEEDS(c->state.alpha_test.func, P_ALPHA_TEST);
pixelflinger.cpp 556 c->state.alpha_test.ref = gglFixedToIteratedColor(gglClampx(ref));
557 if (c->state.alpha_test.func != func) {
558 c->state.alpha_test.func = func;
802 c->state.alpha_test.func = GGL_ALWAYS;
scanline.cpp 841 GGLcolor ref = c->state.alpha_test.ref;
844 switch (c->state.alpha_test.func) {
    [all...]
  /system/core/include/private/pixelflinger/
ggl_context.h 513 alpha_test_state_t alpha_test; member in struct:android::state_t
  /system/core/libpixelflinger/codeflinger/
GGLAssembler.cpp 704 CONTEXT_LOAD(ref, state.alpha_test.ref);
    [all...]

Completed in 99 milliseconds