Home
last modified time | relevance | path

Searched refs:addFeature (Results 1 - 15 of 15) sorted by relevance

/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
H A DCanonGSUBBuilder.java256 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(scriptTa in buildDecompTables()
[all...]
H A 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
170 langSysRecord.addFeature(feature); in addFeature()
H A DFeatureList.java28 public void addFeature(Feature feature) in addFeature() method in FeatureList
/third_party/skia/src/gpu/glsl/
H A DGrGLSLFragmentShaderBuilder.cpp23 this->addFeature(1 << kFramebufferFetch_GLSLPrivateFeature, in dstColor()
45 this->addFeature(1 << kBlendEquationAdvanced_GLSLPrivateFeature, in enableAdvancedBlendEquationIfNeeded()
64 this->addFeature(1 << kBlendFuncExtended_GLSLPrivateFeature, extension); in enableSecondaryOutput()
H A DGrGLSLVarying.cpp87 fProgramBuilder->fVS.addFeature(bit, extension); in setNoPerspective()
88 fProgramBuilder->fFS.addFeature(bit, extension); in setNoPerspective()
H A DGrGLSLProgramBuilder.cpp38 void GrGLSLProgramBuilder::addFeature(GrShaderFlags shaders, in addFeature() function in GrGLSLProgramBuilder
42 fVS.addFeature(featureBit, extensionName); in addFeature()
45 fFS.addFeature(featureBit, extensionName); in addFeature()
H A DGrGLSLProgramBuilder.h116 void addFeature(GrShaderFlags shaders, uint32_t featureBit, const char* extensionName);
H A DGrGLSLShaderBuilder.h207 bool addFeature(uint32_t featureBit, const char* extensionName);
H A DGrGLSLShaderBuilder.cpp280 bool GrGLSLShaderBuilder::addFeature(uint32_t featureBit, const char* extensionName) { in addFeature() function in GrGLSLShaderBuilder
/third_party/vk-gl-cts/scripts/opengl/
H A Dsrc_util.py166 spec.addFeature(feature, 'gl', 'core')
169 spec.addFeature(feature, 'gles2')
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
H A DInfoStreamBuilder.h37 void addFeature(PdbRaw_FeatureSig Sig);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
H A DInfoStreamBuilder.cpp34 void InfoStreamBuilder::addFeature(PdbRaw_FeatureSig Sig) { in addFeature() function in InfoStreamBuilder
H A DPDBFileBuilder.cpp132 Info.addFeature(PdbRaw_FeatureSig::VC140); in finalizeMsfLayout()
/third_party/vk-gl-cts/scripts/egl/
H A Dproc_address_tests.py108 spec.addFeature(feature, api)
/third_party/vk-gl-cts/scripts/khr_util/
H A Dregistry.py275 def addFeature(self, eFeature, api=None, profile=None, force=False): member in InterfaceSpec
435 spec.addFeature(eFeature, api, profile, force)

Completed in 7 milliseconds