Searched refs:DRAW_ARRAYS (Results 1 - 7 of 7) sorted by relevance
/external/mesa3d/src/mesa/vbo/ |
H A D | vbo_context.h | 128 case DRAW_ARRAYS:
|
H A D | vbo_exec_array.c | 376 vbo_draw_method(vbo, DRAW_ARRAYS);
|
/external/deqp/modules/gles31/stress/ |
H A D | es31sDrawTests.cpp | 87 DRAW_ARRAYS, enumerator in enum:deqp::gles31::Stress::__anon5495::InvalidDrawCase::DrawType 235 if (m_drawType == DRAW_ARRAYS) 289 else if (m_drawType == DRAW_ARRAYS) 578 drawArraysGroup->addChild(new InvalidDrawCase(m_context, "data_over_bounds_with_count", "Draw arrays vertex elements beyond the array end are accessed", InvalidDrawCase::DRAW_ARRAYS, InvalidDrawCase::INVALID_DATA_COUNT)); 579 drawArraysGroup->addChild(new InvalidDrawCase(m_context, "data_over_bounds_with_first", "Draw arrays vertex elements beyond the array end are accessed", InvalidDrawCase::DRAW_ARRAYS, InvalidDrawCase::INVALID_DATA_FIRST)); 580 drawArraysGroup->addChild(new InvalidDrawCase(m_context, "data_over_bounds_with_primcount", "Draw arrays vertex elements beyond the array end are accessed", InvalidDrawCase::DRAW_ARRAYS, InvalidDrawCase::INVALID_DATA_INSTANCED)); 581 drawArraysGroup->addChild(new InvalidDrawCase(m_context, "reserved_non_zero", "reservedMustBeZero is set to non-zero value", InvalidDrawCase::DRAW_ARRAYS, InvalidDrawCase::INVALID_RESERVED));
|
/external/deqp/external/openglcts/modules/gles31/ |
H A D | es31cDrawIndirectTests.cpp | 203 DRAW_ARRAYS, enumerator in enum:glcts::__anon4179::DrawIndirectBase::TDrawFunction 1987 case DRAW_ARRAYS: 2176 case DRAW_ARRAYS: 2339 CVBODrawArraysSingle() : CBasicVertexDef(DRAW_ARRAYS, GL_TRIANGLES, 1, 1) 2373 CVBODrawArraysMany() : CBasicVertexDef(DRAW_ARRAYS, GL_TRIANGLES, 8, 8) 2407 CVBODrawArraysInstancing() : CBasicVertexInstancingDef(DRAW_ARRAYS) 2473 case DRAW_ARRAYS: 2621 CVBODrawArraysXFBPaused() : CBasicXFBPausedDef(DRAW_ARRAYS) 3574 case DRAW_ARRAYS: 3746 CBufferIndirectDrawArraysVertexIds() : CBasicVertexIDsDef(DRAW_ARRAYS) [all...] |
/external/mesa3d/src/mesa/main/ |
H A D | arrayobj.c | 491 if (ctx->Array.DrawMethod == DRAW_ARRAYS) {
|
H A D | mtypes.h | 1473 DRAW_ARRAYS enumerator in enum:__anon17237
|
/external/deqp/modules/gles31/functional/ |
H A D | es31fDrawTests.cpp | 2564 DRAW_ARRAYS = 0, 2671 else if (m_drawType == DRAW_ARRAYS) 2689 else if (m_drawType == DRAW_ARRAYS) 2745 addChild(new BadDrawModeCase (m_context, "invalid_mode_draw_arrays", "Call DrawArraysIndirect with bad mode", BadDrawModeCase::DRAW_ARRAYS));
|
Completed in 871 milliseconds