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

  /hardware/qcom/gps/msm8960/utils/
loc_target.h 32 #define TARGET_DEFAULT TARGET_SET(GNSS_MSM, HAS_SSC)
loc_target.cpp 86 unsigned int target = TARGET_DEFAULT;
  /hardware/qcom/gps/utils/
loc_target.h 32 #define TARGET_DEFAULT TARGET_SET(GNSS_MSM, HAS_SSC)
  /external/chromium_org/third_party/skia/
make.py 25 TARGET_DEFAULT = 'most'
124 args = [TARGET_DEFAULT]
  /external/skia/
make.py 25 TARGET_DEFAULT = 'most'
124 args = [TARGET_DEFAULT]
  /external/deqp/modules/gles31/functional/
es31fMultisampleShaderRenderCase.hpp 62 TARGET_DEFAULT = 0,
es31fShaderMultisampleInterpolationTests.cpp 129 const bool isSingleSampleTarget = (m_renderTarget != TARGET_DEFAULT && m_numRequestedSamples == 0) || (m_renderTarget == TARGET_DEFAULT && m_context.getRenderTarget().getNumSamples() <= 1);
203 const bool isSingleSampleTarget = (m_renderTarget != TARGET_DEFAULT && m_numRequestedSamples == 0) || (m_renderTarget == TARGET_DEFAULT && m_context.getRenderTarget().getNumSamples() <= 1);
391 const bool isSingleSampleTarget = (m_renderTarget != TARGET_DEFAULT && m_numRequestedSamples == 0) || (m_renderTarget == TARGET_DEFAULT && m_context.getRenderTarget().getNumSamples() <= 1);
656 if (m_renderTarget == TARGET_DEFAULT && m_context.getRenderTarget().getNumSamples() > 1)
    [all...]
es31fMultisampleShaderRenderCase.cpp 103 case TARGET_DEFAULT:
238 if (m_renderTarget != TARGET_DEFAULT)
272 else if (m_renderTarget == TARGET_DEFAULT)
508 if (m_renderTarget == TARGET_DEFAULT)
es31fSampleShadingTests.cpp 495 if (m_renderTarget == TARGET_DEFAULT && m_context.getRenderTarget().getNumSamples() <= 1)
690 { SampleShadingRenderingCase::TARGET_DEFAULT, 0, "default_framebuffer" },
es31fSampleVariableTests.cpp 634 const bool multisampleTarget = (m_numRequestedSamples > 0) || (m_renderTarget == TARGET_DEFAULT && m_context.getRenderTarget().getNumSamples() > 1);
671 const int sampleCount = (m_renderTarget == TARGET_DEFAULT) ? (m_context.getRenderTarget().getNumSamples()) : (m_numRequestedSamples);
    [all...]
  /external/chromium_org/mojo/examples/window_manager/
debug_panel.cc 81 return TARGET_DEFAULT;
window_manager.cc 400 OnLaunch(kInvalidSourceViewId, TARGET_DEFAULT, url);
418 if (target == TARGET_DEFAULT) {
419 if (requested_target != TARGET_DEFAULT) {
  /external/chromium_org/mojo/services/html_viewer/
html_document_view.cc 62 return TARGET_DEFAULT;
  /hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
loc.cpp 190 unsigned int target = TARGET_DEFAULT;
  /hardware/qcom/gps/loc_api/libloc_api_50001/
loc.cpp 226 unsigned int target = TARGET_DEFAULT;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/config/i386/
i386.h 497 #define TARGET_DEFAULT 0
    [all...]

Completed in 171 milliseconds