OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TESTFUNC_NOTEQUAL
(Results
1 - 4
of
4
) sorted by null
/external/deqp/framework/referencerenderer/
rrRenderState.hpp
89
TESTFUNC_NOTEQUAL
,
rrFragmentOperations.cpp
122
case
TESTFUNC_NOTEQUAL
: SAMPLE_REGISTER_STENCIL_COMPARE(maskedRef != maskedBuf) break;
224
case
TESTFUNC_NOTEQUAL
: SAMPLE_REGISTER_DEPTH_COMPARE_F(sampleDepth != depthBufferValue) break;
241
case
TESTFUNC_NOTEQUAL
: SAMPLE_REGISTER_DEPTH_COMPARE_UI(sampleDepth != depthBufferValue) break;
[
all
...]
/external/deqp/framework/opengl/simplereference/
sglrReferenceUtils.cpp
226
case GL_NOTEQUAL: return rr::
TESTFUNC_NOTEQUAL
;
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineReferenceRenderer.cpp
98
case VK_COMPARE_OP_NOT_EQUAL: return rr::
TESTFUNC_NOTEQUAL
;
Completed in 3524 milliseconds