Hint              379 base/win/pe_image.cc       hint = import->Hint;
Hint              484 base/win/pe_image.cc       hint = import->Hint;
Hint              929 content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc DELEGATE_TO_GL_2(hint, Hint, WGC3Denum, WGC3Denum)
Hint               97 gpu/GLES2/gl2chromium_autogen.h #define glHint GLES2_GET_FUN(Hint)
Hint              331 gpu/command_buffer/client/gles2_c_lib_autogen.h   gles2::GetGLContext()->Hint(target, mode);
Hint              847 gpu/command_buffer/client/gles2_cmd_helper_autogen.h   gles2::cmds::Hint* c = GetCmdSpace<gles2::cmds::Hint>();
Hint              272 gpu/command_buffer/client/gles2_implementation_autogen.h virtual void Hint(GLenum target, GLenum mode) OVERRIDE;
Hint              943 gpu/command_buffer/client/gles2_implementation_impl_autogen.h   helper_->Hint(target, mode);
Hint              746 gpu/command_buffer/client/gles2_implementation_unittest_autogen.h TEST_F(GLES2ImplementationTest, Hint) {
Hint              748 gpu/command_buffer/client/gles2_implementation_unittest_autogen.h     cmds::Hint cmd;
Hint              753 gpu/command_buffer/client/gles2_implementation_unittest_autogen.h   gl_->Hint(GL_GENERATE_MIPMAP_HINT, GL_FASTEST);
Hint              193 gpu/command_buffer/client/gles2_interface_autogen.h virtual void Hint(GLenum target, GLenum mode) = 0;
Hint              203 gpu/command_buffer/client/gles2_interface_stub_autogen.h virtual void Hint(GLenum target, GLenum mode) OVERRIDE;
Hint              203 gpu/command_buffer/client/gles2_trace_implementation_autogen.h virtual void Hint(GLenum target, GLenum mode) OVERRIDE;
Hint              549 gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h   gl_->Hint(target, mode);
Hint             4085 gpu/command_buffer/common/gles2_cmd_format_autogen.h   typedef Hint ValueType;
Hint             4112 gpu/command_buffer/common/gles2_cmd_format_autogen.h COMPILE_ASSERT(sizeof(Hint) == 12, Sizeof_Hint_is_not_12);
Hint             4113 gpu/command_buffer/common/gles2_cmd_format_autogen.h COMPILE_ASSERT(offsetof(Hint, header) == 0, OffsetOf_Hint_header_not_0);
Hint             4114 gpu/command_buffer/common/gles2_cmd_format_autogen.h COMPILE_ASSERT(offsetof(Hint, target) == 4, OffsetOf_Hint_target_not_4);
Hint             4115 gpu/command_buffer/common/gles2_cmd_format_autogen.h COMPILE_ASSERT(offsetof(Hint, mode) == 8, OffsetOf_Hint_mode_not_8);
Hint             1332 gpu/command_buffer/common/gles2_cmd_format_test_autogen.h TEST_F(GLES2FormatTest, Hint) {
Hint             1333 gpu/command_buffer/common/gles2_cmd_format_test_autogen.h   cmds::Hint& cmd = *GetBufferAs<cmds::Hint>();
Hint             1336 gpu/command_buffer/common/gles2_cmd_format_test_autogen.h   EXPECT_EQ(static_cast<uint32>(cmds::Hint::kCmdId), cmd.header.command);
Hint              108 gpu/command_buffer/common/gles2_cmd_ids_autogen.h   OP(Hint)                                   /* 349 */                                   \
Hint             1383 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h                                           const gles2::cmds::Hint& c) {
Hint               50 gpu/command_buffer/service/gles2_cmd_decoder_unittest_0_autogen.h   EXPECT_CALL(*gl_, Hint(GL_GENERATE_MIPMAP_HINT, GL_DONT_CARE))
Hint             1902 gpu/command_buffer/service/gles2_cmd_decoder_unittest_1_autogen.h   EXPECT_CALL(*gl_, Hint(GL_GENERATE_MIPMAP_HINT, GL_FASTEST));
Hint             1903 gpu/command_buffer/service/gles2_cmd_decoder_unittest_1_autogen.h   SpecializedSetup<cmds::Hint, 0>(true);
Hint             1904 gpu/command_buffer/service/gles2_cmd_decoder_unittest_1_autogen.h   cmds::Hint cmd;
Hint             1911 gpu/command_buffer/service/gles2_cmd_decoder_unittest_1_autogen.h   EXPECT_CALL(*gl_, Hint(_, _)).Times(0);
Hint             1912 gpu/command_buffer/service/gles2_cmd_decoder_unittest_1_autogen.h   SpecializedSetup<cmds::Hint, 0>(false);
Hint             1913 gpu/command_buffer/service/gles2_cmd_decoder_unittest_1_autogen.h   cmds::Hint cmd;
Hint             1419 mojo/examples/pepper_container_app/ppb_opengles2_thunk.cc       &Hint,                                &IsBuffer,
Hint              297 mojo/public/c/gles2/gles2_call_visitor_autogen.h VISIT_GL_CALL(Hint, void, (GLenum target, GLenum mode), (target, mode))
Hint              291 ppapi/c/ppb_opengles2.h   void (*Hint)(PP_Resource context, GLenum target, GLenum mode);
Hint              524 ppapi/lib/gl/gles2/gles2.c   glGetInterfacePPAPI()->Hint(glGetCurrentContextPPAPI(), target, mode);
Hint              570 ppapi/lib/gl/include/GLES2/gl2.h #define glHint GLES2_GET_FUN(Hint)
Hint              787 ppapi/shared_impl/ppb_opengles2_shared.cc     ToGles2Impl(&enter)->Hint(target, mode);
Hint             1619 ppapi/shared_impl/ppb_opengles2_shared.cc       &Hint,                                &IsBuffer,
Hint              799 webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.cc DELEGATE_TO_GL_2(hint, Hint, WGC3Denum, WGC3Denum)