HomeSort by relevance Sort by last modified time
    Searched defs:m_flags (Results 26 - 50 of 61) sorted by null

12 3

  /external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Dynamics/
b2Body.h 406 // m_flags
432 uint16 m_flags; member in class:b2Body
620 m_flags |= e_bulletFlag;
624 m_flags &= ~e_bulletFlag;
630 return (m_flags & e_bulletFlag) == e_bulletFlag;
637 if ((m_flags & e_awakeFlag) == 0)
639 m_flags |= e_awakeFlag;
645 m_flags &= ~e_awakeFlag;
656 return (m_flags & e_awakeFlag) == e_awakeFlag;
661 return (m_flags & e_activeFlag) == e_activeFlag
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/ConstraintSolver/
btGeneric6DofConstraint.h 325 int m_flags; variable
btGeneric6DofSpring2Constraint.h 302 int m_flags; variable
btSliderConstraint.h 125 int m_flags; variable
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineEarlyFragmentTests.cpp 744 const deUint32 m_flags; member in class:vkt::pipeline::__anon8943::EarlyFragmentTest
749 , m_flags (flags)
772 const bool useEarlyTests = (m_flags & FLAG_DONT_USE_EARLY_FRAGMENT_TESTS) == 0;
    [all...]
  /external/deqp/modules/gles2/functional/
es2fTextureSpecificationTests.cpp 366 const deUint32 m_flags; member in class:deqp::gles2::Functional::TextureSpecCase
396 , m_flags (flags)
456 glTexParameteri(texTarget, GL_TEXTURE_MIN_FILTER, (m_flags & MIPMAPS) ? GL_NEAREST_MIPMAP_NEAREST : GL_NEAREST);
482 int numLevels = (m_flags & MIPMAPS) ? de::max(deLog2Floor32(m_width), deLog2Floor32(m_height))+1 : 1;
520 int numLevels = (m_flags & MIPMAPS) ? de::max(deLog2Floor32(m_width), deLog2Floor32(m_height))+1 : 1;
627 int numLevels = (m_flags & MIPMAPS) ? de::max(deLog2Floor32(m_width), deLog2Floor32(m_height))+1 : 1;
669 int numLevels = (m_flags & MIPMAPS) ? de::max(deLog2Floor32(m_width), deLog2Floor32(m_height))+1 : 1;
718 int numLevels = (m_flags & MIPMAPS) ? de::max(deLog2Floor32(m_width), deLog2Floor32(m_height))+1 : 1;
767 int numLevels = (m_flags & MIPMAPS) ? de::max(deLog2Floor32(m_width), deLog2Floor32(m_height))+1 : 1;
829 int numLevels = (m_flags & MIPMAPS) ? de::max(deLog2Floor32(m_width), deLog2Floor32(m_height))+1 : 1
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletSoftBody/
btSoftBodyData.h 28 int m_flags; member in struct:SoftBodyMaterialData
btSoftBody.h 213 int m_flags; // Flags member in struct:btSoftBody::Material
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libwebm/
mkvparser.hpp 116 unsigned char m_flags; member in class:mkvparser::Block
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/inc/
omx_video_base.h 580 unsigned int m_flags; member in class:omx_video
  /external/deqp/modules/gles31/functional/
es31fTextureGatherTests.cpp 991 const deUint32 m_flags; member in class:deqp::gles31::Functional::__anon9836::TextureGatherCase
    [all...]
es31fGeometryShaderTests.cpp 1826 const int m_flags; member in class:deqp::gles31::Functional::__anon9682::GeometryShaderRenderTest
    [all...]
  /external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/org/jbox2d/dynamics/
Body.java 54 public int m_flags; field in class:Body
109 m_flags = 0;
112 m_flags |= e_bulletFlag;
115 m_flags |= e_fixedRotationFlag;
118 m_flags |= e_autoSleepFlag;
121 m_flags |= e_awakeFlag;
124 m_flags |= e_activeFlag;
194 if ((m_flags & e_activeFlag) == e_activeFlag) {
212 m_world.m_flags |= World.NEW_FIXTURE;
293 if ((m_flags & e_activeFlag) == e_activeFlag)
    [all...]
World.java 98 protected int m_flags; field in class:World
180 m_flags = CLEAR_FORCES;
602 if ((m_flags & NEW_FIXTURE) == NEW_FIXTURE) {
605 m_flags &= ~NEW_FIXTURE;
608 m_flags |= LOCKED;
650 if ((m_flags & CLEAR_FORCES) == CLEAR_FORCES) {
654 m_flags &= ~LOCKED;
1021 return (m_flags & LOCKED) == LOCKED;
1031 m_flags |= CLEAR_FORCES;
1033 m_flags &= ~CLEAR_FORCES
    [all...]
  /external/libvpx/libvpx/third_party/libwebm/
mkvparser.hpp 112 unsigned char m_flags; member in class:mkvparser::Block
  /external/libvpx/libwebm/mkvparser/
mkvparser.h 110 unsigned char m_flags; member in class:mkvparser::Block
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
mkvparser.hpp 118 unsigned char m_flags; member in class:mkvparser::Block
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/inc/
omx_video_base.h 649 uint64_t m_flags; member in class:omx_video
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/inc/
omx_video_base.h 668 uint64_t m_flags; member in class:omx_video
  /hardware/qcom/media/msmcobalt/mm-video-v4l2/vidc/venc/inc/
omx_video_base.h 696 uint64_t m_flags; member in class:omx_video
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/
omx_vdec.h 722 unsigned int m_flags; member in class:omx_vdec
    [all...]
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/
omx_vdec_hevc.h 742 unsigned int m_flags; member in class:omx_vdec
    [all...]
omx_vdec.h 837 unsigned int m_flags; member in class:omx_vdec
    [all...]
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
omx_vdec_hevc.h 736 unsigned int m_flags; member in class:omx_vdec
    [all...]
  /hardware/qcom/media/msmcobalt/mm-video-v4l2/vidc/vdec/inc/
omx_vdec_hevc.h 738 unsigned int m_flags; member in class:omx_vdec
    [all...]

Completed in 1015 milliseconds

12 3