Home
last modified time | relevance | path

Searched refs:addFeature (Results 1 – 12 of 12) sorted by relevance

/external/skia/src/gpu/glsl/
DGrGLSLFragmentShaderBuilder.cpp105 this->addFeature(1 << kMultisampleInterpolation_GLSLFeature, extension); in enableFeature()
145 this->addFeature(1 << kSampleVariables_GLSLPrivateFeature, extension); in maskSampleCoverage()
166 this->addFeature(1 << kSampleVariables_GLSLPrivateFeature, extension); in overrideSampleCoverage()
168 if (this->addFeature(1 << kSampleMaskOverrideCoverage_GLSLPrivateFeature, in overrideSampleCoverage()
192 this->addFeature(1 << kFramebufferFetch_GLSLPrivateFeature, in dstColor()
218 this->addFeature(1 << kBlendEquationAdvanced_GLSLPrivateFeature, in enableAdvancedBlendEquationIfNeeded()
242 this->addFeature(1 << kBlendFuncExtended_GLSLPrivateFeature, extension); in enableSecondaryOutput()
DGrGLSLProgramBuilder.cpp41 void GrGLSLProgramBuilder::addFeature(GrShaderFlags shaders, in addFeature() function in GrGLSLProgramBuilder
45 fVS.addFeature(featureBit, extensionName); in addFeature()
49 fGS.addFeature(featureBit, extensionName); in addFeature()
52 fFS.addFeature(featureBit, extensionName); in addFeature()
272 this->addFeature(sampler.visibility(), in emitSamplersAndImageStorages()
292 this->addFeature(texelBufferVisibility, in emitSamplersAndImageStorages()
DGrGLSLVarying.cpp96 fProgramBuilder->fVS.addFeature(bit, extension); in setNoPerspective()
98 fProgramBuilder->fGS.addFeature(bit, extension); in setNoPerspective()
100 fProgramBuilder->fFS.addFeature(bit, extension); in setNoPerspective()
DGrGLSLProgramBuilder.h116 void addFeature(GrShaderFlags shaders, uint32_t featureBit, const char* extensionName);
DGrGLSLShaderBuilder.h192 bool addFeature(uint32_t featureBit, const char* extensionName);
DGrGLSLShaderBuilder.cpp177 bool GrGLSLShaderBuilder::addFeature(uint32_t featureBit, const char* extensionName) { in addFeature() function in GrGLSLShaderBuilder
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
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(scriptTag, "(default)", ccmp); in buildDecompTables()
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()
DFeatureList.java28 public void addFeature(Feature feature) in addFeature() method in FeatureList
/external/deqp/scripts/opengl/
Dsrc_util.py95 spec.addFeature(feature, 'gl', 'core')
98 spec.addFeature(feature, 'gles2')
/external/deqp/scripts/egl/
Dproc_address_tests.py108 spec.addFeature(feature, api)
/external/deqp/scripts/khr_util/
Dregistry.py268 def addFeature(self, eFeature, api=None, profile=None, force=False): member in InterfaceSpec
398 spec.addFeature(eFeature, api, profile, force)