HomeSort by relevance Sort by last modified time
    Searched refs:Enable (Results 251 - 275 of 293) sorted by null

<<1112

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
shldisp.h     [all...]
ocidl.h     [all...]
strmif.h     [all...]
d3d9.h     [all...]
  /external/opencv3/modules/core/src/
opengl.cpp     [all...]
gl_core_3_1.hpp     [all...]
  /external/webrtc/talk/session/media/
channel.cc 384 bool BaseChannel::Enable(bool enable) {
386 enable ? &BaseChannel::EnableMedia_w : &BaseChannel::DisableMedia_w,
    [all...]
  /hardware/qcom/display/msm8996/sdm/libs/hwc2/
hwc_display.cpp 469 if (enabled == HWC2::Vsync::Enable)
    [all...]
hwc_session.cpp 913 uint32_t enable = UINT32(input_parcel->readInt32()); local
1226 bool enable = (input_parcel->readInt32() > 0); local
    [all...]
  /hardware/qcom/display/msmcobalt/sdm/libs/hwc2/
hwc_display.cpp 469 if (enabled == HWC2::Vsync::Enable)
    [all...]
hwc_session.cpp 911 uint32_t enable = UINT32(input_parcel->readInt32()); local
1224 bool enable = (input_parcel->readInt32() > 0); local
    [all...]
  /external/blktrace/btreplay/doc/
btreplay.tex 398 [ -W : --write-enable ] Default: Off
525 \texttt{--write-enable}\\Enable Writing During Replay}
528 process \emph{write} requests. In order to enable \texttt{btreplay} to
  /external/mesa3d/src/mesa/drivers/common/
meta.c 45 #include "main/enable.h"
464 /* We need to enable/disable multisample when using GLES but this enum
477 if (ctx->Driver.Enable) {
478 ctx->Driver.Enable(ctx, cap, state);
    [all...]
  /external/v8/
Android.v8common.mk 567 # Enable DEBUG option.
  /external/c-ares/
configure 927 -enable-* | --enable-*)
928 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
938 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic4x/
opcodes.s 16 ;;; TEST_ENH Enable testing of enhanced opcodes
17 ;;; TEST_IDLE2 Enable testing of IDLE2 command
18 ;;; TEST_LPWR Enable testing of LOPOWER commands
    [all...]
  /external/opencv3/3rdparty/include/dshow/
strmif.h     [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/opsworks/
layer1.py 378 whether to enable Berkshelf and the Berkshelf version on Chef 11.10
521 :param enable_ssl: Whether to enable SSL for the app.
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_state.c     [all...]
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_state.c 1017 /* Enable only constant portion of attenuation calculation */
1020 /* Enable full attenuation calculation */
    [all...]
  /external/v8/src/debug/
debug.cc 919 void Debug::ChangeBreakOnException(ExceptionBreakType type, bool enable) {
921 break_on_uncaught_exception_ = enable;
923 break_on_exception_ = enable;
    [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]
  /external/mesa3d/include/GL/
gl_mangle.h 441 #define glEnable MANGLE(Enable)
    [all...]
  /frameworks/native/services/surfaceflinger/
SurfaceFlinger.cpp 354 virtual void setVSyncEnabled(bool enable) {
356 if (enable) {
373 mEnabled = enable;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/GL/
gl_mangle.h 402 #define glEnable MANGLE(Enable)
    [all...]

Completed in 1359 milliseconds

<<1112