Searched refs:glDepthFunc (Results 1 - 25 of 62) sorted by relevance

123

/external/deqp/modules/gles3/functional/
H A Des3fFboDepthbufferTests.cpp201 glDepthFunc(GL_ALWAYS);
208 glDepthFunc(GL_LESS); // (1 < depth) ?
213 glDepthFunc(GL_GREATER); // (0 > depth) ?
287 glDepthFunc(GL_ALWAYS);
293 glDepthFunc(GL_EQUAL);
H A Des3fFboMultisampleTests.cpp144 glDepthFunc(GL_ALWAYS);
184 glDepthFunc(GL_LESS);
H A Des3fNegativeFragmentApiTests.cpp63 ES3F_ADD_API_CASE(depth_func, "Invalid glDepthFunc() usage",
66 glDepthFunc(-1);
H A Des3fFboInvalidateTests.cpp180 glDepthFunc(GL_ALWAYS);
272 glDepthFunc(GL_ALWAYS);
529 glDepthFunc(GL_ALWAYS);
783 glDepthFunc(GL_ALWAYS);
1168 glDepthFunc(GL_ALWAYS);
1295 glDepthFunc(GL_ALWAYS);
H A Des3fRandomFragmentOpTests.cpp184 wrapper.glDepthFunc(state.depthFunc);
H A Des3fRasterizerDiscardTests.cpp293 glDepthFunc (GL_LEQUAL);
/external/chromium_org/third_party/angle/tests/angle_tests/
H A DClearTest.cpp69 glDepthFunc(GL_LEQUAL);
/external/deqp/modules/gles2/functional/
H A Des2fDepthRangeTests.cpp195 glDepthFunc(GL_ALWAYS);
217 glDepthFunc(m_compareFunc);
337 glDepthFunc(GL_ALWAYS);
347 glDepthFunc(GL_LEQUAL);
H A Des2fNegativeFragmentApiTests.cpp63 ES2F_ADD_API_CASE(depth_func, "Invalid glDepthFunc() usage",
66 glDepthFunc(-1);
H A Des2fRandomFragmentOpTests.cpp184 wrapper.glDepthFunc(state.depthFunc);
/external/deqp/framework/egl/
H A DegluStaticES20Library.inl38 { "glDepthFunc", (deFunctionPtr)glDepthFunc },
/external/deqp/framework/opengl/wrapper/
H A DglwInitES20Direct.inl38 gl->depthFunc = &glDepthFunc;
H A DglwInitES30Direct.inl38 gl->depthFunc = &glDepthFunc;
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeLeopard/SDL OpenGL Application/atlantis/
H A Datlantis.c152 glDepthFunc(GL_LESS);
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeSnowLeopard/SDL OpenGL Application/atlantis/
H A Datlantis.c152 glDepthFunc(GL_LESS);
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeTiger/SDL OpenGL Application/atlantis/
H A Datlantis.c152 glDepthFunc(GL_LESS);
/external/chromium_org/gpu/GLES2/
H A Dgl2chromium_autogen.h50 #define glDepthFunc GLES2_GET_FUN(DepthFunc) macro
/external/chromium_org/android_webview/browser/
H A Dscoped_app_gl_state_restore.cc365 glDepthFunc(depth_func_);
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/
H A Dstw_context.c682 &glDepthFunc,
/external/deqp/framework/opengl/simplereference/
H A DsglrContextWrapper.cpp314 void ContextWrapper::glDepthFunc (deUint32 func) function in class:sglr::ContextWrapper
/external/deqp/modules/gles31/functional/
H A Des31fNegativeFragmentApiTests.cpp61 ctx.glDepthFunc(-1);
384 {depth_func, "depth_func", "Invalid glDepthFunc() usage" },
/external/mesa3d/src/gallium/state_trackers/wgl/
H A Dstw_context.c682 &glDepthFunc,
/external/chromium_org/gpu/command_buffer/service/
H A Dcontext_state_impl_autogen.h223 glDepthFunc(depth_func);
327 glDepthFunc(depth_func);
/external/qemu/distrib/sdl-1.2.15/test/
H A Dtestgl.c604 glDepthFunc(GL_LESS);
/external/chromium_org/ppapi/lib/gl/include/GLES2/
H A Dgl2.h524 #define glDepthFunc GLES2_GET_FUN(DepthFunc) macro
673 GL_APICALL void GL_APIENTRY glDepthFunc (GLenum func);

Completed in 375 milliseconds

123