Searched refs:GetAttribute (Results 1 - 14 of 14) sorted by relevance
/third_party/skia/third_party/externals/sfntly/cpp/src/test/autogenerated/ |
H A D | cmap_basic_test.cc | 86 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 D | test_xml_utils.h | 29 const TiXmlAttribute* GetAttribute(const TiXmlNode* node,
|
H A D | test_xml_utils.cc | 40 const TiXmlAttribute* GetAttribute(const TiXmlNode* node, in GetAttribute() function
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
H A D | RenderPipeline.h | 70 const VertexAttributeInfo& GetAttribute(VertexAttributeLocation location) const;
|
H A D | RenderPipeline.cpp | 732 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 D | ShaderModule.cpp | 1095 const VertexAttributeInfo& dawnInfo = renderPipeline.GetAttribute(location);
|
/third_party/gptfdisk/ |
H A D | gpt.h | 209 void GetAttribute(const uint32_t partNum, const std::string& attributeBits);
|
H A D | gpt.cc | 2627 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 D | RenderPipelineD3D12.cpp | 454 const VertexAttributeInfo& attribute = GetAttribute(loc); in ComputeInputLayout()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/ |
H A D | RenderPipelineGL.cpp | 264 const auto& attribute = GetAttribute(location); in CreateVAOForVertexState()
|
H A D | CommandBufferGL.cpp | 176 mLastPipeline->GetAttribute(location); in Apply()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
H A D | RenderPipelineVk.cpp | 580 const VertexAttributeInfo& attributeInfo = GetAttribute(loc); in ComputeVertexInputDesc()
|
/third_party/vixl/src/aarch64/ |
H A D | simulator-aarch64.h | 218 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 D | stylo.hpp | [all...] |
Completed in 44 milliseconds