Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/d3d/d3d11/
DInputLayoutCache.cpp45 int intIndex = static_cast<int>(index); in GetGLSLAttributeType() local
47 if (intIndex >= attrib.location && intIndex < attrib.location + rows) in GetGLSLAttributeType()