Home
last modified time | relevance | path

Searched refs:PatternType (Results 1 – 7 of 7) sorted by relevance

/external/deqp/modules/gles2/functional/
Des2fDitheringTests.cpp90 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/
Des3fDitheringTests.cpp90 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/
Dbug_547706.in30 << /PatternType 2 /Shading 8 0 R >>
Dbug_451265.in62 /PatternType 1
/external/pdfium/core/fpdfapi/page/
Dcpdf_pattern.h22 enum PatternType { TILING = 1, SHADING }; enum
/external/clang/lib/Sema/
DSemaChecking.cpp6425 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()
DSemaTemplateInstantiateDecl.cpp3328 QualType PatternType = in addInstantiatedParametersToScope() local
3335 QualType T = S.SubstType(PatternType, TemplateArgs, in addInstantiatedParametersToScope()