OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:singlebufgroup
(Results
1 - 1
of
1
) sorted by null
/external/deqp/modules/gles3/functional/
es3fBufferCopyTests.cpp
319
tcu::TestCaseGroup*
singleBufGroup
= new tcu::TestCaseGroup(m_testCtx, "single_buffer", "Copies within single buffer");
320
addChild(
singleBufGroup
);
335
singleBufGroup
->addChild(new SingleBufferCopyCase(m_context, name.c_str(), "", srcTarget, dstTarget, hint, verify));
Completed in 1707 milliseconds