Home
last modified time | relevance | path

Searched refs:GetAttributeType (Results 1 – 6 of 6) sorted by relevance

/external/angle/src/libANGLE/
Dformatutils.h314 AttributeType GetAttributeType(GLenum enumValue);
Dformatutils.cpp1437 AttributeType GetAttributeType(GLenum enumValue) in GetAttributeType() function
/external/angle/src/libANGLE/renderer/d3d/d3d11/
DInputLayoutCache.cpp77 gl::AttributeType attribType = gl::GetAttributeType(glType); in addAttributeData()
/external/pdfium/xfa/fxfa/parser/
Dcxfa_node.h107 XFA_AttributeType GetAttributeType(XFA_Attribute type) const;
Dcxfa_node.cpp1144 XFA_AttributeType CXFA_Node::GetAttributeType(XFA_Attribute type) const { in GetAttributeType() function in CXFA_Node
/external/pdfium/fxjs/xfa/
Dcjx_object.cpp220 switch (ToNode(GetXFAObject())->GetAttributeType(eAttr)) { in SetAttribute()
275 switch (ToNode(GetXFAObject())->GetAttributeType(eAttr)) { in TryAttribute()