Home
last modified time | relevance | path

Searched defs:shaderAttributes (Results 1 – 2 of 2) sorted by relevance

/external/angle/src/libANGLE/renderer/d3d/d3d11/
DInputLayoutCache.cpp33 GLenum GetGLSLAttributeType(const std::vector<sh::ShaderVariable> &shaderAttributes, size_t index) in GetGLSLAttributeType()
123 const auto &shaderAttributes = program->getAttributes(); in getInputLayout() local
/external/angle/src/libANGLE/renderer/d3d/
DDynamicHLSL.cpp184 const std::vector<sh::ShaderVariable> &shaderAttributes, in generateVertexShaderForInputLayout()