Searched refs:matchesAttribute (Results 1 – 3 of 3) sorted by relevance
243 bool StaticVertexBufferInterface::AttributeSignature::matchesAttribute( in matchesAttribute() function in rx::StaticVertexBufferInterface::AttributeSignature274 bool StaticVertexBufferInterface::matchesAttribute(const gl::VertexAttribute &attrib, in matchesAttribute() function in rx::StaticVertexBufferInterface277 return mSignature.matchesAttribute(attrib, binding); in matchesAttribute()
162 bool matchesAttribute(const gl::VertexAttribute &attribute,173 bool matchesAttribute(const gl::VertexAttribute &attrib,
115 if (staticBuffer->matchesAttribute(attribute, binding)) in getStaticVertexBuffer()