HomeSort by relevance Sort by last modified time
    Searched refs:FUNCTION_DRAW_ELEMENTS_INSTANCED (Results 1 - 2 of 2) sorted by null

  /external/deqp/modules/gles3/functional/
es3fInstancedRenderingTests.cpp 93 FUNCTION_DRAW_ELEMENTS_INSTANCED,
130 vector<deUint16> m_gridIndices; // \note Only used if m_function is FUNCTION_DRAW_ELEMENTS_INSTANCED.
314 if (m_function == FUNCTION_DRAW_ELEMENTS_INSTANCED)
629 : function == (int)InstancedRenderingCase::FUNCTION_DRAW_ELEMENTS_INSTANCED ? "draw_elements_instanced"
633 : function == (int)InstancedRenderingCase::FUNCTION_DRAW_ELEMENTS_INSTANCED ? "Use glDrawElementsInstanced()"
es3fPrimitiveRestartTests.cpp 85 FUNCTION_DRAW_ELEMENTS_INSTANCED,
546 else if (m_function == FUNCTION_DRAW_ELEMENTS_INSTANCED)
689 : function == (int)PrimitiveRestartCase::FUNCTION_DRAW_ELEMENTS_INSTANCED ? "draw_elements_instanced"

Completed in 121 milliseconds