Searched refs:GetIndexTranslationDestType (Results 1 – 4 of 4) sorted by relevance
/external/angle/src/libANGLE/renderer/d3d/ |
D | IndexDataManager.h | 99 angle::Result GetIndexTranslationDestType(const gl::Context *context,
|
D | IndexDataManager.cpp | 283 angle::Result GetIndexTranslationDestType(const gl::Context *context, in GetIndexTranslationDestType() function
|
/external/angle/src/libANGLE/renderer/d3d/d3d11/ |
D | VertexArray11.cpp | 202 ANGLE_TRY(GetIndexTranslationDestType(context, indexCount, indexType, indices, in updateElementArrayStorage()
|
/external/angle/src/libANGLE/renderer/d3d/d3d9/ |
D | Renderer9.cpp | 1373 ANGLE_TRY(GetIndexTranslationDestType(context, count, type, indices, false, &dstType)); in applyIndexBuffer()
|