Home
last modified time | relevance | path

Searched defs:addFeature (Results 1 – 9 of 9) sorted by relevance

/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
DScriptList.java31 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
DFeatureList.java28 public void addFeature(Feature feature) in addFeature() method in FeatureList
/external/llvm-project/llvm/lib/DebugInfo/PDB/Native/
DInfoStreamBuilder.cpp34 void InfoStreamBuilder::addFeature(PdbRaw_FeatureSig Sig) { in addFeature() function in InfoStreamBuilder
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DInfoStreamBuilder.cpp34 void InfoStreamBuilder::addFeature(PdbRaw_FeatureSig Sig) { in addFeature() function in InfoStreamBuilder
/external/skqp/src/gpu/glsl/
DGrGLSLShaderBuilder.cpp197 bool GrGLSLShaderBuilder::addFeature(uint32_t featureBit, const char* extensionName) { in addFeature() function in GrGLSLShaderBuilder
DGrGLSLProgramBuilder.cpp43 void GrGLSLProgramBuilder::addFeature(GrShaderFlags shaders, in addFeature() function in GrGLSLProgramBuilder
/external/skia/src/gpu/glsl/
DGrGLSLShaderBuilder.cpp276 bool GrGLSLShaderBuilder::addFeature(uint32_t featureBit, const char* extensionName) { in addFeature() function in GrGLSLShaderBuilder
DGrGLSLProgramBuilder.cpp40 void GrGLSLProgramBuilder::addFeature(GrShaderFlags shaders, in addFeature() function in GrGLSLProgramBuilder
/external/deqp/scripts/khr_util/
Dregistry.py274 def addFeature(self, eFeature, api=None, profile=None, force=False): member in InterfaceSpec