OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:blendFuncs
(Results
1 - 2
of
2
) sorted by null
/external/deqp/modules/glshared/
glsInteractionTestUtil.cpp
105
static const deUint32
blendFuncs
[] =
195
state.blendRGBState.srcFunc = rnd.choose<deUint32>(DE_ARRAY_BEGIN(
blendFuncs
), DE_ARRAY_END(
blendFuncs
));
199
state.blendAState.srcFunc = rnd.choose<deUint32>(DE_ARRAY_BEGIN(
blendFuncs
), DE_ARRAY_END(
blendFuncs
));
205
state.blendRGBState.srcFunc = rnd.choose<deUint32>(DE_ARRAY_BEGIN(
blendFuncs
), DE_ARRAY_END(
blendFuncs
));
206
state.blendRGBState.dstFunc = rnd.choose<deUint32>(DE_ARRAY_BEGIN(
blendFuncs
), DE_ARRAY_END(
blendFuncs
));
209
state.blendAState.srcFunc = rnd.choose<deUint32>(DE_ARRAY_BEGIN(
blendFuncs
), DE_ARRAY_END(blendFuncs))
[
all
...]
/external/deqp/modules/gles31/functional/
es31fIndexedStateQueryTests.cpp
[
all
...]
Completed in 640 milliseconds