/third_party/mesa3d/src/mesa/main/ |
H A D | samplerobj.h | 135 STATIC_ASSERT(PIPE_FUNC_NEVER == GL_NEVER - GL_NEVER); in func_to_gallium() 136 STATIC_ASSERT(PIPE_FUNC_LESS == GL_LESS - GL_NEVER); in func_to_gallium() 137 STATIC_ASSERT(PIPE_FUNC_EQUAL == GL_EQUAL - GL_NEVER); in func_to_gallium() 138 STATIC_ASSERT(PIPE_FUNC_LEQUAL == GL_LEQUAL - GL_NEVER); in func_to_gallium() 139 STATIC_ASSERT(PIPE_FUNC_GREATER == GL_GREATER - GL_NEVER); in func_to_gallium() 140 STATIC_ASSERT(PIPE_FUNC_NOTEQUAL == GL_NOTEQUAL - GL_NEVER); in func_to_gallium() 141 STATIC_ASSERT(PIPE_FUNC_GEQUAL == GL_GEQUAL - GL_NEVER); in func_to_gallium() 142 STATIC_ASSERT(PIPE_FUNC_ALWAYS == GL_ALWAYS - GL_NEVER); in func_to_gallium() 143 assert(func >= GL_NEVER); in func_to_gallium() [all...] |
H A D | depth.c | 79 case GL_NEVER: in depth_func()
|
H A D | state.c | 128 (depth_func == GL_NEVER || in _mesa_update_allow_draw_out_of_order()
|
H A D | stencil.c | 83 case GL_NEVER: in validate_stencil_func()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/ |
H A D | UtilsGL.cpp | 24 return GL_NEVER; in ToOpenGLCompareFunction()
|
/third_party/vk-gl-cts/modules/gles2/performance/ |
H A D | es2pStateChangeCallTests.cpp | 224 GL_NEVER, in init() 528 GL_NEVER, in init() 667 GL_NEVER, in init()
|
/third_party/vk-gl-cts/modules/gles3/performance/ |
H A D | es3pStateChangeCallTests.cpp | 259 GL_NEVER, in init() 590 GL_NEVER, in init() 729 GL_NEVER, in init()
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fNegativeFragmentApiTests.cpp | 94 glStencilFuncSeparate(-1, GL_NEVER, 0, 1); in init()
|
H A D | es2fDepthTests.cpp | 266 addChild(new DepthCompareCase(m_context, "cmp_never", "Never pass depth test", GL_NEVER)); in init()
|
H A D | es2fDepthRangeTests.cpp | 77 case GL_NEVER: return false; in compare()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fDepthTests.cpp | 269 addChild(new DepthCompareCase(m_context, "cmp_never", "Never pass depth test", GL_NEVER)); in init()
|
H A D | es3fFragDepthTests.cpp | 83 case GL_NEVER: return false; in compare()
|
H A D | es3fNegativeFragmentApiTests.cpp | 102 glStencilFuncSeparate(-1, GL_NEVER, 0, 1); in init()
|
/third_party/vk-gl-cts/modules/glshared/ |
H A D | glsInteractionTestUtil.cpp | 74 GL_NEVER, in computeRandomRenderState()
|
/third_party/vk-gl-cts/framework/opengl/simplereference/ |
H A D | sglrReferenceUtils.cpp | 225 case GL_NEVER: return rr::TESTFUNC_NEVER; in mapGLTestFunc()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cIncompleteTextureAccessTests.cpp | 331 gl.texParameteri(configuration.texture_target, GL_TEXTURE_COMPARE_FUNC, GL_NEVER); in PrepareTexture()
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/ |
H A D | esextcTessellationShaderPrimitiveCoverage.cpp | 633 gl.stencilFunc(GL_NEVER /* func */, 1 /* ref */, 0xFF /* mask */); in drawPatch()
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fNegativeFragmentApiTests.cpp | 92 ctx.glStencilFuncSeparate(-1, GL_NEVER, 0, 1); in stencil_func_separate()
|
/third_party/skia/third_party/externals/angle2/src/common/ |
H A D | PackedGLEnums_autogen.cpp | 35 case GL_NEVER: in FromGLenum() 61 return GL_NEVER; in ToGLenum() 93 os << "GL_NEVER"; in operator <<()
|
/third_party/vk-gl-cts/framework/opengl/ |
H A D | gluTextureUtil.cpp | 735 case GL_NEVER: return tcu::Sampler::COMPAREMODE_NEVER; 808 case tcu::Sampler::COMPAREMODE_NEVER: return GL_NEVER;
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
H A D | utilities.cpp | 2023 case GL_NEVER: return sw::DEPTH_NEVER; in ConvertDepthComparison() 2041 case GL_NEVER: return sw::STENCIL_NEVER; in ConvertStencilComparison() 2144 case GL_NEVER: return sw::COMPARE_NEVER; in ConvertCompareFunc()
|
/third_party/openGLES/api/GLSC/1.0.1/ |
H A D | gl.h | 353 #define GL_NEVER 0x0200 macro
|
/third_party/openGLES/api/GLSC/1.0/ |
H A D | gl.h | 349 #define GL_NEVER 0x0200 macro
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
H A D | renderer9_utils.cpp | 35 case GL_NEVER: in ConvertComparison()
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcFragDepthTests.cpp | 78 case GL_NEVER: in compare()
|