Searched defs:draw_call (Results 1 - 2 of 2) sorted by relevance

/external/deqp/external/openglcts/modules/gl/
H A Dgl4cPipelineStatisticsQueryTests.cpp1031 * @param draw_call Draw call type to use for the query.
1035 bool PipelineStatisticsQueryUtilities::isDrawCallSupported(_draw_call_type draw_call, const glw::Functions& gl) argument
1040 switch (draw_call)
1083 } /* switch (draw_call) */
1090 * @param draw_call Input value to use for the conversion.
1092 * @return true if @param draw_call corresponds to an instanced draw call,
1095 bool PipelineStatisticsQueryUtilities::isInstancedDrawCall(_draw_call_type draw_call) argument
1098 (draw_call == PipelineStatisticsQueryUtilities::DRAW_CALL_TYPE_GLDRAWARRAYSINDIRECT ||
1099 draw_call == PipelineStatisticsQueryUtilities::DRAW_CALL_TYPE_GLDRAWARRAYSINSTANCED ||
1100 draw_call
[all...]
H A Dgl4cVertexAttrib64BitTest.cpp3106 bool executeTest(_draw_call_type draw_call, bool instanced, bool zero_vertex_attrib_divisor);
3113 bool verifyXFBData(const void* data, _draw_call_type draw_call, bool instanced, bool zero_vertex_attrib_divisor);
3329 * @param draw_call Type of the draw call that should be issued.
3336 bool VAOTest::executeTest(_draw_call_type draw_call, bool instanced, bool zero_vertex_attrib_divisor) argument
3365 switch (draw_call)
3404 } /* switch (draw_call) */
3415 result = verifyXFBData(pXFBData, draw_call, instanced, zero_vertex_attrib_divisor);
3802 _draw_call_type draw_call = (_draw_call_type)n_draw_call_type; local
3815 result &= executeTest(draw_call, instanced_draw_call, zero_vertex_attrib_divisor);
3827 * @param draw_call Typ
3832 verifyXFBData(const void* data, _draw_call_type draw_call, bool instanced, bool zero_vertex_attrib_divisor) argument
[all...]

Completed in 194 milliseconds