Searched refs:GL_LEQUAL (Results 1 - 25 of 90) sorted by relevance

1234

/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dintel_state.c54 case GL_LEQUAL:
79 case GL_LEQUAL:
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Dintel_state.c46 case GL_LEQUAL:
72 case GL_LEQUAL:
/external/swiftshader/src/OpenGL/libGLESv2/
H A DSampler.h43 mCompareFunc = GL_LEQUAL;
/external/deqp/external/openglcts/modules/glesext/texture_border_clamp/
H A DesextcTextureBorderClampTexParameterIErrors.cpp162 /* GL_TEXTURE_COMPARE_FUNC, GL_LEQUAL */
163 VerifyGLTexParameterIiv(GL_TEXTURE_2D_MULTISAMPLE, GL_TEXTURE_COMPARE_FUNC, GL_LEQUAL, GL_INVALID_ENUM);
164 VerifyGLTexParameterIuiv(GL_TEXTURE_2D_MULTISAMPLE, GL_TEXTURE_COMPARE_FUNC, GL_LEQUAL, GL_INVALID_ENUM);
204 /* GL_TEXTURE_COMPARE_FUNC, GL_LEQUAL */
205 VerifyGLTexParameterIiv(GL_TEXTURE_2D_MULTISAMPLE_ARRAY_OES, GL_TEXTURE_COMPARE_FUNC, GL_LEQUAL,
207 VerifyGLTexParameterIuiv(GL_TEXTURE_2D_MULTISAMPLE_ARRAY_OES, GL_TEXTURE_COMPARE_FUNC, GL_LEQUAL,
H A DesextcTextureBorderClampSamplerParameterIError.cpp115 m_pnames_list.push_back(PnameParams(GL_TEXTURE_COMPARE_FUNC, GL_LEQUAL));
/external/mesa3d/src/mesa/main/
H A Ddepth.c74 case GL_LEQUAL:
/external/deqp/framework/opengl/
H A DgluStateReset.cpp176 gl.texParameteri(GL_TEXTURE_2D, GL_TEXTURE_COMPARE_FUNC, GL_LEQUAL);
209 gl.texParameteri(GL_TEXTURE_CUBE_MAP, GL_TEXTURE_COMPARE_FUNC, GL_LEQUAL);
236 gl.texParameteri(GL_TEXTURE_2D_ARRAY, GL_TEXTURE_COMPARE_FUNC, GL_LEQUAL);
264 gl.texParameteri(GL_TEXTURE_3D, GL_TEXTURE_COMPARE_FUNC, GL_LEQUAL);
313 gl.texParameteri(GL_TEXTURE_CUBE_MAP_ARRAY, GL_TEXTURE_COMPARE_FUNC, GL_LEQUAL);
778 gl.texParameteri (GL_TEXTURE_1D, GL_TEXTURE_COMPARE_FUNC, GL_LEQUAL);
802 gl.texParameteri (GL_TEXTURE_2D, GL_TEXTURE_COMPARE_FUNC, GL_LEQUAL);
831 gl.texParameteri (GL_TEXTURE_CUBE_MAP, GL_TEXTURE_COMPARE_FUNC, GL_LEQUAL);
854 gl.texParameteri (GL_TEXTURE_1D_ARRAY, GL_TEXTURE_COMPARE_FUNC, GL_LEQUAL);
878 gl.texParameteri (GL_TEXTURE_2D_ARRAY, GL_TEXTURE_COMPARE_FUNC, GL_LEQUAL);
[all...]
/external/mesa3d/src/mesa/drivers/dri/nouveau/
H A Dnouveau_gldefs.h139 case GL_LEQUAL:
H A Dnv04_state_raster.c45 case GL_LEQUAL:
/external/mesa3d/src/mesa/state_tracker/
H A Dst_atom_depth.c58 STATIC_ASSERT(PIPE_FUNC_LEQUAL == GL_LEQUAL - GL_NEVER);
/external/mesa3d/src/mesa/swrast/
H A Ds_alpha.c47 case GL_LEQUAL: \
/external/deqp/modules/gles2/performance/
H A Des2pStateChangeCallTests.cpp227 GL_LEQUAL,
531 GL_LEQUAL,
670 GL_LEQUAL,
H A Des2pStateChangeTests.cpp217 gl.depthFunc(GL_LEQUAL);
262 gl.stencilFunc(GL_LEQUAL, 0, 0);
458 gl.depthFunc(GL_LEQUAL);
500 gl.depthFunc(GL_LEQUAL);
986 gl.stencilFunc(GL_LEQUAL, 0, 0);
1051 gl.stencilFunc(GL_LEQUAL, 0, 0xFF);
1094 gl.stencilFunc(GL_LEQUAL, 0, 0);
H A Des2pRedundantStateChangeTests.cpp203 gl.depthFunc(GL_LEQUAL);
243 gl.stencilFunc(GL_LEQUAL, 0, 0);
456 gl.depthFunc(GL_LEQUAL);
887 gl.stencilFunc(GL_LEQUAL, 0, 0);
946 gl.stencilFunc(GL_LEQUAL, 0, 0xFF);
985 gl.stencilFunc(GL_LEQUAL, 0, 0);
/external/deqp/modules/gles3/performance/
H A Des3pStateChangeCallTests.cpp262 GL_LEQUAL,
593 GL_LEQUAL,
732 GL_LEQUAL,
H A Des3pStateChangeTests.cpp217 gl.depthFunc(GL_LEQUAL);
262 gl.stencilFunc(GL_LEQUAL, 0, 0);
542 gl.depthFunc(GL_LEQUAL);
584 gl.depthFunc(GL_LEQUAL);
1070 gl.stencilFunc(GL_LEQUAL, 0, 0);
1135 gl.stencilFunc(GL_LEQUAL, 0, 0xFF);
1178 gl.stencilFunc(GL_LEQUAL, 0, 0);
H A Des3pRedundantStateChangeTests.cpp203 gl.depthFunc(GL_LEQUAL);
243 gl.stencilFunc(GL_LEQUAL, 0, 0);
530 gl.depthFunc(GL_LEQUAL);
961 gl.stencilFunc(GL_LEQUAL, 0, 0);
1020 gl.stencilFunc(GL_LEQUAL, 0, 0xFF);
1059 gl.stencilFunc(GL_LEQUAL, 0, 0);
/external/swiftshader/src/OpenGL/libGLES_CM/
H A Dutilities.cpp532 case GL_LEQUAL: return sw::DEPTH_LESSEQUAL;
550 case GL_LEQUAL: return sw::STENCIL_LESSEQUAL;
568 case GL_LEQUAL: return sw::ALPHA_LESSEQUAL;
/external/autotest/client/deps/glbench/src/
H A Dwindowmanagercompositingtest.cc286 glDepthFunc(GL_LEQUAL);
/external/deqp/framework/opengl/simplereference/
H A DsglrReferenceUtils.cpp223 case GL_LEQUAL: return rr::TESTFUNC_LEQUAL;
/external/deqp/modules/gles2/functional/
H A Des2fDepthStencilTests.cpp734 GL_LEQUAL,
792 { "lequal", GL_LEQUAL },
929 params.depthFunc = GL_LEQUAL;
979 params.depthFunc = GL_LEQUAL;
1046 params.depthFunc = GL_LEQUAL;
1104 params.depthFunc = GL_LEQUAL;
H A Des2fDepthRangeTests.cpp80 case GL_LEQUAL: return a <= b;
347 glDepthFunc(GL_LEQUAL);
H A Des2fStencilTests.cpp527 dst.push_back(StencilOp::quad(GL_LEQUAL, targetStencil+1, GL_ALWAYS, 0.0f, GL_KEEP, GL_KEEP, GL_DECR));
528 dst.push_back(StencilOp::quad(GL_LEQUAL, targetStencil+1, GL_ALWAYS, 0.0f, GL_KEEP, GL_KEEP, GL_DECR));
/external/deqp/modules/gles3/functional/
H A Des3fDepthStencilTests.cpp734 GL_LEQUAL,
792 { "lequal", GL_LEQUAL },
929 params.depthFunc = GL_LEQUAL;
979 params.depthFunc = GL_LEQUAL;
1046 params.depthFunc = GL_LEQUAL;
1104 params.depthFunc = GL_LEQUAL;
H A Des3fStencilTests.cpp530 dst.push_back(StencilOp::quad(GL_LEQUAL, targetStencil+1, GL_ALWAYS, 0.0f, GL_KEEP, GL_KEEP, GL_DECR));
531 dst.push_back(StencilOp::quad(GL_LEQUAL, targetStencil+1, GL_ALWAYS, 0.0f, GL_KEEP, GL_KEEP, GL_DECR));

Completed in 5085 milliseconds

1234