Searched refs:PatternType (Results 1 – 9 of 9) sorted by relevance
/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() 530 const DitheringCase::PatternType patternType = (DitheringCase::PatternType)patternTypeI; in init()
|
/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() 530 const DitheringCase::PatternType patternType = (DitheringCase::PatternType)patternTypeI; in init()
|
/external/pdfium/testing/resources/ |
D | bug_451265.in | 62 /PatternType 1
|
/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/ |
D | SkPdfType2PatternDictionary_autogen.cpp | 23 int64_t SkPdfType2PatternDictionary::PatternType(SkPdfNativeDoc* doc) { in PatternType() function in SkPdfType2PatternDictionary
|
D | SkPdfType1PatternDictionary_autogen.cpp | 23 int64_t SkPdfType1PatternDictionary::PatternType(SkPdfNativeDoc* doc) { in PatternType() function in SkPdfType1PatternDictionary
|
D | SkPdfType1PatternDictionary_autogen.h | 523 int64_t PatternType(SkPdfNativeDoc* doc);
|
D | SkPdfType2PatternDictionary_autogen.h | 523 int64_t PatternType(SkPdfNativeDoc* doc);
|
/external/clang/lib/Sema/ |
D | SemaChecking.cpp | 5050 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()
|
D | SemaTemplateInstantiateDecl.cpp | 3108 QualType PatternType = in addInstantiatedParametersToScope() local 3115 QualType T = S.SubstType(PatternType, TemplateArgs, in addInstantiatedParametersToScope()
|