Home
last modified time | relevance | path

Searched defs:addFeature (Results 1 – 8 of 8) 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/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/
DInfoStreamBuilder.cpp41 void InfoStreamBuilder::addFeature(PdbRaw_FeatureSig Sig) { in addFeature() function in InfoStreamBuilder
/external/skia/src/gpu/glsl/
DGrGLSLShaderBuilder.cpp197 bool GrGLSLShaderBuilder::addFeature(uint32_t featureBit, const char* extensionName) { in addFeature() function in GrGLSLShaderBuilder
DGrGLSLProgramBuilder.cpp42 void GrGLSLProgramBuilder::addFeature(GrShaderFlags shaders, in addFeature() function in GrGLSLProgramBuilder
/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/deqp/scripts/khr_util/
Dregistry.py269 def addFeature(self, eFeature, api=None, profile=None, force=False): member in InterfaceSpec