Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/d3d/d3d11/
DInputLayoutCache.h95 const AttribIndexArray &sortedSemanticIndices,
104 const AttribIndexArray &sortedSemanticIndices,
DInputLayoutCache.cpp116 const AttribIndexArray &sortedSemanticIndices, in getInputLayout()
195 const AttribIndexArray &sortedSemanticIndices, in createInputLayout()
DStateManager11.cpp191 AttribIndexArray *sortedD3DSemanticsOut, in SortAttributesByLayout()
196 const AttribIndexArray &locationToSemantic = programD3D.getAttribLocationToD3DSemantics(); in SortAttributesByLayout()
2988 AttribIndexArray sortedSemanticIndices; in syncVertexBuffersAndInputLayout()
/external/angle/src/libANGLE/renderer/d3d/
DProgramD3D.h313 const AttribIndexArray &getAttribLocationToD3DSemantics() const in getAttribLocationToD3DSemantics()
571 AttribIndexArray mAttribLocationToD3DSemantic;
DRendererD3D.h148 using AttribIndexArray = gl::AttribArray<int>; variable