OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:blendequationses2
(Results
1 - 1
of
1
) sorted by null
/external/deqp/modules/glshared/
glsInteractionTestUtil.cpp
124
static const deUint32
blendEquationsES2
[] =
194
state.blendRGBState.equation = rnd.choose<deUint32>(DE_ARRAY_BEGIN(
blendEquationsES2
), DE_ARRAY_END(
blendEquationsES2
));
198
state.blendAState.equation = rnd.choose<deUint32>(DE_ARRAY_BEGIN(
blendEquationsES2
), DE_ARRAY_END(
blendEquationsES2
));
Completed in 196 milliseconds