Uniform4fvImmediate 1356 gpu/command_buffer/client/gles2_cmd_helper_autogen.h   const uint32 size = gles2::cmds::Uniform4fvImmediate::ComputeSize(count);
Uniform4fvImmediate 1357 gpu/command_buffer/client/gles2_cmd_helper_autogen.h   gles2::cmds::Uniform4fvImmediate* c =
Uniform4fvImmediate 1358 gpu/command_buffer/client/gles2_cmd_helper_autogen.h       GetImmediateCmdSpaceTotalSize<gles2::cmds::Uniform4fvImmediate>(size);
Uniform4fvImmediate 1435 gpu/command_buffer/client/gles2_implementation_impl_autogen.h   helper_->Uniform4fvImmediate(location, count, v);
Uniform4fvImmediate 1293 gpu/command_buffer/client/gles2_implementation_unittest_autogen.h     cmds::Uniform4fvImmediate cmd;
Uniform4fvImmediate 6626 gpu/command_buffer/common/gles2_cmd_format_autogen.h   typedef Uniform4fvImmediate ValueType;
Uniform4fvImmediate 6662 gpu/command_buffer/common/gles2_cmd_format_autogen.h COMPILE_ASSERT(sizeof(Uniform4fvImmediate) == 12,
Uniform4fvImmediate 6664 gpu/command_buffer/common/gles2_cmd_format_autogen.h COMPILE_ASSERT(offsetof(Uniform4fvImmediate, header) == 0,
Uniform4fvImmediate 6666 gpu/command_buffer/common/gles2_cmd_format_autogen.h COMPILE_ASSERT(offsetof(Uniform4fvImmediate, location) == 4,
Uniform4fvImmediate 6668 gpu/command_buffer/common/gles2_cmd_format_autogen.h COMPILE_ASSERT(offsetof(Uniform4fvImmediate, count) == 8,
Uniform4fvImmediate 2211 gpu/command_buffer/common/gles2_cmd_format_test_autogen.h TEST_F(GLES2FormatTest, Uniform4fvImmediate) {
Uniform4fvImmediate 2222 gpu/command_buffer/common/gles2_cmd_format_test_autogen.h   cmds::Uniform4fvImmediate& cmd = *GetBufferAs<cmds::Uniform4fvImmediate>();
Uniform4fvImmediate 2228 gpu/command_buffer/common/gles2_cmd_format_test_autogen.h   EXPECT_EQ(static_cast<uint32>(cmds::Uniform4fvImmediate::kCmdId),
Uniform4fvImmediate  162 gpu/command_buffer/common/gles2_cmd_ids_autogen.h   OP(Uniform4fvImmediate)                    /* 403 */                    \
Uniform4fvImmediate 2289 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h     const gles2::cmds::Uniform4fvImmediate& c) {
Uniform4fvImmediate  491 gpu/command_buffer/service/gles2_cmd_decoder_unittest_2.cc void GLES2DecoderTestBase::SpecializedSetup<cmds::Uniform4fvImmediate, 0>(
Uniform4fvImmediate  987 gpu/command_buffer/service/gles2_cmd_decoder_unittest_2_autogen.h   cmds::Uniform4fvImmediate& cmd = *GetImmediateAs<cmds::Uniform4fvImmediate>();
Uniform4fvImmediate  991 gpu/command_buffer/service/gles2_cmd_decoder_unittest_2_autogen.h   SpecializedSetup<cmds::Uniform4fvImmediate, 0>(true);