| Index: gpu/command_buffer/client/gles2_cmd_helper_autogen.h
|
| diff --git a/gpu/command_buffer/client/gles2_cmd_helper_autogen.h b/gpu/command_buffer/client/gles2_cmd_helper_autogen.h
|
| index 8ba8b43186383d14d34b72cb8349fd153e0c6105..2b9cd8b90bb374128e4d0751e9642403a9d31159 100644
|
| --- a/gpu/command_buffer/client/gles2_cmd_helper_autogen.h
|
| +++ b/gpu/command_buffer/client/gles2_cmd_helper_autogen.h
|
| @@ -744,6 +744,17 @@ void GetFloatv(GLenum pname,
|
| }
|
| }
|
|
|
| +void GetFragDataLocation(GLuint program,
|
| + uint32_t name_bucket_id,
|
| + uint32_t location_shm_id,
|
| + uint32_t location_shm_offset) {
|
| + gles2::cmds::GetFragDataLocation* c =
|
| + GetCmdSpace<gles2::cmds::GetFragDataLocation>();
|
| + if (c) {
|
| + c->Init(program, name_bucket_id, location_shm_id, location_shm_offset);
|
| + }
|
| +}
|
| +
|
| void GetFramebufferAttachmentParameteriv(GLenum target,
|
| GLenum attachment,
|
| GLenum pname,
|
|
|