Searched defs:vertexAttributes (Results 1 – 14 of 14) sorted by relevance
153 const AttributeSet& vertexAttributes() const { return fVertexAttributes; } in vertexAttributes() function
156 const AttributeSet& vertexAttributes() const { return fVertexAttributes; } in vertexAttributes() function
315 const VertexAttributes& vertexAttributes, in GraphicsEnvironment()
341 std::vector<wgpu::VertexAttributeDescriptor> vertexAttributes; in Build() local
254 const auto &vertexAttributes = vertexArray->getVertexAttributes(); in prepareVertexData() local
3095 const auto &vertexAttributes = state.getVertexArray()->getVertexAttributes(); in updateCachedInputLayout() local
441 …const auto vertexAttributes = vk::makeVertexInputAttributeDescription(0u, 0u, vk::VK_FORMAT_R32G32… in iterate() local
657 const std::vector<vk::VkVertexInputAttributeDescription> vertexAttributes = { in iterate() local
1866 const std::vector<vk::VkVertexInputAttributeDescription> vertexAttributes = in iterate() local
1527 …const auto vertexAttributes = vertexRawPtrs[0]->getAttributeDescriptions(static_cast<deUint32>(m_t… in iterate() local
1272 const std::vector<gl::VertexAttribute> &vertexAttributes) in SerializeVertexAttributeVector()
2060 const auto &vertexAttributes = mVertexArray11->getState().getVertexAttributes(); in syncCurrentValueAttribs() local
407 vector<AttribSpec> vertexAttributes; member