X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fgpu%2Fcommand_buffer%2Fclient%2Fgles2_cmd_helper.h;h=af6cc5d8ab33f5093b55fbdc2d8186c0254f124b;hb=4a1a0bdd01eef90b0826a0e761d3379d3715c10f;hp=0726fbb4d4c3e3dc8bb91bde8d7c11527741c206;hpb=b1be5ca53587d23e7aeb77b26861fdc0a181ffd8;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/gpu/command_buffer/client/gles2_cmd_helper.h b/src/gpu/command_buffer/client/gles2_cmd_helper.h index 0726fbb..af6cc5d 100644 --- a/src/gpu/command_buffer/client/gles2_cmd_helper.h +++ b/src/gpu/command_buffer/client/gles2_cmd_helper.h @@ -25,26 +25,6 @@ class GPU_EXPORT GLES2CmdHelper : public CommandBufferHelper { // Helpers that could not be auto-generated. // TODO(gman): Auto generate these. - void GetAttribLocation( - GLuint program, uint32 name_bucket_id, - uint32 location_shm_id, uint32 location_shm_offset) { - gles2::cmds::GetAttribLocation* c = - GetCmdSpace(); - if (c) { - c->Init(program, name_bucket_id, location_shm_id, location_shm_offset); - } - } - - void GetUniformLocation( - GLuint program, uint32 name_bucket_id, - uint32 location_shm_id, uint32 location_shm_offset) { - gles2::cmds::GetUniformLocation* c = - GetCmdSpace(); - if (c) { - c->Init(program, name_bucket_id, location_shm_id, location_shm_offset); - } - } - void CreateAndConsumeTextureCHROMIUMImmediate(GLenum target, uint32_t client_id, const GLbyte* _mailbox) {