HomeSort by relevance Sort by last modified time
    Searched refs:blendAState (Results 1 - 12 of 12) sorted by null

  /external/deqp/modules/glshared/
glsInteractionTestUtil.cpp 198 state.blendAState.equation = rnd.choose<deUint32>(DE_ARRAY_BEGIN(blendEquationsES2), DE_ARRAY_END(blendEquationsES2));
199 state.blendAState.srcFunc = rnd.choose<deUint32>(DE_ARRAY_BEGIN(blendFuncs), DE_ARRAY_END(blendFuncs));
200 state.blendAState.dstFunc = rnd.choose<deUint32>(DE_ARRAY_BEGIN(blendFuncsDstES2), DE_ARRAY_END(blendFuncsDstES2));
208 state.blendAState.equation = rnd.choose<deUint32>(DE_ARRAY_BEGIN(blendEquations), DE_ARRAY_END(blendEquations));
209 state.blendAState.srcFunc = rnd.choose<deUint32>(DE_ARRAY_BEGIN(blendFuncs), DE_ARRAY_END(blendFuncs));
210 state.blendAState.dstFunc = rnd.choose<deUint32>(DE_ARRAY_BEGIN(blendFuncs), DE_ARRAY_END(blendFuncs));
glsInteractionTestUtil.hpp 95 BlendState blendAState;
glsFragOpInteractionCase.cpp 264 ctx.blendEquationSeparate(state.blendRGBState.equation, state.blendAState.equation);
265 ctx.blendFuncSeparate(state.blendRGBState.srcFunc, state.blendRGBState.dstFunc, state.blendAState.srcFunc, state.blendAState.dstFunc);
  /external/deqp/framework/referencerenderer/
rrFragmentOperations.hpp 141 void executeBlendFactorComputeA (const tcu::Vec4& blendColor, const BlendState& blendAState);
142 void executeBlend (const BlendState& blendRGBState, const BlendState& blendAState);
rrRenderState.hpp 244 BlendState blendAState;
276 , blendAState ()
rrFragmentOperations.cpp 355 void FragmentProcessor::executeBlendFactorComputeA (const Vec4& blendColor, const BlendState& blendAState)
374 switch (blendAState.FUNC_NAME) \
406 void FragmentProcessor::executeBlend (const BlendState& blendRGBState, const BlendState& blendAState)
432 switch (blendAState.equation)
    [all...]
  /external/deqp/modules/gles2/functional/
es2fRandomFragmentOpTests.cpp 124 translateBlendState(src.blendAState, dst.blendAState);
193 wrapper.glBlendEquationSeparate(state.blendRGBState.equation, state.blendAState.equation);
194 wrapper.glBlendFuncSeparate(state.blendRGBState.srcFunc, state.blendRGBState.dstFunc, state.blendAState.srcFunc, state.blendAState.dstFunc);
es2fBlendTests.cpp 238 referenceState.blendAState.equation = sglr::rr_util::mapGLBlendEquation(paramSet.equationAlpha);
239 referenceState.blendAState.srcFunc = sglr::rr_util::mapGLBlendFunc(paramSet.srcFuncAlpha);
240 referenceState.blendAState.dstFunc = sglr::rr_util::mapGLBlendFunc(paramSet.dstFuncAlpha);
  /external/deqp/modules/gles3/functional/
es3fRandomFragmentOpTests.cpp 124 translateBlendState(src.blendAState, dst.blendAState);
193 wrapper.glBlendEquationSeparate(state.blendRGBState.equation, state.blendAState.equation);
194 wrapper.glBlendFuncSeparate(state.blendRGBState.srcFunc, state.blendRGBState.dstFunc, state.blendAState.srcFunc, state.blendAState.dstFunc);
es3fBlendTests.cpp 291 referenceState.blendAState.equation = sglr::rr_util::mapGLBlendEquation(paramSet.equationAlpha);
292 referenceState.blendAState.srcFunc = sglr::rr_util::mapGLBlendFunc(paramSet.srcFuncAlpha);
293 referenceState.blendAState.dstFunc = sglr::rr_util::mapGLBlendFunc(paramSet.dstFuncAlpha);
  /external/deqp/modules/egl/
teglRenderTests.cpp 259 state.fragOps.blendAState = state.fragOps.blendRGBState;
266 state.fragOps.blendAState = state.fragOps.blendRGBState;
    [all...]
  /external/deqp/framework/opengl/simplereference/
sglrReferenceContext.cpp     [all...]

Completed in 253 milliseconds