Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/d3d/d3d9/
DRenderer9.h468 angle::Result getCountingIB(const gl::Context *context,
DRenderer9.cpp1410 ANGLE_TRY(getCountingIB(context, count, &countingIB)); in drawArraysImpl()
1682 angle::Result Renderer9::getCountingIB(const gl::Context *context, in getCountingIB() function in rx::Renderer9