OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:singlechannelgroup
(Results
1 - 1
of
1
) sorted by null
/external/deqp/modules/gles3/functional/
es3fTextureSwizzleTests.cpp
301
tcu::TestCaseGroup*
singleChannelGroup
= new tcu::TestCaseGroup(m_testCtx, "single_channel", "Single-channel swizzle");
302
addChild(
singleChannelGroup
);
317
singleChannelGroup
->addChild(new Texture2DSwizzleCase(m_context, name.c_str(), "Single-channel swizzle", GL_RGBA8, GL_RGBA, GL_UNSIGNED_BYTE, swzR, swzG, swzB, swzA));
Completed in 40 milliseconds