Home
last modified time | relevance | path

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

/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()
530 const DitheringCase::PatternType patternType = (DitheringCase::PatternType)patternTypeI; in init()
/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()
530 const DitheringCase::PatternType patternType = (DitheringCase::PatternType)patternTypeI; in init()
/external/pdfium/testing/resources/
Dbug_451265.in62 /PatternType 1
/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
DSkPdfType2PatternDictionary_autogen.cpp23 int64_t SkPdfType2PatternDictionary::PatternType(SkPdfNativeDoc* doc) { in PatternType() function in SkPdfType2PatternDictionary
DSkPdfType1PatternDictionary_autogen.cpp23 int64_t SkPdfType1PatternDictionary::PatternType(SkPdfNativeDoc* doc) { in PatternType() function in SkPdfType1PatternDictionary
DSkPdfType1PatternDictionary_autogen.h523 int64_t PatternType(SkPdfNativeDoc* doc);
DSkPdfType2PatternDictionary_autogen.h523 int64_t PatternType(SkPdfNativeDoc* doc);
/external/clang/lib/Sema/
DSemaChecking.cpp5050 unsigned PatternType = 0; in CheckStrncatArguments() local
5054 PatternType = 1; in CheckStrncatArguments()
5057 PatternType = 2; in CheckStrncatArguments()
5065 PatternType = 1; in CheckStrncatArguments()
5068 PatternType = 2; in CheckStrncatArguments()
5072 if (PatternType == 0) in CheckStrncatArguments()
5092 if (PatternType == 1) in CheckStrncatArguments()
5099 if (PatternType == 1) in CheckStrncatArguments()
DSemaTemplateInstantiateDecl.cpp3108 QualType PatternType = in addInstantiatedParametersToScope() local
3115 QualType T = S.SubstType(PatternType, TemplateArgs, in addInstantiatedParametersToScope()