OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fragOps
(Results
1 - 9
of
9
) sorted by null
/external/deqp/modules/egl/
teglRenderTests.cpp
287
state.
fragOps
.blendMode = rr::BLENDMODE_STANDARD;
292
state.
fragOps
.blendRGBState.srcFunc = rr::BLENDFUNC_ONE;
293
state.
fragOps
.blendRGBState.dstFunc = rr::BLENDFUNC_ONE;
294
state.
fragOps
.blendRGBState.equation = rr::BLENDEQUATION_ADD;
295
state.
fragOps
.blendAState = state.
fragOps
.blendRGBState;
299
state.
fragOps
.blendRGBState.srcFunc = rr::BLENDFUNC_SRC_ALPHA;
300
state.
fragOps
.blendRGBState.dstFunc = rr::BLENDFUNC_ONE_MINUS_SRC_ALPHA;
301
state.
fragOps
.blendRGBState.equation = rr::BLENDEQUATION_ADD;
302
state.
fragOps
.blendAState = state.fragOps.blendRGBState
[
all
...]
/external/deqp/modules/gles31/functional/
es31fDrawBuffersIndexedTests.cpp
583
void setBlendState (rr::FragmentOperationState&
fragOps
, const BlendState& state)
593
fragOps
.blendMode = rr::BLENDMODE_ADVANCED;
594
fragOps
.blendEquationAdvaced = equation;
600
fragOps
.blendMode = rr::BLENDMODE_STANDARD;
601
fragOps
.blendRGBState.equation = equation;
602
fragOps
.blendAState.equation = equation;
609
fragOps
.blendMode = rr::BLENDMODE_STANDARD;
610
fragOps
.blendRGBState.equation = mapGLBlendEquation(state.blendEq->get<SeparateBlendEq>().rgb);
611
fragOps
.blendAState.equation = mapGLBlendEquation(state.blendEq->get<SeparateBlendEq>().alpha);
622
fragOps
.blendRGBState.srcFunc = srcFunction
[
all
...]
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineBlendTests.cpp
[
all
...]
vktPipelineStencilTests.cpp
[
all
...]
vktPipelineDepthTests.cpp
[
all
...]
/external/deqp/modules/internal/
ditFrameworkTests.cpp
773
state.
fragOps
.depthTestEnabled = true;
774
state.
fragOps
.depthFunc = rr::TESTFUNC_ALWAYS;
775
state.
fragOps
.stencilTestEnabled = true;
776
state.
fragOps
.stencilStates[rr::FACETYPE_BACK].func = rr::TESTFUNC_ALWAYS;
777
state.
fragOps
.stencilStates[rr::FACETYPE_BACK].dpPass = rr::STENCILOP_INCR;
778
state.
fragOps
.stencilStates[rr::FACETYPE_FRONT] = state.
fragOps
.stencilStates[rr::FACETYPE_BACK];
/external/deqp/framework/referencerenderer/
rrRenderState.hpp
361
FragmentOperationState
fragOps
;
rrRenderer.cpp
[
all
...]
/external/deqp/framework/opengl/simplereference/
sglrReferenceContext.cpp
[
all
...]
Completed in 3186 milliseconds