Searched defs:enable (Results 1 – 11 of 11) sorted by relevance
/system/core/libpixelflinger/ |
D | pixelflinger.cpp | 290 static void ggl_enable_fog(context_t* c, int enable) in ggl_enable_fog() 615 void ggl_enable_blending(context_t* c, int enable) in ggl_enable_blending() 625 void ggl_enable_scissor_test(context_t* c, int enable) in ggl_enable_scissor_test() 635 void ggl_enable_alpha_test(context_t* c, int enable) in ggl_enable_alpha_test() 645 void ggl_enable_logic_op(context_t* c, int enable) in ggl_enable_logic_op() 655 void ggl_enable_dither(context_t* c, int enable) in ggl_enable_dither() 669 void ggl_enable_depth_test(context_t* c, int enable) in ggl_enable_depth_test() 681 void ggl_enable_aa(context_t* c, int enable) in ggl_enable_aa() 691 void ggl_enable_point_aa_nice(context_t* c, int enable) in ggl_enable_point_aa_nice() 701 void ggl_enable_w_lerp(context_t* c, int enable) in ggl_enable_w_lerp() [all …]
|
/system/core/libsuspend/ |
D | autosuspend_ops.h | 21 int (*enable)(void); member
|
/system/core/toolbox/upstream-netbsd/bin/dd/ |
D | misc.c | 194 dd_write_msg(const char *fmt, int enable) in dd_write_msg()
|
/system/netd/server/ |
D | TetherController.cpp | 58 int TetherController::setIpFwdEnabled(bool enable) { in setIpFwdEnabled()
|
D | CommandListener.cpp | 423 int enable = !strncmp(argv[3], "enable", 7); in runCommand() local 439 int enable = !strncmp(argv[3], "enable", 7); in runCommand() local
|
/system/vold/ |
D | Volume.cpp | 132 void Volume::setDebug(bool enable) { in setDebug()
|
D | VolumeManager.cpp | 219 void VolumeManager::setDebug(bool enable) { in setDebug()
|
/system/core/include/utils/ |
D | RefBase.h | 120 inline void trackMe(bool enable, bool retain) in trackMe()
|
/system/core/libutils/ |
D | RefBase.cpp | 567 void RefBase::weakref_type::trackMe(bool enable, bool retain) in trackMe()
|
/system/core/healthd/ |
D | healthd_mode_charger.cpp | 249 static int request_suspend(bool enable) in request_suspend()
|
/system/core/include/pixelflinger/ |
D | pixelflinger.h | 225 void (*enable)(void* c, GGLenum name); member
|