Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/d3d/
DIndexDataManager.cpp288 gl::DrawElementsType *destTypeOut) in GetIndexTranslationDestType() argument
298 *destTypeOut = gl::DrawElementsType::UnsignedInt; in GetIndexTranslationDestType()
307 *destTypeOut = gl::DrawElementsType::UnsignedInt; in GetIndexTranslationDestType()
312 *destTypeOut = (indexType == gl::DrawElementsType::UnsignedInt) in GetIndexTranslationDestType()
DIndexDataManager.h104 gl::DrawElementsType *destTypeOut);