Searched refs:ref (Results 1 - 5 of 5) sorted by relevance

/system/core/libpixelflinger/codeflinger/
H A DGGLAssembler.cpp699 int ref = scratches.obtain(); local
701 CONTEXT_LOAD(ref, state.alpha_test.ref);
702 if (shift) CMP(AL, fragment.reg, reg_imm(ref, LSR, shift));
703 else CMP(AL, fragment.reg, ref);
/system/core/libpixelflinger/
H A Dscanline.cpp701 GGLcolor ref = c->state.alpha_test.ref; local
706 case GGL_LESS: if (alpha<ref) break; goto discard;
707 case GGL_EQUAL: if (alpha==ref) break; goto discard;
708 case GGL_LEQUAL: if (alpha<=ref) break; goto discard;
709 case GGL_GREATER: if (alpha>ref) break; goto discard;
710 case GGL_NOTEQUAL: if (alpha!=ref) break; goto discard;
711 case GGL_GEQUAL: if (alpha>=ref) break; goto discard;
H A Dpixelflinger.cpp549 static void ggl_alphaFuncx(void* con, GGLenum func, GGLclampx ref) argument
556 c->state.alpha_test.ref = gglFixedToIteratedColor(gglClampx(ref));
/system/core/include/pixelflinger/
H A Dpixelflinger.h286 void (*alphaFuncx)(void* c, GGLenum func, GGLclampx ref);
/system/core/include/private/pixelflinger/
H A Dggl_context.h297 GGLcolor ref; member in struct:android::alpha_test_state_t

Completed in 1961 milliseconds