OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dstFunc
(Results
1 - 11
of
11
) sorted by null
/external/deqp/modules/glshared/
glsInteractionTestUtil.hpp
47
deUint32
dstFunc
;
52
,
dstFunc
(0)
glsInteractionTestUtil.cpp
196
state.blendRGBState.
dstFunc
= rnd.choose<deUint32>(DE_ARRAY_BEGIN(blendFuncsDstES2), DE_ARRAY_END(blendFuncsDstES2));
200
state.blendAState.
dstFunc
= rnd.choose<deUint32>(DE_ARRAY_BEGIN(blendFuncsDstES2), DE_ARRAY_END(blendFuncsDstES2));
206
state.blendRGBState.
dstFunc
= 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));
glsFragOpInteractionCase.cpp
265
ctx.blendFuncSeparate(state.blendRGBState.srcFunc, state.blendRGBState.
dstFunc
, state.blendAState.srcFunc, state.blendAState.
dstFunc
);
/external/deqp/framework/referencerenderer/
rrRenderState.hpp
200
BlendFunc
dstFunc
;
205
,
dstFunc
(BLENDFUNC_ZERO)
rrFragmentOperations.cpp
349
SWITCH_SRC_OR_DST_FACTOR_RGB(
dstFunc
, blendDstFactorRGB)
400
SWITCH_SRC_OR_DST_FACTOR_A(
dstFunc
, blendDstFactorA)
[
all
...]
/external/deqp/modules/gles2/functional/
es2fRandomFragmentOpTests.cpp
92
dst.
dstFunc
= sglr::rr_util::mapGLBlendFunc(src.
dstFunc
);
194
wrapper.glBlendFuncSeparate(state.blendRGBState.srcFunc, state.blendRGBState.
dstFunc
, state.blendAState.srcFunc, state.blendAState.
dstFunc
);
es2fBlendTests.cpp
237
referenceState.blendRGBState.
dstFunc
= sglr::rr_util::mapGLBlendFunc(paramSet.dstFuncRGB);
240
referenceState.blendAState.
dstFunc
= sglr::rr_util::mapGLBlendFunc(paramSet.dstFuncAlpha);
/external/deqp/modules/gles3/functional/
es3fRandomFragmentOpTests.cpp
92
dst.
dstFunc
= sglr::rr_util::mapGLBlendFunc(src.
dstFunc
);
194
wrapper.glBlendFuncSeparate(state.blendRGBState.srcFunc, state.blendRGBState.
dstFunc
, state.blendAState.srcFunc, state.blendAState.
dstFunc
);
es3fBlendTests.cpp
290
referenceState.blendRGBState.
dstFunc
= sglr::rr_util::mapGLBlendFunc(paramSet.dstFuncRGB);
293
referenceState.blendAState.
dstFunc
= sglr::rr_util::mapGLBlendFunc(paramSet.dstFuncAlpha);
/external/deqp/modules/egl/
teglRenderTests.cpp
257
state.fragOps.blendRGBState.
dstFunc
= rr::BLENDFUNC_ONE;
264
state.fragOps.blendRGBState.
dstFunc
= rr::BLENDFUNC_ONE_MINUS_SRC_ALPHA;
[
all
...]
/external/deqp/framework/opengl/simplereference/
sglrReferenceContext.cpp
[
all
...]
Completed in 1313 milliseconds