OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:invalidategroup
(Results
1 - 1
of
1
) sorted by null
/external/deqp/modules/gles3/functional/
es3fBufferMapTests.cpp
690
tcu::TestCaseGroup*
invalidateGroup
= new tcu::TestCaseGroup(m_testCtx, "invalidate", "Buffer invalidate");
691
mapWriteGroup->addChild(
invalidateGroup
);
698
invalidateGroup
->addChild(new BufferMapInvalidateCase(m_context, (string(getBufferTargetName(target)) + "_write_all").c_str(), "", target, hint, false, VERIFY_AS_VERTEX_ARRAY));
699
invalidateGroup
->addChild(new BufferMapInvalidateCase(m_context, (string(getBufferTargetName(target)) + "_write_partial").c_str(), "", target, hint, true, VERIFY_AS_VERTEX_ARRAY));
705
tcu::TestCaseGroup*
invalidateGroup
= new tcu::TestCaseGroup(m_testCtx, "partial_invalidate", "Partial invalidate");
706
mapWriteGroup->addChild(
invalidateGroup
);
713
invalidateGroup
->addChild(new BufferMapPartialInvalidateCase(m_context, (string(getBufferTargetName(target)) + "_write_all").c_str(), "", target, hint, false, VERIFY_AS_VERTEX_ARRAY));
714
invalidateGroup
->addChild(new BufferMapPartialInvalidateCase(m_context, (string(getBufferTargetName(target)) + "_write_partial").c_str(), "", target, hint, true, VERIFY_AS_VERTEX_ARRAY));
Completed in 2184 milliseconds