Searched refs:getAttributeName (Results 1 – 11 of 11) sorted by relevance
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/mapper/ |
D | DayPeriodsMapper.java | 83 .forEach((k, v) -> icuData.add(prefix.extendBy(k.getAttributeName()), v)); in visitRule()
|
D | CollationMapper.java | 142 key.getElementName().substring(4), key.getAttributeName().substring(4))); in maybeAddSpecial()
|
D | Bcp47Mapper.java | 216 "@" + a.getElementName() + "Info/" + a.getAttributeName() + "/" + id, in addInfoAttributes()
|
/third_party/vk-gl-cts/modules/glshared/ |
D | glsAttributeLocationTests.cpp | 477 …log << TestLog::Message << "Bind attribute: '" << iter->getAttributeName() << "' to " << iter->get… in bindAttributes() 478 gl.bindAttribLocation(program, iter->getLocation(), iter->getAttributeName().c_str()); in bindAttributes() 707 activeBindings[preAttachBind[bindNdx].getAttributeName()] = preAttachBind[bindNdx].getLocation(); in runTest() 710 activeBindings[preLinkBind[bindNdx].getAttributeName()] = preLinkBind[bindNdx].getLocation(); in runTest() 759 activeBindings[postLinkBind[bindNdx].getAttributeName()] = postLinkBind[bindNdx].getLocation(); in runTest()
|
D | glsAttributeLocationTests.hpp | 121 const std::string& getAttributeName (void) const { return m_attribute; } in getAttributeName() function in deqp::gls::AttributeLocationTestUtil::Bind
|
/third_party/typescript/src/compiler/transformers/ |
D | jsx.ts | 398 const name = getAttributeName(node); 543 function getAttributeName(node: JsxAttribute): StringLiteral | Identifier {
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
D | es3fTransformFeedbackTests.cpp | 299 static std::string getAttributeName (const char* varyingName, const glu::TypeComponentVector& path) in getAttributeName() function 350 string attribName = getAttributeName(name, vecIter.getPath()); in genShaderSources() 393 string attribName = getAttributeName(name, vecIter.getPath()); in genShaderSources() 457 string name = getAttributeName(var->name.c_str(), vecIter.getPath()); in computeInputLayout() 512 string attribName = getAttributeName(varName.c_str(), fullPath); in computeTransformFeedbackOutputs()
|
/third_party/glslang/glslang/Public/ |
D | ShaderLang.h | 946 const char *getAttributeName(int index) const { return getPipeInput(index).name.c_str(); } in getAttributeName() function
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
D | es31fGeometryShaderTests.cpp | 1226 static const char* getAttributeName (VaryingSource test); 1244 << sglr::pdec::VertexAttribute(getAttributeName(source), rr::GENERICVECTYPE_FLOAT) in VaryingOutputCountShader() 1354 const char* VaryingOutputCountShader::getAttributeName (VaryingSource test) in getAttributeName() function in deqp::gles31::Functional::__anond4d3d7a70111::VaryingOutputCountShader 3770 …ontext, name, desc, GL_POINTS, GL_TRIANGLE_STRIP, VaryingOutputCountShader::getAttributeName(test)) in VaryingOutputCountCase()
|
/third_party/typescript/lib/ |
D | tsc.js | 86365 var name = getAttributeName(node); 86458 function getAttributeName(node) { function
|
D | typingsInstaller.js | 102839 var name = getAttributeName(node); 102973 function getAttributeName(node) { function
|