Searched refs:PatternType (Results 1 – 7 of 7) sorted by relevance
/external/deqp/modules/gles2/functional/ |
D | es2fDitheringTests.cpp | 90 enum PatternType enum in deqp::gles2::Functional::DitheringCase 98 … renderCtx, const char* name, const char* description, bool isEnabled, PatternType patternType, co… 105 static const char* getPatternTypeName (PatternType type); 116 const PatternType m_patternType; 125 const char* DitheringCase::getPatternTypeName (const PatternType type) in getPatternTypeName() 138 …ame, const char* const description, const bool ditheringEnabled, const PatternType patternType, co… in DitheringCase() 539 const DitheringCase::PatternType patternType = (DitheringCase::PatternType)patternTypeI; in init()
|
/external/deqp/modules/gles3/functional/ |
D | es3fDitheringTests.cpp | 90 enum PatternType enum in deqp::gles3::Functional::DitheringCase 98 … renderCtx, const char* name, const char* description, bool isEnabled, PatternType patternType, co… 105 static const char* getPatternTypeName (PatternType type); 116 const PatternType m_patternType; 125 const char* DitheringCase::getPatternTypeName (const PatternType type) in getPatternTypeName() 138 …ame, const char* const description, const bool ditheringEnabled, const PatternType patternType, co… in DitheringCase() 537 const DitheringCase::PatternType patternType = (DitheringCase::PatternType)patternTypeI; in init()
|
/external/pdfium/testing/resources/ |
D | bug_547706.in | 30 << /PatternType 2 /Shading 8 0 R >>
|
D | bug_451265.in | 62 /PatternType 1
|
/external/pdfium/core/fpdfapi/page/ |
D | cpdf_pattern.h | 22 enum PatternType { TILING = 1, SHADING }; enum
|
/external/clang/lib/Sema/ |
D | SemaChecking.cpp | 6425 unsigned PatternType = 0; in CheckStrncatArguments() local 6429 PatternType = 1; in CheckStrncatArguments() 6432 PatternType = 2; in CheckStrncatArguments() 6440 PatternType = 1; in CheckStrncatArguments() 6443 PatternType = 2; in CheckStrncatArguments() 6447 if (PatternType == 0) in CheckStrncatArguments() 6467 if (PatternType == 1) in CheckStrncatArguments() 6474 if (PatternType == 1) in CheckStrncatArguments()
|
D | SemaTemplateInstantiateDecl.cpp | 3328 QualType PatternType = in addInstantiatedParametersToScope() local 3335 QualType T = S.SubstType(PatternType, TemplateArgs, in addInstantiatedParametersToScope()
|