/external/skia/src/gpu/glsl/ |
D | GrGLSLFragmentShaderBuilder.cpp | 105 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()
|
D | GrGLSLProgramBuilder.cpp | 41 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()
|
D | GrGLSLVarying.cpp | 96 fProgramBuilder->fVS.addFeature(bit, extension); in setNoPerspective() 98 fProgramBuilder->fGS.addFeature(bit, extension); in setNoPerspective() 100 fProgramBuilder->fFS.addFeature(bit, extension); in setNoPerspective()
|
D | GrGLSLProgramBuilder.h | 116 void addFeature(GrShaderFlags shaders, uint32_t featureBit, const char* extensionName);
|
D | GrGLSLShaderBuilder.h | 192 bool addFeature(uint32_t featureBit, const char* extensionName);
|
D | GrGLSLShaderBuilder.cpp | 177 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/ |
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/deqp/scripts/opengl/ |
D | src_util.py | 95 spec.addFeature(feature, 'gl', 'core') 98 spec.addFeature(feature, 'gles2')
|
/external/deqp/scripts/egl/ |
D | proc_address_tests.py | 108 spec.addFeature(feature, api)
|
/external/deqp/scripts/khr_util/ |
D | registry.py | 268 def addFeature(self, eFeature, api=None, profile=None, force=False): member in InterfaceSpec 398 spec.addFeature(eFeature, api, profile, force)
|