/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/ |
D | CanonGSUBBuilder.java | 256 featureList.addFeature(init); in buildArabicTables() 257 featureList.addFeature(medi); in buildArabicTables() 258 featureList.addFeature(fina); in buildArabicTables() 259 featureList.addFeature(liga); in buildArabicTables() 261 scriptList.addFeature("arab", "(default)", init); in buildArabicTables() 262 scriptList.addFeature("arab", "(default)", medi); in buildArabicTables() 263 scriptList.addFeature("arab", "(default)", fina); in buildArabicTables() 264 scriptList.addFeature("arab", "(default)", liga); in buildArabicTables() 492 featureList.addFeature(ccmp); in buildDecompTables() 496 scriptList.addFeature(scriptTag, "(default)", ccmp); in buildDecompTables()
|
D | ScriptList.java | 31 public void addFeature(Feature feature) in addFeature() method in ScriptList.LangSysRecord 166 public void addFeature(String scriptTag, String languageTag, Feature feature) in addFeature() method in ScriptList 170 langSysRecord.addFeature(feature); in addFeature()
|
D | FeatureList.java | 28 public void addFeature(Feature feature) in addFeature() method in FeatureList
|
/external/skia/src/gpu/glsl/ |
D | GrGLSLFragmentShaderBuilder.cpp | 91 this->addFeature(1 << kFramebufferFetch_GLSLPrivateFeature, in dstColor() 113 this->addFeature(1 << kBlendEquationAdvanced_GLSLPrivateFeature, in enableAdvancedBlendEquationIfNeeded() 132 this->addFeature(1 << kBlendFuncExtended_GLSLPrivateFeature, extension); in enableSecondaryOutput()
|
D | GrGLSLVarying.cpp | 95 fProgramBuilder->fVS.addFeature(bit, extension); in setNoPerspective() 97 fProgramBuilder->fGS.addFeature(bit, extension); in setNoPerspective() 99 fProgramBuilder->fFS.addFeature(bit, extension); in setNoPerspective()
|
D | GrGLSLProgramBuilder.cpp | 40 void GrGLSLProgramBuilder::addFeature(GrShaderFlags shaders, in addFeature() function in GrGLSLProgramBuilder 44 fVS.addFeature(featureBit, extensionName); in addFeature() 48 fGS.addFeature(featureBit, extensionName); in addFeature() 51 fFS.addFeature(featureBit, extensionName); in addFeature()
|
D | GrGLSLProgramBuilder.h | 114 void addFeature(GrShaderFlags shaders, uint32_t featureBit, const char* extensionName);
|
D | GrGLSLShaderBuilder.h | 207 bool addFeature(uint32_t featureBit, const char* extensionName);
|
D | GrGLSLShaderBuilder.cpp | 276 bool GrGLSLShaderBuilder::addFeature(uint32_t featureBit, const char* extensionName) { in addFeature() function in GrGLSLShaderBuilder
|
/external/skqp/src/gpu/glsl/ |
D | GrGLSLFragmentShaderBuilder.cpp | 100 this->addFeature(1 << kFramebufferFetch_GLSLPrivateFeature, in dstColor() 126 this->addFeature(1 << kBlendEquationAdvanced_GLSLPrivateFeature, in enableAdvancedBlendEquationIfNeeded() 150 this->addFeature(1 << kBlendFuncExtended_GLSLPrivateFeature, extension); in enableSecondaryOutput()
|
D | GrGLSLVarying.cpp | 97 fProgramBuilder->fVS.addFeature(bit, extension); in setNoPerspective() 99 fProgramBuilder->fGS.addFeature(bit, extension); in setNoPerspective() 101 fProgramBuilder->fFS.addFeature(bit, extension); in setNoPerspective()
|
D | GrGLSLProgramBuilder.cpp | 43 void GrGLSLProgramBuilder::addFeature(GrShaderFlags shaders, in addFeature() function in GrGLSLProgramBuilder 47 fVS.addFeature(featureBit, extensionName); in addFeature() 51 fGS.addFeature(featureBit, extensionName); in addFeature() 54 fFS.addFeature(featureBit, extensionName); in addFeature()
|
D | GrGLSLProgramBuilder.h | 110 void addFeature(GrShaderFlags shaders, uint32_t featureBit, const char* extensionName);
|
D | GrGLSLShaderBuilder.h | 175 bool addFeature(uint32_t featureBit, const char* extensionName);
|
D | GrGLSLShaderBuilder.cpp | 197 bool GrGLSLShaderBuilder::addFeature(uint32_t featureBit, const char* extensionName) { in addFeature() function in GrGLSLShaderBuilder
|
/external/deqp/scripts/opengl/ |
D | src_util.py | 165 spec.addFeature(feature, 'gl', 'core') 168 spec.addFeature(feature, 'gles2')
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/ |
D | InfoStreamBuilder.h | 37 void addFeature(PdbRaw_FeatureSig Sig);
|
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
D | InfoStreamBuilder.h | 37 void addFeature(PdbRaw_FeatureSig Sig);
|
/external/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
D | InfoStreamBuilder.cpp | 34 void InfoStreamBuilder::addFeature(PdbRaw_FeatureSig Sig) { in addFeature() function in InfoStreamBuilder
|
D | PDBFileBuilder.cpp | 131 Info.addFeature(PdbRaw_FeatureSig::VC140); in finalizeMsfLayout()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/ |
D | InfoStreamBuilder.cpp | 34 void InfoStreamBuilder::addFeature(PdbRaw_FeatureSig Sig) { in addFeature() function in InfoStreamBuilder
|
D | PDBFileBuilder.cpp | 132 Info.addFeature(PdbRaw_FeatureSig::VC140); in finalizeMsfLayout()
|
/external/deqp/scripts/egl/ |
D | proc_address_tests.py | 108 spec.addFeature(feature, api)
|
/external/deqp/scripts/khr_util/ |
D | registry.py | 274 def addFeature(self, eFeature, api=None, profile=None, force=False): member in InterfaceSpec 434 spec.addFeature(eFeature, api, profile, force)
|
/external/llvm-project/llvm/tools/llvm-pdbutil/ |
D | llvm-pdbutil.cpp | 800 InfoBuilder.addFeature(F); in yamlToPdb() 1336 Builder.getInfoBuilder().addFeature(PdbRaw_FeatureSig::VC140); in mergePdbs()
|