HomeSort by relevance Sort by last modified time
    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 323 milliseconds