OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:dstGroup
(Results
1 - 2
of
2
) sorted by null
/external/deqp/modules/gles2/functional/
es2fBlendTests.cpp
380
TestCaseGroup*
dstGroup
= new TestCaseGroup(m_context, "dst", "Destination functions");
382
mainGroup->addChild(
dstGroup
);
389
TestCaseGroup* curGroup = isSrc ? srcGroup :
dstGroup
;
/external/deqp/modules/gles3/functional/
es3fBlendTests.cpp
448
TestCaseGroup*
dstGroup
= new TestCaseGroup(m_context, "dst", "Destination functions");
450
mainGroup->addChild(
dstGroup
);
457
TestCaseGroup* curGroup = isSrc ? srcGroup :
dstGroup
;
Completed in 710 milliseconds