Searched refs:AttribIndexArray (Results 1 – 5 of 5) sorted by relevance
95 const AttribIndexArray &sortedSemanticIndices,104 const AttribIndexArray &sortedSemanticIndices,
116 const AttribIndexArray &sortedSemanticIndices, in getInputLayout()195 const AttribIndexArray &sortedSemanticIndices, in createInputLayout()
191 AttribIndexArray *sortedD3DSemanticsOut, in SortAttributesByLayout()196 const AttribIndexArray &locationToSemantic = programD3D.getAttribLocationToD3DSemantics(); in SortAttributesByLayout()2988 AttribIndexArray sortedSemanticIndices; in syncVertexBuffersAndInputLayout()
313 const AttribIndexArray &getAttribLocationToD3DSemantics() const in getAttribLocationToD3DSemantics()571 AttribIndexArray mAttribLocationToD3DSemantic;
148 using AttribIndexArray = gl::AttribArray<int>; variable