ClearDepthf       635 content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc DELEGATE_TO_GL_1(clearDepth, ClearDepthf, WGC3Dclampf)
ClearDepthf        33 gpu/GLES2/gl2chromium_autogen.h #define glClearDepthf GLES2_GET_FUN(ClearDepthf)
ClearDepthf        80 gpu/command_buffer/client/gles2_c_lib_autogen.h   gles2::GetGLContext()->ClearDepthf(depth);
ClearDepthf       166 gpu/command_buffer/client/gles2_cmd_helper_autogen.h   gles2::cmds::ClearDepthf* c = GetCmdSpace<gles2::cmds::ClearDepthf>();
ClearDepthf        67 gpu/command_buffer/client/gles2_implementation_autogen.h virtual void ClearDepthf(GLclampf depth) OVERRIDE;
ClearDepthf       179 gpu/command_buffer/client/gles2_implementation_impl_autogen.h   helper_->ClearDepthf(depth);
ClearDepthf       167 gpu/command_buffer/client/gles2_implementation_unittest_autogen.h TEST_F(GLES2ImplementationTest, ClearDepthf) {
ClearDepthf       169 gpu/command_buffer/client/gles2_implementation_unittest_autogen.h     cmds::ClearDepthf cmd;
ClearDepthf       174 gpu/command_buffer/client/gles2_implementation_unittest_autogen.h   gl_->ClearDepthf(1);
ClearDepthf        50 gpu/command_buffer/client/gles2_interface_autogen.h virtual void ClearDepthf(GLclampf depth) = 0;
ClearDepthf        49 gpu/command_buffer/client/gles2_interface_stub_autogen.h virtual void ClearDepthf(GLclampf depth) OVERRIDE;
ClearDepthf        49 gpu/command_buffer/client/gles2_trace_implementation_autogen.h virtual void ClearDepthf(GLclampf depth) OVERRIDE;
ClearDepthf       122 gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h   gl_->ClearDepthf(depth);
ClearDepthf       771 gpu/command_buffer/common/gles2_cmd_format_autogen.h   typedef ClearDepthf ValueType;
ClearDepthf       796 gpu/command_buffer/common/gles2_cmd_format_autogen.h COMPILE_ASSERT(sizeof(ClearDepthf) == 8, Sizeof_ClearDepthf_is_not_8);
ClearDepthf       797 gpu/command_buffer/common/gles2_cmd_format_autogen.h COMPILE_ASSERT(offsetof(ClearDepthf, header) == 0,
ClearDepthf       799 gpu/command_buffer/common/gles2_cmd_format_autogen.h COMPILE_ASSERT(offsetof(ClearDepthf, depth) == 4,
ClearDepthf       265 gpu/command_buffer/common/gles2_cmd_format_test_autogen.h TEST_F(GLES2FormatTest, ClearDepthf) {
ClearDepthf       266 gpu/command_buffer/common/gles2_cmd_format_test_autogen.h   cmds::ClearDepthf& cmd = *GetBufferAs<cmds::ClearDepthf>();
ClearDepthf       268 gpu/command_buffer/common/gles2_cmd_format_test_autogen.h   EXPECT_EQ(static_cast<uint32>(cmds::ClearDepthf::kCmdId), cmd.header.command);
ClearDepthf        33 gpu/command_buffer/common/gles2_cmd_ids_autogen.h   OP(ClearDepthf)                            /* 274 */                            \
ClearDepthf       279 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h     const gles2::cmds::ClearDepthf& c) {
ClearDepthf      3345 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc   ClearDepthf depth_cmd;
ClearDepthf      3463 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc   ClearDepthf depth_cmd;
ClearDepthf       327 gpu/command_buffer/service/gles2_cmd_decoder_unittest_1_autogen.h   SpecializedSetup<cmds::ClearDepthf, 0>(true);
ClearDepthf       328 gpu/command_buffer/service/gles2_cmd_decoder_unittest_1_autogen.h   cmds::ClearDepthf cmd;
ClearDepthf      1387 mojo/examples/pepper_container_app/ppb_opengles2_thunk.cc       &ClearColor,                          &ClearDepthf,
ClearDepthf        68 mojo/public/c/gles2/gles2_call_visitor_autogen.h VISIT_GL_CALL(ClearDepthf, void, (GLclampf depth), (depth))
ClearDepthf        92 ppapi/c/ppb_opengles2.h   void (*ClearDepthf)(PP_Resource context, GLclampf depth);
ClearDepthf       110 ppapi/lib/gl/gles2/gles2.c   glGetInterfacePPAPI()->ClearDepthf(glGetCurrentContextPPAPI(), depth);
ClearDepthf       507 ppapi/lib/gl/include/GLES2/gl2.h #define glClearDepthf GLES2_GET_FUN(ClearDepthf)
ClearDepthf       183 ppapi/shared_impl/ppb_opengles2_shared.cc     ToGles2Impl(&enter)->ClearDepthf(depth);
ClearDepthf      1587 ppapi/shared_impl/ppb_opengles2_shared.cc       &ClearColor,                          &ClearDepthf,
ClearDepthf       496 webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.cc DELEGATE_TO_GL_1(clearDepth, ClearDepthf, WGC3Dclampf)