Home
last modified time | relevance | path

Searched defs:zeroi (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_setup.c255 LLVMValueRef zeroi = lp_build_const_int32(gallivm, 0); in lp_do_offset_tri() local
603 LLVMValueRef zeroi = lp_build_const_int32(gallivm, 0); in init_args() local
/external/libgdx/gdx/src/com/badlogic/gdx/scenes/scene2d/ui/
DCell.java15 static private final Integer zeroi = 0, onei = 1; field in Cell