Home
last modified time | relevance | path

Searched refs:GetAttribute (Results 1 - 14 of 14) sorted by relevance

/third_party/skia/third_party/externals/sfntly/cpp/src/test/autogenerated/
H A Dcmap_basic_test.cc86 const TiXmlAttribute* num_cmaps_attr = GetAttribute(cmap_table->at(0), in TEST_P()
93 int32_t platform_id = GetAttribute(*it, "platform_id")->IntValue(); in TEST_P()
94 int32_t encoding_id = GetAttribute(*it, "encoding_id")->IntValue(); in TEST_P()
99 GetAttribute(*it, "format")->IntValue()); in TEST_P()
109 sscanf_s(GetAttribute(*jt, "char")->Value(), "%x", &character); in TEST_P()
111 sscanf(GetAttribute(*jt, "char")->Value(), "%x", &character); in TEST_P()
113 int32_t glyph_id = GetAttribute(*jt, "gid")->IntValue(); in TEST_P()
/third_party/skia/third_party/externals/sfntly/cpp/src/test/
H A Dtest_xml_utils.h29 const TiXmlAttribute* GetAttribute(const TiXmlNode* node,
H A Dtest_xml_utils.cc40 const TiXmlAttribute* GetAttribute(const TiXmlNode* node, in GetAttribute() function
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DRenderPipeline.h70 const VertexAttributeInfo& GetAttribute(VertexAttributeLocation location) const;
H A DRenderPipeline.cpp732 const VertexAttributeInfo& RenderPipelineBase::GetAttribute( in GetAttribute() function in dawn_native::RenderPipelineBase
917 const VertexAttributeInfo& desc = GetAttribute(location); in ComputeContentHash()
1018 const VertexAttributeInfo& descA = a->GetAttribute(loc); in operator ()()
1019 const VertexAttributeInfo& descB = b->GetAttribute(loc); in operator ()()
H A DShaderModule.cpp1095 const VertexAttributeInfo& dawnInfo = renderPipeline.GetAttribute(location);
/third_party/gptfdisk/
H A Dgpt.h209 void GetAttribute(const uint32_t partNum, const std::string& attributeBits);
H A Dgpt.cc2627 GetAttribute(partNum, bits); in ManageAttributes()
2649 void GPTData::GetAttribute(const uint32_t partNum, const string& attributeBits) { in GetAttribute() function in GPTData
2652 } // GPTData::GetAttribute in GetAttribute()
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
H A DRenderPipelineD3D12.cpp454 const VertexAttributeInfo& attribute = GetAttribute(loc); in ComputeInputLayout()
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
H A DRenderPipelineGL.cpp264 const auto& attribute = GetAttribute(location); in CreateVAOForVertexState()
H A DCommandBufferGL.cpp176 mLastPipeline->GetAttribute(location); in Apply()
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
H A DRenderPipelineVk.cpp580 const VertexAttributeInfo& attributeInfo = GetAttribute(loc); in ComputeVertexInputDesc()
/third_party/vixl/src/aarch64/
H A Dsimulator-aarch64.h218 R GetAttribute(T map, uint64_t key) { in GetAttribute() function in vixl::aarch64::MetaDataDepot
227 MetaDataMTE* m = GetAttribute<MetaDataMTE*>(&metadata_mte_, key); in GetMTETag()
245 MetaDataMTE* m = GetAttribute<MetaDataMTE*>(&metadata_mte_, key); in SetMTETag()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp[all...]

Completed in 42 milliseconds