Uniform1ivImmediate 1226 gpu/command_buffer/client/gles2_cmd_helper_autogen.h const uint32 size = gles2::cmds::Uniform1ivImmediate::ComputeSize(count); Uniform1ivImmediate 1227 gpu/command_buffer/client/gles2_cmd_helper_autogen.h gles2::cmds::Uniform1ivImmediate* c = Uniform1ivImmediate 1228 gpu/command_buffer/client/gles2_cmd_helper_autogen.h GetImmediateCmdSpaceTotalSize<gles2::cmds::Uniform1ivImmediate>(size); Uniform1ivImmediate 1290 gpu/command_buffer/client/gles2_implementation_impl_autogen.h helper_->Uniform1ivImmediate(location, count, v); Uniform1ivImmediate 1148 gpu/command_buffer/client/gles2_implementation_unittest_autogen.h cmds::Uniform1ivImmediate cmd; Uniform1ivImmediate 5929 gpu/command_buffer/common/gles2_cmd_format_autogen.h typedef Uniform1ivImmediate ValueType; Uniform1ivImmediate 5965 gpu/command_buffer/common/gles2_cmd_format_autogen.h COMPILE_ASSERT(sizeof(Uniform1ivImmediate) == 12, Uniform1ivImmediate 5967 gpu/command_buffer/common/gles2_cmd_format_autogen.h COMPILE_ASSERT(offsetof(Uniform1ivImmediate, header) == 0, Uniform1ivImmediate 5969 gpu/command_buffer/common/gles2_cmd_format_autogen.h COMPILE_ASSERT(offsetof(Uniform1ivImmediate, location) == 4, Uniform1ivImmediate 5971 gpu/command_buffer/common/gles2_cmd_format_autogen.h COMPILE_ASSERT(offsetof(Uniform1ivImmediate, count) == 8, Uniform1ivImmediate 1939 gpu/command_buffer/common/gles2_cmd_format_test_autogen.h TEST_F(GLES2FormatTest, Uniform1ivImmediate) { Uniform1ivImmediate 1943 gpu/command_buffer/common/gles2_cmd_format_test_autogen.h cmds::Uniform1ivImmediate& cmd = *GetBufferAs<cmds::Uniform1ivImmediate>(); Uniform1ivImmediate 1949 gpu/command_buffer/common/gles2_cmd_format_test_autogen.h EXPECT_EQ(static_cast<uint32>(cmds::Uniform1ivImmediate::kCmdId), Uniform1ivImmediate 147 gpu/command_buffer/common/gles2_cmd_ids_autogen.h OP(Uniform1ivImmediate) /* 388 */ \ Uniform1ivImmediate 2035 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h const gles2::cmds::Uniform1ivImmediate& c) { Uniform1ivImmediate 2018 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc Uniform1ivImmediate& cmd = *GetImmediateAs<Uniform1ivImmediate>(); Uniform1ivImmediate 2060 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc Uniform1ivImmediate& cmd = *GetImmediateAs<Uniform1ivImmediate>(); Uniform1ivImmediate 389 gpu/command_buffer/service/gles2_cmd_decoder_unittest_2.cc void GLES2DecoderTestBase::SpecializedSetup<cmds::Uniform1ivImmediate, 0>(