Searched refs:PatternType (Results 1 - 5 of 5) sorted by relevance

/external/pdfium/core/fpdfapi/page/
H A Dcpdf_pattern.h22 enum PatternType { TILING = 1, SHADING }; enum in class:CPDF_Pattern
/external/deqp/modules/gles2/functional/
H A Des2fDitheringTests.cpp90 enum PatternType enum in class:deqp::gles2::Functional::DitheringCase
98 DitheringCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, bool isEnabled, PatternType patternType, const tcu::Vec4& color);
105 static const char* getPatternTypeName (PatternType type);
116 const PatternType m_patternType;
125 const char* DitheringCase::getPatternTypeName (const PatternType type)
138 DitheringCase::DitheringCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* const name, const char* const description, const bool ditheringEnabled, const PatternType patternType, const Vec4& color)
539 const DitheringCase::PatternType patternType = (DitheringCase::PatternType)patternTypeI;
/external/deqp/modules/gles3/functional/
H A Des3fDitheringTests.cpp90 enum PatternType enum in class:deqp::gles3::Functional::DitheringCase
98 DitheringCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, bool isEnabled, PatternType patternType, const tcu::Vec4& color);
105 static const char* getPatternTypeName (PatternType type);
116 const PatternType m_patternType;
125 const char* DitheringCase::getPatternTypeName (const PatternType type)
138 DitheringCase::DitheringCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* const name, const char* const description, const bool ditheringEnabled, const PatternType patternType, const Vec4& color)
537 const DitheringCase::PatternType patternType = (DitheringCase::PatternType)patternTypeI;
/external/clang/lib/Sema/
H A DSemaChecking.cpp6425 unsigned PatternType = 0; local
6429 PatternType = 1;
6432 PatternType = 2;
6440 PatternType = 1;
6443 PatternType = 2;
6447 if (PatternType == 0)
6467 if (PatternType == 1)
6474 if (PatternType == 1)
H A DSemaTemplateInstantiateDecl.cpp3328 QualType PatternType = local
3335 QualType T = S.SubstType(PatternType, TemplateArgs,

Completed in 682 milliseconds