OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DRAW_ELEMENTS
(Results
1 - 2
of
2
) sorted by null
/external/deqp/modules/gles31/stress/
es31sDrawTests.cpp
88
DRAW_ELEMENTS
,
194
if (m_drawType ==
DRAW_ELEMENTS
)
257
else if (m_drawType ==
DRAW_ELEMENTS
)
287
if (m_drawType ==
DRAW_ELEMENTS
)
586
drawElementsGroup->addChild(new InvalidDrawCase(m_context, "data_over_bounds_with_count", "Draw elements vertex elements beyond the array end are accessed", InvalidDrawCase::
DRAW_ELEMENTS
, InvalidDrawCase::INVALID_DATA_COUNT));
587
drawElementsGroup->addChild(new InvalidDrawCase(m_context, "data_over_bounds_with_basevertex", "Draw elements vertex elements beyond the array end are accessed", InvalidDrawCase::
DRAW_ELEMENTS
, InvalidDrawCase::INVALID_DATA_FIRST));
588
drawElementsGroup->addChild(new InvalidDrawCase(m_context, "data_over_bounds_with_indices", "Draw elements vertex elements beyond the array end are accessed", InvalidDrawCase::
DRAW_ELEMENTS
, InvalidDrawCase::INVALID_INDEX));
589
drawElementsGroup->addChild(new InvalidDrawCase(m_context, "data_over_bounds_with_primcount", "Draw elements vertex elements beyond the array end are accessed", InvalidDrawCase::
DRAW_ELEMENTS
, InvalidDrawCase::INVALID_DATA_INSTANCED));
590
drawElementsGroup->addChild(new InvalidDrawCase(m_context, "index_over_bounds_with_count", "Draw elements index elements beyond the array end are accessed", InvalidDrawCase::
DRAW_ELEMENTS
, InvalidDrawCase::INVALID_INDEX_COUNT));
591
drawElementsGroup->addChild(new InvalidDrawCase(m_context, "index_over_bounds_with_firstindex", "Draw elements index elements beyond the array end are accessed", InvalidDrawCase::
DRAW_ELEMENTS
, InvalidDrawCase::INVALID_INDEX_FIRST))
[
all
...]
/external/deqp/modules/gles31/functional/
es31fDrawTests.cpp
[
all
...]
Completed in 58 milliseconds