Home
last modified time | relevance | path

Searched refs:matchesAttribute (Results 1 – 3 of 3) sorted by relevance

/external/angle/src/libANGLE/renderer/d3d/
DVertexBuffer.cpp243 bool StaticVertexBufferInterface::AttributeSignature::matchesAttribute( in matchesAttribute() function in rx::StaticVertexBufferInterface::AttributeSignature
274 bool StaticVertexBufferInterface::matchesAttribute(const gl::VertexAttribute &attrib, in matchesAttribute() function in rx::StaticVertexBufferInterface
277 return mSignature.matchesAttribute(attrib, binding); in matchesAttribute()
DVertexBuffer.h162 bool matchesAttribute(const gl::VertexAttribute &attribute,
173 bool matchesAttribute(const gl::VertexAttribute &attrib,
DBufferD3D.cpp115 if (staticBuffer->matchesAttribute(attribute, binding)) in getStaticVertexBuffer()