/external/deqp/framework/randomshaders/ |
D | rsgToken.cpp | 32 : m_type(IDENTIFIER) in Token() 41 if (m_type == IDENTIFIER) in ~Token() 47 if (m_type == IDENTIFIER) in operator =() 53 m_type = other.m_type; in operator =() 55 if (m_type == IDENTIFIER) in operator =() 61 else if (m_type == FLOAT_LITERAL) in operator =() 63 else if (m_type == INT_LITERAL) in operator =() 65 else if (m_type == BOOL_LITERAL) in operator =() 72 : m_type(TYPE_LAST) in Token() 79 if (m_type != other.m_type) in operator !=() [all …]
|
D | rsgVariableType.hpp | 67 : m_type(DE_NULL) in Member() 73 : m_type(new VariableType(type)) in Member() 80 delete m_type; in ~Member() 84 : m_type(DE_NULL) in Member() 87 if (other.m_type) in Member() 88 m_type = new VariableType(*other.m_type); in Member() 96 delete m_type; in operator =() 98 m_type = DE_NULL; in operator =() 101 if (other.m_type) in operator =() 102 m_type = new VariableType(*other.m_type); in operator =() [all …]
|
D | rsgVariableValue.hpp | 77 …StridedValueRead (const VariableType& type, const Scalar* value) : m_type(type), m_value(value) {} in StridedValueRead() 79 const VariableType& getType (void) const { return m_type; } in getType() 83 const VariableType& m_type; member in rsg::StridedValueRead 91 ConstStridedValueAccess (void) : m_type(DE_NULL), m_value(DE_NULL) {} in ConstStridedValueAccess() 92 …ConstStridedValueAccess (const VariableType& type, const Scalar* valuePtr) : m_type(&type), m_valu… in ConstStridedValueAccess() 94 const VariableType& getType (void) const { return *m_type; } in getType() 118 const VariableType* m_type; member in rsg::ConstStridedValueAccess 200 ConstValueRangeAccess (void) : m_type(DE_NULL), m_min(DE_NULL), m_max(DE_NULL) {} in ConstValueRangeAccess() 201 …(const VariableType& type, const Scalar* minVal, const Scalar* maxVal) : m_type(&type), m_min(cons… in ConstValueRangeAccess() 203 const VariableType& getType (void) const { return *m_type; } in getType() [all …]
|
D | rsgToken.hpp | 137 inline bool operator== (Type type) const { return m_type == type; } in operator ==() 138 inline bool operator!= (Type type) const { return m_type != type; } in operator !=() 145 inline Type getType (void) const { return m_type; } in getType() 153 Type m_type; member in rsg::Token 165 : m_type(TYPE_LAST) in Token() 171 : m_type(type) in Token() 177 : m_type(FLOAT_LITERAL) in Token() 183 : m_type(INT_LITERAL) in Token() 189 : m_type(BOOL_LITERAL) in Token() 201 DE_ASSERT(m_type == IDENTIFIER); in getIdentifier() [all …]
|
/external/pdfium/xfa/src/fxfa/src/fm2js/ |
D | xfa_fmparse.cpp | 37 while (m_pToken->m_type == TOKreserver) { in NextToken() 45 if (m_pToken->m_type != op) { in Check() 64 if (m_pToken->m_type == TOKeof) { in ParseTopExpression() 67 if (m_pToken->m_type == TOKendfunc) { in ParseTopExpression() 70 if (m_pToken->m_type == TOKendif) { in ParseTopExpression() 73 if (m_pToken->m_type == TOKelseif) { in ParseTopExpression() 76 if (m_pToken->m_type == TOKelse) { in ParseTopExpression() 79 if (m_pToken->m_type == TOKfunc) { in ParseTopExpression() 104 if (m_pToken->m_type != TOKidentifier) { in ParseFunction() 113 if (m_pToken->m_type == TOKrparen) { in ParseFunction() [all …]
|
D | xfa_lexer.cpp | 147 m_type = TOKreserver; in CXFA_FMToken() 152 m_type = TOKreserver; in CXFA_FMToken() 201 p->m_type = TOKeof; in Scan() 218 p->m_type = TOKstring; in Scan() 236 p->m_type = TOKnumber; in Scan() 251 p->m_type = TOKeq; in Scan() 255 p->m_type = TOKassign; in Scan() 269 p->m_type = TOKle; in Scan() 273 p->m_type = TOKne; in Scan() 277 p->m_type = TOKlt; in Scan() [all …]
|
/external/strace/ |
D | mpers.sh | 46 for m_type; do 47 f_h="${BITS_DIR}/${m_type}.h" 48 f_c="${BITS_DIR}/${m_type}.c" 49 f_i="${BITS_DIR}/${m_type}.i" 50 f_o="${BITS_DIR}/${m_type}.o" 51 f_d1="${BITS_DIR}/${m_type}.d1" 52 f_d2="${BITS_DIR}/${m_type}.d2" 54 /DEF_MPERS_TYPE('"${m_type}"')$/n 57 /^#[[:space:]]*include[[:space:]]\+MPERS_DEFS$/ {s//'"${m_type} ${VAR_NAME}"';/;q} 60 grep -F -q "${m_type}.h" "${f_i}" ||
|
/external/deqp/modules/gles3/stress/ |
D | es3sVertexArrayTests.cpp | 158 Array::InputType m_type; member in deqp::gles3::Stress::__anond4426b3d0111::SingleVertexArrayStrideGroup 163 , m_type (type) in SingleVertexArrayStrideGroup() 185 …const bool packed = m_type == Array::INPUTTYPE_UNSIGNED_INT_2_10_10_10 || m_type == Array::INPUT… in init() 186 … = (strides[strideNdx] < 0) ? ((packed) ? (16) : (Array::inputTypeSize(m_type) * componentCount)… in init() 187 …t alignment = (packed) ? (Array::inputTypeSize(m_type) * componentCount) : (Array::inputTypeSize(… in init() 192 …if((m_type == Array::INPUTTYPE_UNSIGNED_INT_2_10_10_10 || m_type == Array::INPUTTYPE_INT_2_10_10_1… in init() 195 MultiVertexArrayTest::Spec::ArraySpec arraySpec(m_type, in init() 203 GLValue::getMinValue(m_type), in init() 204 GLValue::getMaxValue(m_type)); in init() 263 Array::InputType m_type; member in deqp::gles3::Stress::__anond4426b3d0111::SingleVertexArrayFirstGroup [all …]
|
/external/deqp/modules/gles3/functional/ |
D | es3fVertexArrayTest.cpp | 155 Array::InputType m_type; member in deqp::gles3::Functional::SingleVertexArrayStrideGroup 160 , m_type (type) in SingleVertexArrayStrideGroup() 182 …const bool packed = m_type == Array::INPUTTYPE_UNSIGNED_INT_2_10_10_10 || m_type == Array::INPUT… in init() 183 … = (strides[strideNdx] < 0) ? ((packed) ? (16) : (Array::inputTypeSize(m_type) * componentCount)… in init() 184 …t alignment = (packed) ? (Array::inputTypeSize(m_type) * componentCount) : (Array::inputTypeSize(… in init() 189 …if((m_type == Array::INPUTTYPE_UNSIGNED_INT_2_10_10_10 || m_type == Array::INPUTTYPE_INT_2_10_10_1… in init() 192 MultiVertexArrayTest::Spec::ArraySpec arraySpec(m_type, in init() 200 GLValue::getMinValue(m_type), in init() 201 GLValue::getMaxValue(m_type)); in init() 260 Array::InputType m_type; member in deqp::gles3::Functional::SingleVertexArrayFirstGroup [all …]
|
/external/deqp/framework/opengl/ |
D | gluVarTypeUtil.hpp | 142 bool isValid (void) const { return isValidTypePath(m_type, m_path); } in isValid() 143 VarType getType (void) const { return getVarType(m_type, m_path); } in getType() 148 …= (const SubTypeAccess& other) const { return m_path == other.m_path && m_type == other.m_type; } in operator ==() 149 …= (const SubTypeAccess& other) const { return m_path != other.m_path || m_type != other.m_type; } in operator !=() 152 VarType m_type; member in glu::SubTypeAccess 166 …or== (const SubTypeIterator<IsExpanded>& other) const { return m_type == other.m_type && m_path … in operator ==() 167 …or!= (const SubTypeIterator<IsExpanded>& other) const { return m_type != other.m_type || m_path … in operator !=() 172 void toStream (std::ostream& str) const { str << TypeAccessFormat(*m_type, m_path); } in toStream() 173 …VarType getType (void) const { return getVarType(*m_type, m_path.begin(), m_path.end());… in getType() 184 const VarType* m_type; member in glu::SubTypeIterator [all …]
|
D | gluVarType.cpp | 32 : m_type(TYPE_LAST) in VarType() 37 : m_type(TYPE_LAST) in VarType() 43 : m_type(TYPE_BASIC) in VarType() 50 : m_type(TYPE_ARRAY) in VarType() 58 : m_type(TYPE_STRUCT) in VarType() 65 if (m_type == TYPE_ARRAY) in ~VarType() 74 if (m_type == TYPE_ARRAY) in operator =() 77 m_type = other.m_type; in operator =() 80 if (m_type == TYPE_ARRAY) in operator =() 93 switch (m_type) in getScalarSize() [all …]
|
/external/deqp/modules/gles31/functional/ |
D | es31fProgramInterfaceDefinitionUtil.hpp | 45 VariablePathComponent (void) :m_type(TYPE_LAST) { } in VariablePathComponent() 46 …VariablePathComponent (const glu::VarType* type) :m_type(TYPE_TYPE) { m_data.type = type; } in VariablePathComponent() 47 …VariablePathComponent (const glu::InterfaceBlock* block) :m_type(TYPE_INTERFACEBLOCK) { m_data.bl… in VariablePathComponent() 48 …VariablePathComponent (const glu::VariableDeclaration* decl) :m_type(TYPE_DECLARATION) { m_data.d… in VariablePathComponent() 50 …PathComponent (const VariablePathComponent& other) : m_data(other.m_data), m_type(other.m_type) { } in VariablePathComponent() 51 …VariablePathComponent& operator= (const VariablePathComponent& other) { m_type = other.m_type… in operator =() 53 bool isVariableType (void) const { return m_type == TYPE_TYPE; } in isVariableType() 54 bool isInterfaceBlock (void) const { return m_type == TYPE_INTERFACEBLOCK; } in isInterfaceBlock() 55 bool isDeclaration (void) const { return m_type == TYPE_DECLARATION; } in isDeclaration() 80 Type m_type; member in deqp::gles31::Functional::ProgramInterfaceDefinition::VariablePathComponent
|
D | es31fTextureBufferTests.cpp | 141 const QueryType m_type; member in deqp::gles31::Functional::__anonbd19124f0411::LimitQueryCase 148 , m_type (type) in LimitQueryCase() 160 verifyStateIntegerMin(result, gl, m_target, m_minValue, m_type); in iterate() 176 const QueryType m_type; member in deqp::gles31::Functional::__anonbd19124f0411::AlignmentQueryCase 183 , m_type (type) in AlignmentQueryCase() 195 verifyStateIntegerMax(result, gl, m_target, m_maxValue, m_type); in iterate() 209 const QueryType m_type; member in deqp::gles31::Functional::__anonbd19124f0411::TextureBufferBindingQueryCase 214 , m_type (type) in TextureBufferBindingQueryCase() 231 verifyStateInteger(result, gl, GL_TEXTURE_BUFFER_BINDING, 0, m_type); in iterate() 244 verifyStateInteger(result, gl, GL_TEXTURE_BUFFER_BINDING, buffer, m_type); in iterate() [all …]
|
/external/deqp/modules/glshared/ |
D | glsTextureStateQueryTests.cpp | 699 const QueryType m_type; member in deqp::gls::TextureStateQueryTests::__anonb765cf490111::TextureTest 714 , m_type (type) in TextureTest() 732 if (!isCoreQuery(m_renderCtx.getType(), m_type)) in init() 733 extensions.add(getQueryExtension(m_renderCtx.getType(), m_type)); in init() 832 verifyStateTextureParamInteger(result, gl, m_target, m_pname, GL_DEPTH_COMPONENT, m_type); in test() 843 verifyStateTextureParamInteger(result, gl, m_target, m_pname, GL_STENCIL_INDEX, m_type); in test() 847 verifyStateTextureParamInteger(result, gl, m_target, m_pname, GL_DEPTH_COMPONENT, m_type); in test() 851 verifyStateTextureParamInteger(result, gl, m_target, m_pname, GL_STENCIL_INDEX, m_type); in test() 855 verifyStateTextureParamInteger(result, gl, m_target, m_pname, GL_DEPTH_COMPONENT, m_type); in test() 865 verifyStateTextureParamInteger(result, gl, m_target, m_pname, GL_STENCIL_INDEX, m_type); in test() [all …]
|
D | glsAttributeLocationTests.hpp | 102 const AttribType getType (void) const { return m_type; } in getType() 109 AttribType m_type; member in deqp::gls::AttributeLocationTestUtil::Attribute 146 const AttribType m_type; member in deqp::gls::BindAttributeTest 165 const AttribType m_type; member in deqp::gls::BindMaxAttributesTest 184 const AttribType m_type; member in deqp::gls::BindAliasingAttributeTest 203 const AttribType m_type; member in deqp::gls::BindMaxAliasingAttributeTest 221 const AttribType m_type; member in deqp::gls::BindInactiveAliasingAttributeTest 239 const AttribType m_type; member in deqp::gls::BindHoleAttributeTest 311 const AttribType m_type; member in deqp::gls::LocationAttributeTest 329 const AttribType m_type; member in deqp::gls::LocationMaxAttributesTest [all …]
|
D | glsUniformBlockCase.hpp | 81 bool isBasicType (void) const { return m_type == TYPE_BASIC; } in isBasicType() 82 bool isArrayType (void) const { return m_type == TYPE_ARRAY; } in isArrayType() 83 bool isStructType (void) const { return m_type == TYPE_STRUCT; } in isStructType() 105 Type m_type; member in deqp::gls::ub::VarType 128 …StructMember (const char* name, const VarType& type, deUint32 flags) : m_name(name), m_type(type),… in StructMember() 132 const VarType& getType (void) const { return m_type; } in getType() 137 VarType m_type; member in deqp::gls::ub::StructMember 170 const VarType& getType (void) const { return m_type; } in getType() 175 VarType m_type; member in deqp::gls::ub::Uniform
|
D | glsAttributeLocationTests.cpp | 672 : m_type (type) in Attribute() 810 , m_type (type) in BindAttributeTest() 822 …attributes.push_back(Attribute(m_type, "a_0", Attribute::LOC_UNDEF, Cond::COND_ALWAYS, m_arraySize… in iterate() 835 , m_type (type) in BindMaxAttributesTest() 852 …c = maxAttributes - (arrayElementCount * m_type.getLocationSize()); loc >= 0; loc -= (arrayElement… in iterate() 854 …attributes.push_back(Attribute(m_type, "a_" + de::toString(ndx), Attribute::LOC_UNDEF, Cond::COND_… in iterate() 871 , m_type (type) in BindAliasingAttributeTest() 884 attributes.push_back(Attribute(m_type, "a_0", Attribute::LOC_UNDEF, Cond("A", true), m_arraySize)); in iterate() 899 , m_type (type) in BindMaxAliasingAttributeTest() 916 …for (int loc = maxAttributes - arrayElementCount * m_type.getLocationSize(); loc >= 0; loc -= m_ty… in iterate() [all …]
|
D | glsLifetimeTests.cpp | 611 Name (Type& type) : m_type(type), m_name(type.gen()) {} in Name() 612 Name (Type& type, GLuint name) : m_type(type), m_name(name) {} in Name() 613 ~Name (void) { m_type.release(m_name); } in ~Name() 617 Type& m_type; member in deqp::gls::LifetimeTests::details::Name 727 , m_type (type) in LifeTest() 740 Binder& binder (void) { return *m_type.binder(); } in binder() 742 Type& m_type; member in deqp::gls::LifetimeTests::details::LifeTest 755 Name name (m_type); in testGen() 757 if (m_type.genCreates()) in testGen() 758 errors.check(m_type.exists(*name), "Gen* should have created an object, but didn't"); in testGen() [all …]
|
/external/opencv/otherlibs/highgui/ |
D | grfmt_sunras.cpp | 109 m_type = (SunRasType)m_strm.GetDWord(); in ReadHeader() 115 (m_type == RAS_OLD || m_type == RAS_STANDARD || in ReadHeader() 116 (m_type == RAS_BYTE_ENCODED && m_bpp == 8) || m_type == RAS_FORMAT_RGB) && in ReadHeader() 207 if( m_type != RAS_BYTE_ENCODED ) in ReadData() 276 if( m_type != RAS_BYTE_ENCODED ) in ReadData() 362 if( m_type == RAS_FORMAT_RGB ) in ReadData() 368 m_type == RAS_FORMAT_RGB ? 2 : 0 ); in ReadData() 383 m_type == RAS_FORMAT_RGB ? 2 : 0 ); in ReadData() 386 m_type == RAS_FORMAT_RGB ? 2 : 0 ); in ReadData()
|
D | grfmt_exr.cpp | 186 m_type = (chcnt == uintcnt) ? UINT : FLOAT; in ReadHeader() 188 m_isfloat = (m_type == FLOAT); in ReadHeader() 231 frame.insert( "BY", Slice( m_type, in ReadData() 238 frame.insert( "Y", Slice( m_type, in ReadData() 245 frame.insert( "RY", Slice( m_type, in ReadData() 254 frame.insert( "Y", Slice( m_type, in ReadData() 257 frame.insert( "Y", Slice( m_type, in ReadData() 260 frame.insert( "Y", Slice( m_type, in ReadData() 270 frame.insert( "Y", Slice( m_type, in ReadData() 280 frame.insert( "B", Slice( m_type, in ReadData() [all …]
|
/external/opencv3/modules/imgcodecs/src/ |
D | grfmt_sunras.cpp | 97 (m_type == RAS_BYTE_ENCODED && m_bpp == 8) || m_type == RAS_FORMAT_RGB) && in readHeader() 120 m_type = IsColorPalette( m_palette, m_bpp ) ? CV_8UC3 : CV_8UC1; in readHeader() 129 m_type = m_bpp > 8 ? CV_8UC3 : CV_8UC1; in readHeader() 131 if( CV_MAT_CN(m_type) == 1 ) in readHeader() 186 if( m_type != RAS_BYTE_ENCODED ) in readData() 255 if( m_type != RAS_BYTE_ENCODED ) in readData() 341 if( m_type == RAS_FORMAT_RGB ) in readData() 347 m_type == RAS_FORMAT_RGB ? 2 : 0 ); in readData() 362 m_type == RAS_FORMAT_RGB ? 2 : 0 ); in readData() 365 m_type == RAS_FORMAT_RGB ? 2 : 0 ); in readData()
|
D | grfmt_exr.cpp | 173 m_type = (chcnt == uintcnt) ? UINT : FLOAT; in readHeader() 175 m_isfloat = (m_type == FLOAT); in readHeader() 223 frame.insert( "BY", Slice( m_type, in readData() 230 frame.insert( "Y", Slice( m_type, in readData() 237 frame.insert( "RY", Slice( m_type, in readData() 246 frame.insert( "Y", Slice( m_type, in readData() 249 frame.insert( "Y", Slice( m_type, in readData() 252 frame.insert( "Y", Slice( m_type, in readData() 262 frame.insert( "Y", Slice( m_type, in readData() 272 frame.insert( "B", Slice( m_type, in readData() [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/ubo/ |
D | vktUniformBlockCase.hpp | 76 bool isBasicType (void) const { return m_type == TYPE_BASIC; } in isBasicType() 77 bool isArrayType (void) const { return m_type == TYPE_ARRAY; } in isArrayType() 78 bool isStructType (void) const { return m_type == TYPE_STRUCT; } in isStructType() 100 Type m_type; member in vkt::ubo::VarType 124 : m_name(name), m_type(type), m_flags(flags) in StructMember() 131 const VarType& getType (void) const { return m_type; } in getType() 136 VarType m_type; member in vkt::ubo::StructMember 170 const VarType& getType (void) const { return m_type; } in getType() 175 VarType m_type; member in vkt::ubo::Uniform
|
/external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Dynamics/ |
D | b2Body.cpp | 86 m_type = bd->type; in b2Body() 88 if (m_type == b2_dynamicBody) in b2Body() 121 if (m_type == type) in SetType() 126 m_type = type; in SetType() 130 if (m_type == b2_staticBody) in SetType() 291 if (m_type == b2_staticBody || m_type == b2_kinematicBody) in ResetMassData() 299 b2Assert(m_type == b2_dynamicBody); in ResetMassData() 361 if (m_type != b2_dynamicBody) in SetMassData() 397 if (m_type != b2_dynamicBody && other->m_type != b2_dynamicBody) in ShouldCollide() 527 b2Log(" bd.type = b2BodyType(%d);\n", m_type); in Dump()
|
/external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/org/jbox2d/dynamics/ |
D | Body.java | 52 public BodyType m_type; field in Body 156 m_type = bd.type; in Body() 158 if (m_type == BodyType.DYNAMIC) { in Body() 386 if (m_type == BodyType.STATIC) { in setLinearVelocity() 413 if (m_type == BodyType.STATIC) { in setAngularVelocity() 459 if (m_type != BodyType.DYNAMIC) { in applyForce() 484 if (m_type != BodyType.DYNAMIC) { in applyForceToCenter() 503 if (m_type != BodyType.DYNAMIC) { in applyTorque() 525 if (m_type != BodyType.DYNAMIC) { in applyLinearImpulse() 550 if (m_type != BodyType.DYNAMIC) { in applyAngularImpulse() [all …]
|