HomeSort by relevance Sort by last modified time
    Searched defs:instanced (Results 1 - 3 of 3) sorted by null

  /external/deqp/modules/gles3/functional/
es3fDrawTests.cpp 172 const bool instanced = (m_method == gls::DrawTestSpec::DRAWMETHOD_DRAWARRAYS_INSTANCED) || local
175 const TestIterationType testType = (instanced) ? (TYPE_INSTANCE_COUNT) : ((ranged) ? (TYPE_INDEX_RANGE) : (TYPE_DRAW_COUNT));
260 gls::DrawTest* test = new gls::DrawTest(m_testCtx, m_context.getRenderContext(), "instanced_attributes", "Instanced attribute array.");
301 // Instanced color
    [all...]