/external/deqp/framework/randomshaders/ |
D | rsgVariableType.hpp | 186 inline VariableType::VariableType (Type baseType, int numElements) in VariableType() 196 inline VariableType::VariableType (Type baseType, const VariableType& elementType, int numElements) in VariableType() 206 inline VariableType::VariableType (Type baseType, const char* typeName) in VariableType()
|
D | rsgVariableType.cpp | 130 const VariableType& VariableType::getScalarType (Type baseType) in getScalarType()
|
D | rsgShaderGenerator.cpp | 139 VariableType::Type baseType = valueRange.getType().getBaseType(); in fillUndefinedComponents() local
|
D | rsgUtils.cpp | 165 VariableType::Type baseType = VariableType::TYPE_LAST; in computeRandomType() local
|
D | rsgBinaryOps.cpp | 128 …VariableType::Type baseType = state.getRandom().choose<VariableType::Type>(baseTypes.begin(), base… in BinaryVecOp() local 143 VariableType::Type baseType = this->m_type.getBaseType(); in BinaryVecOp() local
|
D | rsgExpression.cpp | 689 VariableType::Type baseType = type.getBaseType(); in ConstructorOp() local
|
/external/hamcrest/library/src/org/hamcrest/object/ |
D | IsCompatibleType.java | 24 public static <T> Matcher<Class<?>> typeCompatibleWith(Class<T> baseType) { in typeCompatibleWith()
|
/external/deqp/modules/gles3/functional/ |
D | es3fShaderCommonFunctionTests.cpp | 414 static std::string getCommonFuncCaseName (glu::DataType baseType, glu::Precision precision, glu::Sh… in getCommonFuncCaseName() 422 …AbsCase (Context& context, glu::DataType baseType, glu::Precision precision, glu::ShaderType shade… in AbsCase() 504 …SignCase (Context& context, glu::DataType baseType, glu::Precision precision, glu::ShaderType shad… in SignCase() 610 …RoundEvenCase (Context& context, glu::DataType baseType, glu::Precision precision, glu::ShaderType… in RoundEvenCase() 721 …ModfCase (Context& context, glu::DataType baseType, glu::Precision precision, glu::ShaderType shad… in ModfCase() 787 …IsnanCase (Context& context, glu::DataType baseType, glu::Precision precision, glu::ShaderType sha… in IsnanCase() 868 …IsinfCase (Context& context, glu::DataType baseType, glu::Precision precision, glu::ShaderType sha… in IsinfCase() 949 …FloatBitsToUintIntCase (Context& context, glu::DataType baseType, glu::Precision precision, glu::S… in FloatBitsToUintIntCase() 1009 …FloatBitsToIntCase (Context& context, glu::DataType baseType, glu::Precision precision, glu::Shade… in FloatBitsToIntCase() 1018 …FloatBitsToUintCase (Context& context, glu::DataType baseType, glu::Precision precision, glu::Shad… in FloatBitsToUintCase() [all …]
|
/external/deqp/modules/gles31/functional/ |
D | es31fShaderIntegerFunctionTests.cpp | 350 static std::string getIntegerFuncCaseName (glu::DataType baseType, glu::Precision precision, glu::S… in getIntegerFuncCaseName() 358 …UaddCarryCase (Context& context, glu::DataType baseType, glu::Precision precision, glu::ShaderType… in UaddCarryCase() 454 …UsubBorrowCase (Context& context, glu::DataType baseType, glu::Precision precision, glu::ShaderTyp… in UsubBorrowCase() 548 …UmulExtendedCase (Context& context, glu::DataType baseType, glu::Precision precision, glu::ShaderT… in UmulExtendedCase() 638 …ImulExtendedCase (Context& context, glu::DataType baseType, glu::Precision precision, glu::ShaderT… in ImulExtendedCase() 729 …BitfieldExtractCase (Context& context, glu::DataType baseType, glu::Precision precision, glu::Shad… in BitfieldExtractCase() 792 …BitfieldInsertCase (Context& context, glu::DataType baseType, glu::Precision precision, glu::Shade… in BitfieldInsertCase() 869 …BitfieldReverseCase (Context& context, glu::DataType baseType, glu::Precision precision, glu::Shad… in BitfieldReverseCase() 915 …BitCountCase (Context& context, glu::DataType baseType, glu::Precision precision, glu::ShaderType … in BitCountCase() 975 …FindLSBCase (Context& context, glu::DataType baseType, glu::Precision precision, glu::ShaderType s… in FindLSBCase() [all …]
|
D | es31fShaderCommonFunctionTests.cpp | 491 static std::string getCommonFuncCaseName (glu::DataType baseType, glu::Precision precision, glu::Sh… in getCommonFuncCaseName() 499 …AbsCase (Context& context, glu::DataType baseType, glu::Precision precision, glu::ShaderType shade… in AbsCase() 581 …SignCase (Context& context, glu::DataType baseType, glu::Precision precision, glu::ShaderType shad… in SignCase() 687 …RoundEvenCase (Context& context, glu::DataType baseType, glu::Precision precision, glu::ShaderType… in RoundEvenCase() 798 …ModfCase (Context& context, glu::DataType baseType, glu::Precision precision, glu::ShaderType shad… in ModfCase() 864 …IsnanCase (Context& context, glu::DataType baseType, glu::Precision precision, glu::ShaderType sha… in IsnanCase() 947 …IsinfCase (Context& context, glu::DataType baseType, glu::Precision precision, glu::ShaderType sha… in IsinfCase() 1031 …FloatBitsToUintIntCase (Context& context, glu::DataType baseType, glu::Precision precision, glu::S… in FloatBitsToUintIntCase() 1091 …FloatBitsToIntCase (Context& context, glu::DataType baseType, glu::Precision precision, glu::Shade… in FloatBitsToIntCase() 1100 …FloatBitsToUintCase (Context& context, glu::DataType baseType, glu::Precision precision, glu::Shad… in FloatBitsToUintCase() [all …]
|
D | es31fProgramInterfaceQueryTests.cpp | 4386 glu::DataType baseType, in generateRandomVariableDefinition()
|
/external/skia/src/core/ |
D | SkValidatingReadBuffer.cpp | 233 SkFlattenable::Type baseType; in readFlattenable() local
|
/external/clang/lib/CodeGen/ |
D | CGExprConstant.cpp | 1338 llvm::Type *baseType = structure->getElementType(fieldIndex); in EmitNullConstant() local 1371 llvm::Type *baseType = structure->getElementType(fieldIndex); in EmitNullConstant() local 1387 llvm::Type *baseType, in EmitNullConstantForBase()
|
D | CodeGenFunction.cpp | 1216 static void emitNonZeroVLAInit(CodeGenFunction &CGF, QualType baseType, in emitNonZeroVLAInit() 1371 QualType &baseType, in emitArrayLength()
|
/external/hamcrest/library/src/org/hamcrest/ |
D | Matchers.java | 269 …atic <T> org.hamcrest.Matcher<java.lang.Class<?>> typeCompatibleWith(java.lang.Class<T> baseType) { in typeCompatibleWith()
|
/external/emma/core/java12/com/vladium/jcd/lib/ |
D | Types.java | 709 void baseType () throws IOException in baseType() method in Types.methodDescriptorCompiler
|
/external/clang/tools/libclang/ |
D | CIndexCodeCompletion.cpp | 570 QualType baseType = Context.getBaseType(); in ProcessCodeCompleteResults() local
|
/external/clang/lib/Sema/ |
D | SemaExprMember.cpp | 291 CheckExtVectorComponent(Sema &S, QualType baseType, ExprValueKind &VK, in CheckExtVectorComponent()
|
D | SemaDecl.cpp | 9634 QualType baseType = Context.getBaseElementType(type); in CheckCompleteVariableDeclaration() local
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
D | org.eclipse.core.contenttype_3.4.100.v20100505-1235.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
/external/libxml2/ |
D | xmlschemas.c | 3020 xmlSchemaTypePtr baseType, in xmlSchemaPIllegalFacetAtomicErr() 14416 xmlSchemaTypePtr baseType = NULL; in xmlSchemaFixupTypeAttributeUses() local 14804 xmlSchemaTypePtr baseType, in xmlSchemaCheckCOSSTDerivedOK() 15154 xmlSchemaTypePtr baseType = type->baseType; in xmlSchemaCheckSTPropsCorrect() local 16032 xmlSchemaTypePtr baseType, in xmlSchemaCheckCOSCTDerivedOK() 16103 xmlSchemaTypePtr baseType, in xmlSchemaCheckCOSDerivedOK() 18152 xmlSchemaTypePtr baseType = type->baseType; in xmlSchemaFixupComplexType() local
|
D | xmlschemastypes.c | 262 xmlSchemaTypePtr baseType) { in xmlSchemaInitBasicType()
|
/external/libxml2/include/libxml/ |
D | schemasInternals.h | 620 xmlSchemaTypePtr baseType; /* The base type component */ member
|
/external/deqp/framework/opengl/simplereference/ |
D | sglrReferenceContext.cpp | 4300 const rr::PrimitiveType baseType = getPrimitiveBaseType(primitives.getPrimitiveType()); in drawWithReference() local
|
/external/clang/lib/AST/ |
D | ASTContext.cpp | 2026 ASTContext::getExtQualType(const Type *baseType, Qualifiers quals) const { in getExtQualType() argument
|