// Copyright 2014 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. // This file is auto-generated from // gpu/command_buffer/build_gles2_cmd_buffer.py // It's formatted by clang-format using chromium coding style: // clang-format -i -style=chromium filename // DO NOT EDIT! #ifndef GPU_COMMAND_BUFFER_CLIENT_GLES2_CMD_HELPER_AUTOGEN_H_ #define GPU_COMMAND_BUFFER_CLIENT_GLES2_CMD_HELPER_AUTOGEN_H_ void ActiveTexture(GLenum texture) { gles2::cmds::ActiveTexture* c = GetCmdSpace(); if (c) { c->Init(texture); } } void AttachShader(GLuint program, GLuint shader) { gles2::cmds::AttachShader* c = GetCmdSpace(); if (c) { c->Init(program, shader); } } void BindAttribLocationBucket(GLuint program, GLuint index, uint32_t name_bucket_id) { gles2::cmds::BindAttribLocationBucket* c = GetCmdSpace(); if (c) { c->Init(program, index, name_bucket_id); } } void BindBuffer(GLenum target, GLuint buffer) { gles2::cmds::BindBuffer* c = GetCmdSpace(); if (c) { c->Init(target, buffer); } } void BindBufferBase(GLenum target, GLuint index, GLuint buffer) { gles2::cmds::BindBufferBase* c = GetCmdSpace(); if (c) { c->Init(target, index, buffer); } } void BindBufferRange(GLenum target, GLuint index, GLuint buffer, GLintptr offset, GLsizeiptr size) { gles2::cmds::BindBufferRange* c = GetCmdSpace(); if (c) { c->Init(target, index, buffer, offset, size); } } void BindFramebuffer(GLenum target, GLuint framebuffer) { gles2::cmds::BindFramebuffer* c = GetCmdSpace(); if (c) { c->Init(target, framebuffer); } } void BindRenderbuffer(GLenum target, GLuint renderbuffer) { gles2::cmds::BindRenderbuffer* c = GetCmdSpace(); if (c) { c->Init(target, renderbuffer); } } void BindSampler(GLuint unit, GLuint sampler) { gles2::cmds::BindSampler* c = GetCmdSpace(); if (c) { c->Init(unit, sampler); } } void BindTexture(GLenum target, GLuint texture) { gles2::cmds::BindTexture* c = GetCmdSpace(); if (c) { c->Init(target, texture); } } void BindTransformFeedback(GLenum target, GLuint transformfeedback) { gles2::cmds::BindTransformFeedback* c = GetCmdSpace(); if (c) { c->Init(target, transformfeedback); } } void BlendColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) { gles2::cmds::BlendColor* c = GetCmdSpace(); if (c) { c->Init(red, green, blue, alpha); } } void BlendEquation(GLenum mode) { gles2::cmds::BlendEquation* c = GetCmdSpace(); if (c) { c->Init(mode); } } void BlendEquationSeparate(GLenum modeRGB, GLenum modeAlpha) { gles2::cmds::BlendEquationSeparate* c = GetCmdSpace(); if (c) { c->Init(modeRGB, modeAlpha); } } void BlendFunc(GLenum sfactor, GLenum dfactor) { gles2::cmds::BlendFunc* c = GetCmdSpace(); if (c) { c->Init(sfactor, dfactor); } } void BlendFuncSeparate(GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAlpha) { gles2::cmds::BlendFuncSeparate* c = GetCmdSpace(); if (c) { c->Init(srcRGB, dstRGB, srcAlpha, dstAlpha); } } void BufferData(GLenum target, GLsizeiptr size, uint32_t data_shm_id, uint32_t data_shm_offset, GLenum usage) { gles2::cmds::BufferData* c = GetCmdSpace(); if (c) { c->Init(target, size, data_shm_id, data_shm_offset, usage); } } void BufferSubData(GLenum target, GLintptr offset, GLsizeiptr size, uint32_t data_shm_id, uint32_t data_shm_offset) { gles2::cmds::BufferSubData* c = GetCmdSpace(); if (c) { c->Init(target, offset, size, data_shm_id, data_shm_offset); } } void CheckFramebufferStatus(GLenum target, uint32_t result_shm_id, uint32_t result_shm_offset) { gles2::cmds::CheckFramebufferStatus* c = GetCmdSpace(); if (c) { c->Init(target, result_shm_id, result_shm_offset); } } void Clear(GLbitfield mask) { gles2::cmds::Clear* c = GetCmdSpace(); if (c) { c->Init(mask); } } void ClearBufferfi(GLenum buffer, GLint drawbuffers, GLfloat depth, GLint stencil) { gles2::cmds::ClearBufferfi* c = GetCmdSpace(); if (c) { c->Init(buffer, drawbuffers, depth, stencil); } } void ClearBufferfvImmediate(GLenum buffer, GLint drawbuffers, const GLfloat* value) { const uint32_t size = gles2::cmds::ClearBufferfvImmediate::ComputeSize(); gles2::cmds::ClearBufferfvImmediate* c = GetImmediateCmdSpaceTotalSize(size); if (c) { c->Init(buffer, drawbuffers, value); } } void ClearBufferivImmediate(GLenum buffer, GLint drawbuffers, const GLint* value) { const uint32_t size = gles2::cmds::ClearBufferivImmediate::ComputeSize(); gles2::cmds::ClearBufferivImmediate* c = GetImmediateCmdSpaceTotalSize(size); if (c) { c->Init(buffer, drawbuffers, value); } } void ClearBufferuivImmediate(GLenum buffer, GLint drawbuffers, const GLuint* value) { const uint32_t size = gles2::cmds::ClearBufferuivImmediate::ComputeSize(); gles2::cmds::ClearBufferuivImmediate* c = GetImmediateCmdSpaceTotalSize(size); if (c) { c->Init(buffer, drawbuffers, value); } } void ClearColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) { gles2::cmds::ClearColor* c = GetCmdSpace(); if (c) { c->Init(red, green, blue, alpha); } } void ClearDepthf(GLclampf depth) { gles2::cmds::ClearDepthf* c = GetCmdSpace(); if (c) { c->Init(depth); } } void ClearStencil(GLint s) { gles2::cmds::ClearStencil* c = GetCmdSpace(); if (c) { c->Init(s); } } void ClientWaitSync(GLuint sync, GLbitfield flags, GLuint timeout_0, GLuint timeout_1, uint32_t result_shm_id, uint32_t result_shm_offset) { gles2::cmds::ClientWaitSync* c = GetCmdSpace(); if (c) { c->Init(sync, flags, timeout_0, timeout_1, result_shm_id, result_shm_offset); } } void ColorMask(GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha) { gles2::cmds::ColorMask* c = GetCmdSpace(); if (c) { c->Init(red, green, blue, alpha); } } void CompileShader(GLuint shader) { gles2::cmds::CompileShader* c = GetCmdSpace(); if (c) { c->Init(shader); } } void CompressedTexImage2DBucket(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLuint bucket_id) { gles2::cmds::CompressedTexImage2DBucket* c = GetCmdSpace(); if (c) { c->Init(target, level, internalformat, width, height, bucket_id); } } void CompressedTexImage2D(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei imageSize, uint32_t data_shm_id, uint32_t data_shm_offset) { gles2::cmds::CompressedTexImage2D* c = GetCmdSpace(); if (c) { c->Init(target, level, internalformat, width, height, imageSize, data_shm_id, data_shm_offset); } } void CompressedTexSubImage2DBucket(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLuint bucket_id) { gles2::cmds::CompressedTexSubImage2DBucket* c = GetCmdSpace(); if (c) { c->Init(target, level, xoffset, yoffset, width, height, format, bucket_id); } } void CompressedTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, uint32_t data_shm_id, uint32_t data_shm_offset) { gles2::cmds::CompressedTexSubImage2D* c = GetCmdSpace(); if (c) { c->Init(target, level, xoffset, yoffset, width, height, format, imageSize, data_shm_id, data_shm_offset); } } void CompressedTexImage3DBucket(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLuint bucket_id) { gles2::cmds::CompressedTexImage3DBucket* c = GetCmdSpace(); if (c) { c->Init(target, level, internalformat, width, height, depth, bucket_id); } } void CompressedTexImage3D(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLsizei imageSize, uint32_t data_shm_id, uint32_t data_shm_offset) { gles2::cmds::CompressedTexImage3D* c = GetCmdSpace(); if (c) { c->Init(target, level, internalformat, width, height, depth, imageSize, data_shm_id, data_shm_offset); } } void CompressedTexSubImage3DBucket(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLuint bucket_id) { gles2::cmds::CompressedTexSubImage3DBucket* c = GetCmdSpace(); if (c) { c->Init(target, level, xoffset, yoffset, zoffset, width, height, depth, format, bucket_id); } } void CompressedTexSubImage3D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, uint32_t data_shm_id, uint32_t data_shm_offset) { gles2::cmds::CompressedTexSubImage3D* c = GetCmdSpace(); if (c) { c->Init(target, level, xoffset, yoffset, zoffset, width, height, depth, format, imageSize, data_shm_id, data_shm_offset); } } void CopyBufferSubData(GLenum readtarget, GLenum writetarget, GLintptr readoffset, GLintptr writeoffset, GLsizeiptr size) { gles2::cmds::CopyBufferSubData* c = GetCmdSpace(); if (c) { c->Init(readtarget, writetarget, readoffset, writeoffset, size); } } void CopyTexImage2D(GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height) { gles2::cmds::CopyTexImage2D* c = GetCmdSpace(); if (c) { c->Init(target, level, internalformat, x, y, width, height); } } void CopyTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height) { gles2::cmds::CopyTexSubImage2D* c = GetCmdSpace(); if (c) { c->Init(target, level, xoffset, yoffset, x, y, width, height); } } void CopyTexSubImage3D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height) { gles2::cmds::CopyTexSubImage3D* c = GetCmdSpace(); if (c) { c->Init(target, level, xoffset, yoffset, zoffset, x, y, width, height); } } void CreateProgram(uint32_t client_id) { gles2::cmds::CreateProgram* c = GetCmdSpace(); if (c) { c->Init(client_id); } } void CreateShader(GLenum type, uint32_t client_id) { gles2::cmds::CreateShader* c = GetCmdSpace(); if (c) { c->Init(type, client_id); } } void CullFace(GLenum mode) { gles2::cmds::CullFace* c = GetCmdSpace(); if (c) { c->Init(mode); } } void DeleteBuffersImmediate(GLsizei n, const GLuint* buffers) { const uint32_t size = gles2::cmds::DeleteBuffersImmediate::ComputeSize(n); gles2::cmds::DeleteBuffersImmediate* c = GetImmediateCmdSpaceTotalSize(size); if (c) { c->Init(n, buffers); } } void DeleteFramebuffersImmediate(GLsizei n, const GLuint* framebuffers) { const uint32_t size = gles2::cmds::DeleteFramebuffersImmediate::ComputeSize(n); gles2::cmds::DeleteFramebuffersImmediate* c = GetImmediateCmdSpaceTotalSize( size); if (c) { c->Init(n, framebuffers); } } void DeleteProgram(GLuint program) { gles2::cmds::DeleteProgram* c = GetCmdSpace(); if (c) { c->Init(program); } } void DeleteRenderbuffersImmediate(GLsizei n, const GLuint* renderbuffers) { const uint32_t size = gles2::cmds::DeleteRenderbuffersImmediate::ComputeSize(n); gles2::cmds::DeleteRenderbuffersImmediate* c = GetImmediateCmdSpaceTotalSize( size); if (c) { c->Init(n, renderbuffers); } } void DeleteSamplersImmediate(GLsizei n, const GLuint* samplers) { const uint32_t size = gles2::cmds::DeleteSamplersImmediate::ComputeSize(n); gles2::cmds::DeleteSamplersImmediate* c = GetImmediateCmdSpaceTotalSize(size); if (c) { c->Init(n, samplers); } } void DeleteSync(GLuint sync) { gles2::cmds::DeleteSync* c = GetCmdSpace(); if (c) { c->Init(sync); } } void DeleteShader(GLuint shader) { gles2::cmds::DeleteShader* c = GetCmdSpace(); if (c) { c->Init(shader); } } void DeleteTexturesImmediate(GLsizei n, const GLuint* textures) { const uint32_t size = gles2::cmds::DeleteTexturesImmediate::ComputeSize(n); gles2::cmds::DeleteTexturesImmediate* c = GetImmediateCmdSpaceTotalSize(size); if (c) { c->Init(n, textures); } } void DeleteTransformFeedbacksImmediate(GLsizei n, const GLuint* ids) { const uint32_t size = gles2::cmds::DeleteTransformFeedbacksImmediate::ComputeSize(n); gles2::cmds::DeleteTransformFeedbacksImmediate* c = GetImmediateCmdSpaceTotalSize< gles2::cmds::DeleteTransformFeedbacksImmediate>(size); if (c) { c->Init(n, ids); } } void DepthFunc(GLenum func) { gles2::cmds::DepthFunc* c = GetCmdSpace(); if (c) { c->Init(func); } } void DepthMask(GLboolean flag) { gles2::cmds::DepthMask* c = GetCmdSpace(); if (c) { c->Init(flag); } } void DepthRangef(GLclampf zNear, GLclampf zFar) { gles2::cmds::DepthRangef* c = GetCmdSpace(); if (c) { c->Init(zNear, zFar); } } void DetachShader(GLuint program, GLuint shader) { gles2::cmds::DetachShader* c = GetCmdSpace(); if (c) { c->Init(program, shader); } } void Disable(GLenum cap) { gles2::cmds::Disable* c = GetCmdSpace(); if (c) { c->Init(cap); } } void DisableVertexAttribArray(GLuint index) { gles2::cmds::DisableVertexAttribArray* c = GetCmdSpace(); if (c) { c->Init(index); } } void DrawArrays(GLenum mode, GLint first, GLsizei count) { gles2::cmds::DrawArrays* c = GetCmdSpace(); if (c) { c->Init(mode, first, count); } } void DrawElements(GLenum mode, GLsizei count, GLenum type, GLuint index_offset) { gles2::cmds::DrawElements* c = GetCmdSpace(); if (c) { c->Init(mode, count, type, index_offset); } } void Enable(GLenum cap) { gles2::cmds::Enable* c = GetCmdSpace(); if (c) { c->Init(cap); } } void EnableVertexAttribArray(GLuint index) { gles2::cmds::EnableVertexAttribArray* c = GetCmdSpace(); if (c) { c->Init(index); } } void FenceSync(uint32_t client_id) { gles2::cmds::FenceSync* c = GetCmdSpace(); if (c) { c->Init(client_id); } } void Finish() { gles2::cmds::Finish* c = GetCmdSpace(); if (c) { c->Init(); } } void Flush() { gles2::cmds::Flush* c = GetCmdSpace(); if (c) { c->Init(); } } void FramebufferRenderbuffer(GLenum target, GLenum attachment, GLenum renderbuffertarget, GLuint renderbuffer) { gles2::cmds::FramebufferRenderbuffer* c = GetCmdSpace(); if (c) { c->Init(target, attachment, renderbuffertarget, renderbuffer); } } void FramebufferTexture2D(GLenum target, GLenum attachment, GLenum textarget, GLuint texture) { gles2::cmds::FramebufferTexture2D* c = GetCmdSpace(); if (c) { c->Init(target, attachment, textarget, texture); } } void FramebufferTextureLayer(GLenum target, GLenum attachment, GLuint texture, GLint level, GLint layer) { gles2::cmds::FramebufferTextureLayer* c = GetCmdSpace(); if (c) { c->Init(target, attachment, texture, level, layer); } } void FrontFace(GLenum mode) { gles2::cmds::FrontFace* c = GetCmdSpace(); if (c) { c->Init(mode); } } void GenBuffersImmediate(GLsizei n, GLuint* buffers) { const uint32_t size = gles2::cmds::GenBuffersImmediate::ComputeSize(n); gles2::cmds::GenBuffersImmediate* c = GetImmediateCmdSpaceTotalSize(size); if (c) { c->Init(n, buffers); } } void GenerateMipmap(GLenum target) { gles2::cmds::GenerateMipmap* c = GetCmdSpace(); if (c) { c->Init(target); } } void GenFramebuffersImmediate(GLsizei n, GLuint* framebuffers) { const uint32_t size = gles2::cmds::GenFramebuffersImmediate::ComputeSize(n); gles2::cmds::GenFramebuffersImmediate* c = GetImmediateCmdSpaceTotalSize( size); if (c) { c->Init(n, framebuffers); } } void GenRenderbuffersImmediate(GLsizei n, GLuint* renderbuffers) { const uint32_t size = gles2::cmds::GenRenderbuffersImmediate::ComputeSize(n); gles2::cmds::GenRenderbuffersImmediate* c = GetImmediateCmdSpaceTotalSize( size); if (c) { c->Init(n, renderbuffers); } } void GenSamplersImmediate(GLsizei n, GLuint* samplers) { const uint32_t size = gles2::cmds::GenSamplersImmediate::ComputeSize(n); gles2::cmds::GenSamplersImmediate* c = GetImmediateCmdSpaceTotalSize(size); if (c) { c->Init(n, samplers); } } void GenTexturesImmediate(GLsizei n, GLuint* textures) { const uint32_t size = gles2::cmds::GenTexturesImmediate::ComputeSize(n); gles2::cmds::GenTexturesImmediate* c = GetImmediateCmdSpaceTotalSize(size); if (c) { c->Init(n, textures); } } void GenTransformFeedbacksImmediate(GLsizei n, GLuint* ids) { const uint32_t size = gles2::cmds::GenTransformFeedbacksImmediate::ComputeSize(n); gles2::cmds::GenTransformFeedbacksImmediate* c = GetImmediateCmdSpaceTotalSize< gles2::cmds::GenTransformFeedbacksImmediate>(size); if (c) { c->Init(n, ids); } } void GetActiveAttrib(GLuint program, GLuint index, uint32_t name_bucket_id, uint32_t result_shm_id, uint32_t result_shm_offset) { gles2::cmds::GetActiveAttrib* c = GetCmdSpace(); if (c) { c->Init(program, index, name_bucket_id, result_shm_id, result_shm_offset); } } void GetActiveUniform(GLuint program, GLuint index, uint32_t name_bucket_id, uint32_t result_shm_id, uint32_t result_shm_offset) { gles2::cmds::GetActiveUniform* c = GetCmdSpace(); if (c) { c->Init(program, index, name_bucket_id, result_shm_id, result_shm_offset); } } void GetActiveUniformBlockiv(GLuint program, GLuint index, GLenum pname, uint32_t params_shm_id, uint32_t params_shm_offset) { gles2::cmds::GetActiveUniformBlockiv* c = GetCmdSpace(); if (c) { c->Init(program, index, pname, params_shm_id, params_shm_offset); } } void GetActiveUniformBlockName(GLuint program, GLuint index, uint32_t name_bucket_id, uint32_t result_shm_id, uint32_t result_shm_offset) { gles2::cmds::GetActiveUniformBlockName* c = GetCmdSpace(); if (c) { c->Init(program, index, name_bucket_id, result_shm_id, result_shm_offset); } } void GetActiveUniformsiv(GLuint program, uint32_t indices_bucket_id, GLenum pname, uint32_t params_shm_id, uint32_t params_shm_offset) { gles2::cmds::GetActiveUniformsiv* c = GetCmdSpace(); if (c) { c->Init(program, indices_bucket_id, pname, params_shm_id, params_shm_offset); } } void GetAttachedShaders(GLuint program, uint32_t result_shm_id, uint32_t result_shm_offset, uint32_t result_size) { gles2::cmds::GetAttachedShaders* c = GetCmdSpace(); if (c) { c->Init(program, result_shm_id, result_shm_offset, result_size); } } void GetAttribLocation(GLuint program, uint32_t name_bucket_id, uint32_t location_shm_id, uint32_t location_shm_offset) { gles2::cmds::GetAttribLocation* c = GetCmdSpace(); if (c) { c->Init(program, name_bucket_id, location_shm_id, location_shm_offset); } } void GetBooleanv(GLenum pname, uint32_t params_shm_id, uint32_t params_shm_offset) { gles2::cmds::GetBooleanv* c = GetCmdSpace(); if (c) { c->Init(pname, params_shm_id, params_shm_offset); } } void GetBufferParameteri64v(GLenum target, GLenum pname, uint32_t params_shm_id, uint32_t params_shm_offset) { gles2::cmds::GetBufferParameteri64v* c = GetCmdSpace(); if (c) { c->Init(target, pname, params_shm_id, params_shm_offset); } } void GetBufferParameteriv(GLenum target, GLenum pname, uint32_t params_shm_id, uint32_t params_shm_offset) { gles2::cmds::GetBufferParameteriv* c = GetCmdSpace(); if (c) { c->Init(target, pname, params_shm_id, params_shm_offset); } } void GetError(uint32_t result_shm_id, uint32_t result_shm_offset) { gles2::cmds::GetError* c = GetCmdSpace(); if (c) { c->Init(result_shm_id, result_shm_offset); } } void GetFloatv(GLenum pname, uint32_t params_shm_id, uint32_t params_shm_offset) { gles2::cmds::GetFloatv* c = GetCmdSpace(); if (c) { c->Init(pname, params_shm_id, params_shm_offset); } } void GetFragDataLocation(GLuint program, uint32_t name_bucket_id, uint32_t location_shm_id, uint32_t location_shm_offset) { gles2::cmds::GetFragDataLocation* c = GetCmdSpace(); if (c) { c->Init(program, name_bucket_id, location_shm_id, location_shm_offset); } } void GetFramebufferAttachmentParameteriv(GLenum target, GLenum attachment, GLenum pname, uint32_t params_shm_id, uint32_t params_shm_offset) { gles2::cmds::GetFramebufferAttachmentParameteriv* c = GetCmdSpace(); if (c) { c->Init(target, attachment, pname, params_shm_id, params_shm_offset); } } void GetInteger64v(GLenum pname, uint32_t params_shm_id, uint32_t params_shm_offset) { gles2::cmds::GetInteger64v* c = GetCmdSpace(); if (c) { c->Init(pname, params_shm_id, params_shm_offset); } } void GetIntegeri_v(GLenum pname, GLuint index, uint32_t data_shm_id, uint32_t data_shm_offset) { gles2::cmds::GetIntegeri_v* c = GetCmdSpace(); if (c) { c->Init(pname, index, data_shm_id, data_shm_offset); } } void GetInteger64i_v(GLenum pname, GLuint index, uint32_t data_shm_id, uint32_t data_shm_offset) { gles2::cmds::GetInteger64i_v* c = GetCmdSpace(); if (c) { c->Init(pname, index, data_shm_id, data_shm_offset); } } void GetIntegerv(GLenum pname, uint32_t params_shm_id, uint32_t params_shm_offset) { gles2::cmds::GetIntegerv* c = GetCmdSpace(); if (c) { c->Init(pname, params_shm_id, params_shm_offset); } } void GetInternalformativ(GLenum target, GLenum format, GLenum pname, uint32_t params_shm_id, uint32_t params_shm_offset) { gles2::cmds::GetInternalformativ* c = GetCmdSpace(); if (c) { c->Init(target, format, pname, params_shm_id, params_shm_offset); } } void GetProgramiv(GLuint program, GLenum pname, uint32_t params_shm_id, uint32_t params_shm_offset) { gles2::cmds::GetProgramiv* c = GetCmdSpace(); if (c) { c->Init(program, pname, params_shm_id, params_shm_offset); } } void GetProgramInfoLog(GLuint program, uint32_t bucket_id) { gles2::cmds::GetProgramInfoLog* c = GetCmdSpace(); if (c) { c->Init(program, bucket_id); } } void GetRenderbufferParameteriv(GLenum target, GLenum pname, uint32_t params_shm_id, uint32_t params_shm_offset) { gles2::cmds::GetRenderbufferParameteriv* c = GetCmdSpace(); if (c) { c->Init(target, pname, params_shm_id, params_shm_offset); } } void GetSamplerParameterfv(GLuint sampler, GLenum pname, uint32_t params_shm_id, uint32_t params_shm_offset) { gles2::cmds::GetSamplerParameterfv* c = GetCmdSpace(); if (c) { c->Init(sampler, pname, params_shm_id, params_shm_offset); } } void GetSamplerParameteriv(GLuint sampler, GLenum pname, uint32_t params_shm_id, uint32_t params_shm_offset) { gles2::cmds::GetSamplerParameteriv* c = GetCmdSpace(); if (c) { c->Init(sampler, pname, params_shm_id, params_shm_offset); } } void GetShaderiv(GLuint shader, GLenum pname, uint32_t params_shm_id, uint32_t params_shm_offset) { gles2::cmds::GetShaderiv* c = GetCmdSpace(); if (c) { c->Init(shader, pname, params_shm_id, params_shm_offset); } } void GetShaderInfoLog(GLuint shader, uint32_t bucket_id) { gles2::cmds::GetShaderInfoLog* c = GetCmdSpace(); if (c) { c->Init(shader, bucket_id); } } void GetShaderPrecisionFormat(GLenum shadertype, GLenum precisiontype, uint32_t result_shm_id, uint32_t result_shm_offset) { gles2::cmds::GetShaderPrecisionFormat* c = GetCmdSpace(); if (c) { c->Init(shadertype, precisiontype, result_shm_id, result_shm_offset); } } void GetShaderSource(GLuint shader, uint32_t bucket_id) { gles2::cmds::GetShaderSource* c = GetCmdSpace(); if (c) { c->Init(shader, bucket_id); } } void GetString(GLenum name, uint32_t bucket_id) { gles2::cmds::GetString* c = GetCmdSpace(); if (c) { c->Init(name, bucket_id); } } void GetSynciv(GLuint sync, GLenum pname, uint32_t values_shm_id, uint32_t values_shm_offset) { gles2::cmds::GetSynciv* c = GetCmdSpace(); if (c) { c->Init(sync, pname, values_shm_id, values_shm_offset); } } void GetTexParameterfv(GLenum target, GLenum pname, uint32_t params_shm_id, uint32_t params_shm_offset) { gles2::cmds::GetTexParameterfv* c = GetCmdSpace(); if (c) { c->Init(target, pname, params_shm_id, params_shm_offset); } } void GetTexParameteriv(GLenum target, GLenum pname, uint32_t params_shm_id, uint32_t params_shm_offset) { gles2::cmds::GetTexParameteriv* c = GetCmdSpace(); if (c) { c->Init(target, pname, params_shm_id, params_shm_offset); } } void GetTransformFeedbackVarying(GLuint program, GLuint index, uint32_t name_bucket_id, uint32_t result_shm_id, uint32_t result_shm_offset) { gles2::cmds::GetTransformFeedbackVarying* c = GetCmdSpace(); if (c) { c->Init(program, index, name_bucket_id, result_shm_id, result_shm_offset); } } void GetUniformBlockIndex(GLuint program, uint32_t name_bucket_id, uint32_t index_shm_id, uint32_t index_shm_offset) { gles2::cmds::GetUniformBlockIndex* c = GetCmdSpace(); if (c) { c->Init(program, name_bucket_id, index_shm_id, index_shm_offset); } } void GetUniformfv(GLuint program, GLint location, uint32_t params_shm_id, uint32_t params_shm_offset) { gles2::cmds::GetUniformfv* c = GetCmdSpace(); if (c) { c->Init(program, location, params_shm_id, params_shm_offset); } } void GetUniformiv(GLuint program, GLint location, uint32_t params_shm_id, uint32_t params_shm_offset) { gles2::cmds::GetUniformiv* c = GetCmdSpace(); if (c) { c->Init(program, location, params_shm_id, params_shm_offset); } } void GetUniformuiv(GLuint program, GLint location, uint32_t params_shm_id, uint32_t params_shm_offset) { gles2::cmds::GetUniformuiv* c = GetCmdSpace(); if (c) { c->Init(program, location, params_shm_id, params_shm_offset); } } void GetUniformIndices(GLuint program, uint32_t names_bucket_id, uint32_t indices_shm_id, uint32_t indices_shm_offset) { gles2::cmds::GetUniformIndices* c = GetCmdSpace(); if (c) { c->Init(program, names_bucket_id, indices_shm_id, indices_shm_offset); } } void GetUniformLocation(GLuint program, uint32_t name_bucket_id, uint32_t location_shm_id, uint32_t location_shm_offset) { gles2::cmds::GetUniformLocation* c = GetCmdSpace(); if (c) { c->Init(program, name_bucket_id, location_shm_id, location_shm_offset); } } void GetVertexAttribfv(GLuint index, GLenum pname, uint32_t params_shm_id, uint32_t params_shm_offset) { gles2::cmds::GetVertexAttribfv* c = GetCmdSpace(); if (c) { c->Init(index, pname, params_shm_id, params_shm_offset); } } void GetVertexAttribiv(GLuint index, GLenum pname, uint32_t params_shm_id, uint32_t params_shm_offset) { gles2::cmds::GetVertexAttribiv* c = GetCmdSpace(); if (c) { c->Init(index, pname, params_shm_id, params_shm_offset); } } void GetVertexAttribIiv(GLuint index, GLenum pname, uint32_t params_shm_id, uint32_t params_shm_offset) { gles2::cmds::GetVertexAttribIiv* c = GetCmdSpace(); if (c) { c->Init(index, pname, params_shm_id, params_shm_offset); } } void GetVertexAttribIuiv(GLuint index, GLenum pname, uint32_t params_shm_id, uint32_t params_shm_offset) { gles2::cmds::GetVertexAttribIuiv* c = GetCmdSpace(); if (c) { c->Init(index, pname, params_shm_id, params_shm_offset); } } void GetVertexAttribPointerv(GLuint index, GLenum pname, uint32_t pointer_shm_id, uint32_t pointer_shm_offset) { gles2::cmds::GetVertexAttribPointerv* c = GetCmdSpace(); if (c) { c->Init(index, pname, pointer_shm_id, pointer_shm_offset); } } void Hint(GLenum target, GLenum mode) { gles2::cmds::Hint* c = GetCmdSpace(); if (c) { c->Init(target, mode); } } void InvalidateFramebufferImmediate(GLenum target, GLsizei count, const GLenum* attachments) { const uint32_t size = gles2::cmds::InvalidateFramebufferImmediate::ComputeSize(count); gles2::cmds::InvalidateFramebufferImmediate* c = GetImmediateCmdSpaceTotalSize< gles2::cmds::InvalidateFramebufferImmediate>(size); if (c) { c->Init(target, count, attachments); } } void InvalidateSubFramebufferImmediate(GLenum target, GLsizei count, const GLenum* attachments, GLint x, GLint y, GLsizei width, GLsizei height) { const uint32_t size = gles2::cmds::InvalidateSubFramebufferImmediate::ComputeSize(count); gles2::cmds::InvalidateSubFramebufferImmediate* c = GetImmediateCmdSpaceTotalSize< gles2::cmds::InvalidateSubFramebufferImmediate>(size); if (c) { c->Init(target, count, attachments, x, y, width, height); } } void IsBuffer(GLuint buffer, uint32_t result_shm_id, uint32_t result_shm_offset) { gles2::cmds::IsBuffer* c = GetCmdSpace(); if (c) { c->Init(buffer, result_shm_id, result_shm_offset); } } void IsEnabled(GLenum cap, uint32_t result_shm_id, uint32_t result_shm_offset) { gles2::cmds::IsEnabled* c = GetCmdSpace(); if (c) { c->Init(cap, result_shm_id, result_shm_offset); } } void IsFramebuffer(GLuint framebuffer, uint32_t result_shm_id, uint32_t result_shm_offset) { gles2::cmds::IsFramebuffer* c = GetCmdSpace(); if (c) { c->Init(framebuffer, result_shm_id, result_shm_offset); } } void IsProgram(GLuint program, uint32_t result_shm_id, uint32_t result_shm_offset) { gles2::cmds::IsProgram* c = GetCmdSpace(); if (c) { c->Init(program, result_shm_id, result_shm_offset); } } void IsRenderbuffer(GLuint renderbuffer, uint32_t result_shm_id, uint32_t result_shm_offset) { gles2::cmds::IsRenderbuffer* c = GetCmdSpace(); if (c) { c->Init(renderbuffer, result_shm_id, result_shm_offset); } } void IsSampler(GLuint sampler, uint32_t result_shm_id, uint32_t result_shm_offset) { gles2::cmds::IsSampler* c = GetCmdSpace(); if (c) { c->Init(sampler, result_shm_id, result_shm_offset); } } void IsShader(GLuint shader, uint32_t result_shm_id, uint32_t result_shm_offset) { gles2::cmds::IsShader* c = GetCmdSpace(); if (c) { c->Init(shader, result_shm_id, result_shm_offset); } } void IsSync(GLuint sync, uint32_t result_shm_id, uint32_t result_shm_offset) { gles2::cmds::IsSync* c = GetCmdSpace(); if (c) { c->Init(sync, result_shm_id, result_shm_offset); } } void IsTexture(GLuint texture, uint32_t result_shm_id, uint32_t result_shm_offset) { gles2::cmds::IsTexture* c = GetCmdSpace(); if (c) { c->Init(texture, result_shm_id, result_shm_offset); } } void IsTransformFeedback(GLuint transformfeedback, uint32_t result_shm_id, uint32_t result_shm_offset) { gles2::cmds::IsTransformFeedback* c = GetCmdSpace(); if (c) { c->Init(transformfeedback, result_shm_id, result_shm_offset); } } void LineWidth(GLfloat width) { gles2::cmds::LineWidth* c = GetCmdSpace(); if (c) { c->Init(width); } } void LinkProgram(GLuint program) { gles2::cmds::LinkProgram* c = GetCmdSpace(); if (c) { c->Init(program); } } void PauseTransformFeedback() { gles2::cmds::PauseTransformFeedback* c = GetCmdSpace(); if (c) { c->Init(); } } void PixelStorei(GLenum pname, GLint param) { gles2::cmds::PixelStorei* c = GetCmdSpace(); if (c) { c->Init(pname, param); } } void PolygonOffset(GLfloat factor, GLfloat units) { gles2::cmds::PolygonOffset* c = GetCmdSpace(); if (c) { c->Init(factor, units); } } void ReadBuffer(GLenum src) { gles2::cmds::ReadBuffer* c = GetCmdSpace(); if (c) { c->Init(src); } } void ReadPixels(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, uint32_t pixels_shm_id, uint32_t pixels_shm_offset, uint32_t result_shm_id, uint32_t result_shm_offset, GLboolean async) { gles2::cmds::ReadPixels* c = GetCmdSpace(); if (c) { c->Init(x, y, width, height, format, type, pixels_shm_id, pixels_shm_offset, result_shm_id, result_shm_offset, async); } } void ReleaseShaderCompiler() { gles2::cmds::ReleaseShaderCompiler* c = GetCmdSpace(); if (c) { c->Init(); } } void RenderbufferStorage(GLenum target, GLenum internalformat, GLsizei width, GLsizei height) { gles2::cmds::RenderbufferStorage* c = GetCmdSpace(); if (c) { c->Init(target, internalformat, width, height); } } void ResumeTransformFeedback() { gles2::cmds::ResumeTransformFeedback* c = GetCmdSpace(); if (c) { c->Init(); } } void SampleCoverage(GLclampf value, GLboolean invert) { gles2::cmds::SampleCoverage* c = GetCmdSpace(); if (c) { c->Init(value, invert); } } void SamplerParameterf(GLuint sampler, GLenum pname, GLfloat param) { gles2::cmds::SamplerParameterf* c = GetCmdSpace(); if (c) { c->Init(sampler, pname, param); } } void SamplerParameterfvImmediate(GLuint sampler, GLenum pname, const GLfloat* params) { const uint32_t size = gles2::cmds::SamplerParameterfvImmediate::ComputeSize(); gles2::cmds::SamplerParameterfvImmediate* c = GetImmediateCmdSpaceTotalSize( size); if (c) { c->Init(sampler, pname, params); } } void SamplerParameteri(GLuint sampler, GLenum pname, GLint param) { gles2::cmds::SamplerParameteri* c = GetCmdSpace(); if (c) { c->Init(sampler, pname, param); } } void SamplerParameterivImmediate(GLuint sampler, GLenum pname, const GLint* params) { const uint32_t size = gles2::cmds::SamplerParameterivImmediate::ComputeSize(); gles2::cmds::SamplerParameterivImmediate* c = GetImmediateCmdSpaceTotalSize( size); if (c) { c->Init(sampler, pname, params); } } void Scissor(GLint x, GLint y, GLsizei width, GLsizei height) { gles2::cmds::Scissor* c = GetCmdSpace(); if (c) { c->Init(x, y, width, height); } } void ShaderBinary(GLsizei n, uint32_t shaders_shm_id, uint32_t shaders_shm_offset, GLenum binaryformat, uint32_t binary_shm_id, uint32_t binary_shm_offset, GLsizei length) { gles2::cmds::ShaderBinary* c = GetCmdSpace(); if (c) { c->Init(n, shaders_shm_id, shaders_shm_offset, binaryformat, binary_shm_id, binary_shm_offset, length); } } void ShaderSourceBucket(GLuint shader, uint32_t str_bucket_id) { gles2::cmds::ShaderSourceBucket* c = GetCmdSpace(); if (c) { c->Init(shader, str_bucket_id); } } void StencilFunc(GLenum func, GLint ref, GLuint mask) { gles2::cmds::StencilFunc* c = GetCmdSpace(); if (c) { c->Init(func, ref, mask); } } void StencilFuncSeparate(GLenum face, GLenum func, GLint ref, GLuint mask) { gles2::cmds::StencilFuncSeparate* c = GetCmdSpace(); if (c) { c->Init(face, func, ref, mask); } } void StencilMask(GLuint mask) { gles2::cmds::StencilMask* c = GetCmdSpace(); if (c) { c->Init(mask); } } void StencilMaskSeparate(GLenum face, GLuint mask) { gles2::cmds::StencilMaskSeparate* c = GetCmdSpace(); if (c) { c->Init(face, mask); } } void StencilOp(GLenum fail, GLenum zfail, GLenum zpass) { gles2::cmds::StencilOp* c = GetCmdSpace(); if (c) { c->Init(fail, zfail, zpass); } } void StencilOpSeparate(GLenum face, GLenum fail, GLenum zfail, GLenum zpass) { gles2::cmds::StencilOpSeparate* c = GetCmdSpace(); if (c) { c->Init(face, fail, zfail, zpass); } } void TexImage2D(GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLenum format, GLenum type, uint32_t pixels_shm_id, uint32_t pixels_shm_offset) { gles2::cmds::TexImage2D* c = GetCmdSpace(); if (c) { c->Init(target, level, internalformat, width, height, format, type, pixels_shm_id, pixels_shm_offset); } } void TexImage3D(GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, uint32_t pixels_shm_id, uint32_t pixels_shm_offset) { gles2::cmds::TexImage3D* c = GetCmdSpace(); if (c) { c->Init(target, level, internalformat, width, height, depth, format, type, pixels_shm_id, pixels_shm_offset); } } void TexParameterf(GLenum target, GLenum pname, GLfloat param) { gles2::cmds::TexParameterf* c = GetCmdSpace(); if (c) { c->Init(target, pname, param); } } void TexParameterfvImmediate(GLenum target, GLenum pname, const GLfloat* params) { const uint32_t size = gles2::cmds::TexParameterfvImmediate::ComputeSize(); gles2::cmds::TexParameterfvImmediate* c = GetImmediateCmdSpaceTotalSize(size); if (c) { c->Init(target, pname, params); } } void TexParameteri(GLenum target, GLenum pname, GLint param) { gles2::cmds::TexParameteri* c = GetCmdSpace(); if (c) { c->Init(target, pname, param); } } void TexParameterivImmediate(GLenum target, GLenum pname, const GLint* params) { const uint32_t size = gles2::cmds::TexParameterivImmediate::ComputeSize(); gles2::cmds::TexParameterivImmediate* c = GetImmediateCmdSpaceTotalSize(size); if (c) { c->Init(target, pname, params); } } void TexStorage3D(GLenum target, GLsizei levels, GLenum internalFormat, GLsizei width, GLsizei height, GLsizei depth) { gles2::cmds::TexStorage3D* c = GetCmdSpace(); if (c) { c->Init(target, levels, internalFormat, width, height, depth); } } void TexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, uint32_t pixels_shm_id, uint32_t pixels_shm_offset, GLboolean internal) { gles2::cmds::TexSubImage2D* c = GetCmdSpace(); if (c) { c->Init(target, level, xoffset, yoffset, width, height, format, type, pixels_shm_id, pixels_shm_offset, internal); } } void TexSubImage3D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, uint32_t pixels_shm_id, uint32_t pixels_shm_offset, GLboolean internal) { gles2::cmds::TexSubImage3D* c = GetCmdSpace(); if (c) { c->Init(target, level, xoffset, yoffset, zoffset, width, height, depth, format, type, pixels_shm_id, pixels_shm_offset, internal); } } void TransformFeedbackVaryingsBucket(GLuint program, uint32_t varyings_bucket_id, GLenum buffermode) { gles2::cmds::TransformFeedbackVaryingsBucket* c = GetCmdSpace(); if (c) { c->Init(program, varyings_bucket_id, buffermode); } } void Uniform1f(GLint location, GLfloat x) { gles2::cmds::Uniform1f* c = GetCmdSpace(); if (c) { c->Init(location, x); } } void Uniform1fvImmediate(GLint location, GLsizei count, const GLfloat* v) { const uint32_t size = gles2::cmds::Uniform1fvImmediate::ComputeSize(count); gles2::cmds::Uniform1fvImmediate* c = GetImmediateCmdSpaceTotalSize(size); if (c) { c->Init(location, count, v); } } void Uniform1i(GLint location, GLint x) { gles2::cmds::Uniform1i* c = GetCmdSpace(); if (c) { c->Init(location, x); } } void Uniform1ivImmediate(GLint location, GLsizei count, const GLint* v) { const uint32_t size = gles2::cmds::Uniform1ivImmediate::ComputeSize(count); gles2::cmds::Uniform1ivImmediate* c = GetImmediateCmdSpaceTotalSize(size); if (c) { c->Init(location, count, v); } } void Uniform1ui(GLint location, GLuint x) { gles2::cmds::Uniform1ui* c = GetCmdSpace(); if (c) { c->Init(location, x); } } void Uniform1uivImmediate(GLint location, GLsizei count, const GLuint* v) { const uint32_t size = gles2::cmds::Uniform1uivImmediate::ComputeSize(count); gles2::cmds::Uniform1uivImmediate* c = GetImmediateCmdSpaceTotalSize(size); if (c) { c->Init(location, count, v); } } void Uniform2f(GLint location, GLfloat x, GLfloat y) { gles2::cmds::Uniform2f* c = GetCmdSpace(); if (c) { c->Init(location, x, y); } } void Uniform2fvImmediate(GLint location, GLsizei count, const GLfloat* v) { const uint32_t size = gles2::cmds::Uniform2fvImmediate::ComputeSize(count); gles2::cmds::Uniform2fvImmediate* c = GetImmediateCmdSpaceTotalSize(size); if (c) { c->Init(location, count, v); } } void Uniform2i(GLint location, GLint x, GLint y) { gles2::cmds::Uniform2i* c = GetCmdSpace(); if (c) { c->Init(location, x, y); } } void Uniform2ivImmediate(GLint location, GLsizei count, const GLint* v) { const uint32_t size = gles2::cmds::Uniform2ivImmediate::ComputeSize(count); gles2::cmds::Uniform2ivImmediate* c = GetImmediateCmdSpaceTotalSize(size); if (c) { c->Init(location, count, v); } } void Uniform2ui(GLint location, GLuint x, GLuint y) { gles2::cmds::Uniform2ui* c = GetCmdSpace(); if (c) { c->Init(location, x, y); } } void Uniform2uivImmediate(GLint location, GLsizei count, const GLuint* v) { const uint32_t size = gles2::cmds::Uniform2uivImmediate::ComputeSize(count); gles2::cmds::Uniform2uivImmediate* c = GetImmediateCmdSpaceTotalSize(size); if (c) { c->Init(location, count, v); } } void Uniform3f(GLint location, GLfloat x, GLfloat y, GLfloat z) { gles2::cmds::Uniform3f* c = GetCmdSpace(); if (c) { c->Init(location, x, y, z); } } void Uniform3fvImmediate(GLint location, GLsizei count, const GLfloat* v) { const uint32_t size = gles2::cmds::Uniform3fvImmediate::ComputeSize(count); gles2::cmds::Uniform3fvImmediate* c = GetImmediateCmdSpaceTotalSize(size); if (c) { c->Init(location, count, v); } } void Uniform3i(GLint location, GLint x, GLint y, GLint z) { gles2::cmds::Uniform3i* c = GetCmdSpace(); if (c) { c->Init(location, x, y, z); } } void Uniform3ivImmediate(GLint location, GLsizei count, const GLint* v) { const uint32_t size = gles2::cmds::Uniform3ivImmediate::ComputeSize(count); gles2::cmds::Uniform3ivImmediate* c = GetImmediateCmdSpaceTotalSize(size); if (c) { c->Init(location, count, v); } } void Uniform3ui(GLint location, GLuint x, GLuint y, GLuint z) { gles2::cmds::Uniform3ui* c = GetCmdSpace(); if (c) { c->Init(location, x, y, z); } } void Uniform3uivImmediate(GLint location, GLsizei count, const GLuint* v) { const uint32_t size = gles2::cmds::Uniform3uivImmediate::ComputeSize(count); gles2::cmds::Uniform3uivImmediate* c = GetImmediateCmdSpaceTotalSize(size); if (c) { c->Init(location, count, v); } } void Uniform4f(GLint location, GLfloat x, GLfloat y, GLfloat z, GLfloat w) { gles2::cmds::Uniform4f* c = GetCmdSpace(); if (c) { c->Init(location, x, y, z, w); } } void Uniform4fvImmediate(GLint location, GLsizei count, const GLfloat* v) { const uint32_t size = gles2::cmds::Uniform4fvImmediate::ComputeSize(count); gles2::cmds::Uniform4fvImmediate* c = GetImmediateCmdSpaceTotalSize(size); if (c) { c->Init(location, count, v); } } void Uniform4i(GLint location, GLint x, GLint y, GLint z, GLint w) { gles2::cmds::Uniform4i* c = GetCmdSpace(); if (c) { c->Init(location, x, y, z, w); } } void Uniform4ivImmediate(GLint location, GLsizei count, const GLint* v) { const uint32_t size = gles2::cmds::Uniform4ivImmediate::ComputeSize(count); gles2::cmds::Uniform4ivImmediate* c = GetImmediateCmdSpaceTotalSize(size); if (c) { c->Init(location, count, v); } } void Uniform4ui(GLint location, GLuint x, GLuint y, GLuint z, GLuint w) { gles2::cmds::Uniform4ui* c = GetCmdSpace(); if (c) { c->Init(location, x, y, z, w); } } void Uniform4uivImmediate(GLint location, GLsizei count, const GLuint* v) { const uint32_t size = gles2::cmds::Uniform4uivImmediate::ComputeSize(count); gles2::cmds::Uniform4uivImmediate* c = GetImmediateCmdSpaceTotalSize(size); if (c) { c->Init(location, count, v); } } void UniformBlockBinding(GLuint program, GLuint index, GLuint binding) { gles2::cmds::UniformBlockBinding* c = GetCmdSpace(); if (c) { c->Init(program, index, binding); } } void UniformMatrix2fvImmediate(GLint location, GLsizei count, const GLfloat* value) { const uint32_t size = gles2::cmds::UniformMatrix2fvImmediate::ComputeSize(count); gles2::cmds::UniformMatrix2fvImmediate* c = GetImmediateCmdSpaceTotalSize( size); if (c) { c->Init(location, count, value); } } void UniformMatrix2x3fvImmediate(GLint location, GLsizei count, const GLfloat* value) { const uint32_t size = gles2::cmds::UniformMatrix2x3fvImmediate::ComputeSize(count); gles2::cmds::UniformMatrix2x3fvImmediate* c = GetImmediateCmdSpaceTotalSize( size); if (c) { c->Init(location, count, value); } } void UniformMatrix2x4fvImmediate(GLint location, GLsizei count, const GLfloat* value) { const uint32_t size = gles2::cmds::UniformMatrix2x4fvImmediate::ComputeSize(count); gles2::cmds::UniformMatrix2x4fvImmediate* c = GetImmediateCmdSpaceTotalSize( size); if (c) { c->Init(location, count, value); } } void UniformMatrix3fvImmediate(GLint location, GLsizei count, const GLfloat* value) { const uint32_t size = gles2::cmds::UniformMatrix3fvImmediate::ComputeSize(count); gles2::cmds::UniformMatrix3fvImmediate* c = GetImmediateCmdSpaceTotalSize( size); if (c) { c->Init(location, count, value); } } void UniformMatrix3x2fvImmediate(GLint location, GLsizei count, const GLfloat* value) { const uint32_t size = gles2::cmds::UniformMatrix3x2fvImmediate::ComputeSize(count); gles2::cmds::UniformMatrix3x2fvImmediate* c = GetImmediateCmdSpaceTotalSize( size); if (c) { c->Init(location, count, value); } } void UniformMatrix3x4fvImmediate(GLint location, GLsizei count, const GLfloat* value) { const uint32_t size = gles2::cmds::UniformMatrix3x4fvImmediate::ComputeSize(count); gles2::cmds::UniformMatrix3x4fvImmediate* c = GetImmediateCmdSpaceTotalSize( size); if (c) { c->Init(location, count, value); } } void UniformMatrix4fvImmediate(GLint location, GLsizei count, const GLfloat* value) { const uint32_t size = gles2::cmds::UniformMatrix4fvImmediate::ComputeSize(count); gles2::cmds::UniformMatrix4fvImmediate* c = GetImmediateCmdSpaceTotalSize( size); if (c) { c->Init(location, count, value); } } void UniformMatrix4x2fvImmediate(GLint location, GLsizei count, const GLfloat* value) { const uint32_t size = gles2::cmds::UniformMatrix4x2fvImmediate::ComputeSize(count); gles2::cmds::UniformMatrix4x2fvImmediate* c = GetImmediateCmdSpaceTotalSize( size); if (c) { c->Init(location, count, value); } } void UniformMatrix4x3fvImmediate(GLint location, GLsizei count, const GLfloat* value) { const uint32_t size = gles2::cmds::UniformMatrix4x3fvImmediate::ComputeSize(count); gles2::cmds::UniformMatrix4x3fvImmediate* c = GetImmediateCmdSpaceTotalSize( size); if (c) { c->Init(location, count, value); } } void UseProgram(GLuint program) { gles2::cmds::UseProgram* c = GetCmdSpace(); if (c) { c->Init(program); } } void ValidateProgram(GLuint program) { gles2::cmds::ValidateProgram* c = GetCmdSpace(); if (c) { c->Init(program); } } void VertexAttrib1f(GLuint indx, GLfloat x) { gles2::cmds::VertexAttrib1f* c = GetCmdSpace(); if (c) { c->Init(indx, x); } } void VertexAttrib1fvImmediate(GLuint indx, const GLfloat* values) { const uint32_t size = gles2::cmds::VertexAttrib1fvImmediate::ComputeSize(); gles2::cmds::VertexAttrib1fvImmediate* c = GetImmediateCmdSpaceTotalSize( size); if (c) { c->Init(indx, values); } } void VertexAttrib2f(GLuint indx, GLfloat x, GLfloat y) { gles2::cmds::VertexAttrib2f* c = GetCmdSpace(); if (c) { c->Init(indx, x, y); } } void VertexAttrib2fvImmediate(GLuint indx, const GLfloat* values) { const uint32_t size = gles2::cmds::VertexAttrib2fvImmediate::ComputeSize(); gles2::cmds::VertexAttrib2fvImmediate* c = GetImmediateCmdSpaceTotalSize( size); if (c) { c->Init(indx, values); } } void VertexAttrib3f(GLuint indx, GLfloat x, GLfloat y, GLfloat z) { gles2::cmds::VertexAttrib3f* c = GetCmdSpace(); if (c) { c->Init(indx, x, y, z); } } void VertexAttrib3fvImmediate(GLuint indx, const GLfloat* values) { const uint32_t size = gles2::cmds::VertexAttrib3fvImmediate::ComputeSize(); gles2::cmds::VertexAttrib3fvImmediate* c = GetImmediateCmdSpaceTotalSize( size); if (c) { c->Init(indx, values); } } void VertexAttrib4f(GLuint indx, GLfloat x, GLfloat y, GLfloat z, GLfloat w) { gles2::cmds::VertexAttrib4f* c = GetCmdSpace(); if (c) { c->Init(indx, x, y, z, w); } } void VertexAttrib4fvImmediate(GLuint indx, const GLfloat* values) { const uint32_t size = gles2::cmds::VertexAttrib4fvImmediate::ComputeSize(); gles2::cmds::VertexAttrib4fvImmediate* c = GetImmediateCmdSpaceTotalSize( size); if (c) { c->Init(indx, values); } } void VertexAttribI4i(GLuint indx, GLint x, GLint y, GLint z, GLint w) { gles2::cmds::VertexAttribI4i* c = GetCmdSpace(); if (c) { c->Init(indx, x, y, z, w); } } void VertexAttribI4ivImmediate(GLuint indx, const GLint* values) { const uint32_t size = gles2::cmds::VertexAttribI4ivImmediate::ComputeSize(); gles2::cmds::VertexAttribI4ivImmediate* c = GetImmediateCmdSpaceTotalSize( size); if (c) { c->Init(indx, values); } } void VertexAttribI4ui(GLuint indx, GLuint x, GLuint y, GLuint z, GLuint w) { gles2::cmds::VertexAttribI4ui* c = GetCmdSpace(); if (c) { c->Init(indx, x, y, z, w); } } void VertexAttribI4uivImmediate(GLuint indx, const GLuint* values) { const uint32_t size = gles2::cmds::VertexAttribI4uivImmediate::ComputeSize(); gles2::cmds::VertexAttribI4uivImmediate* c = GetImmediateCmdSpaceTotalSize( size); if (c) { c->Init(indx, values); } } void VertexAttribIPointer(GLuint indx, GLint size, GLenum type, GLsizei stride, GLuint offset) { gles2::cmds::VertexAttribIPointer* c = GetCmdSpace(); if (c) { c->Init(indx, size, type, stride, offset); } } void VertexAttribPointer(GLuint indx, GLint size, GLenum type, GLboolean normalized, GLsizei stride, GLuint offset) { gles2::cmds::VertexAttribPointer* c = GetCmdSpace(); if (c) { c->Init(indx, size, type, normalized, stride, offset); } } void Viewport(GLint x, GLint y, GLsizei width, GLsizei height) { gles2::cmds::Viewport* c = GetCmdSpace(); if (c) { c->Init(x, y, width, height); } } void WaitSync(GLuint sync, GLbitfield flags, GLuint timeout_0, GLuint timeout_1) { gles2::cmds::WaitSync* c = GetCmdSpace(); if (c) { c->Init(sync, flags, timeout_0, timeout_1); } } void BlitFramebufferCHROMIUM(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter) { gles2::cmds::BlitFramebufferCHROMIUM* c = GetCmdSpace(); if (c) { c->Init(srcX0, srcY0, srcX1, srcY1, dstX0, dstY0, dstX1, dstY1, mask, filter); } } void RenderbufferStorageMultisampleCHROMIUM(GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height) { gles2::cmds::RenderbufferStorageMultisampleCHROMIUM* c = GetCmdSpace(); if (c) { c->Init(target, samples, internalformat, width, height); } } void RenderbufferStorageMultisampleEXT(GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height) { gles2::cmds::RenderbufferStorageMultisampleEXT* c = GetCmdSpace(); if (c) { c->Init(target, samples, internalformat, width, height); } } void FramebufferTexture2DMultisampleEXT(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLsizei samples) { gles2::cmds::FramebufferTexture2DMultisampleEXT* c = GetCmdSpace(); if (c) { c->Init(target, attachment, textarget, texture, samples); } } void TexStorage2DEXT(GLenum target, GLsizei levels, GLenum internalFormat, GLsizei width, GLsizei height) { gles2::cmds::TexStorage2DEXT* c = GetCmdSpace(); if (c) { c->Init(target, levels, internalFormat, width, height); } } void GenQueriesEXTImmediate(GLsizei n, GLuint* queries) { const uint32_t size = gles2::cmds::GenQueriesEXTImmediate::ComputeSize(n); gles2::cmds::GenQueriesEXTImmediate* c = GetImmediateCmdSpaceTotalSize(size); if (c) { c->Init(n, queries); } } void DeleteQueriesEXTImmediate(GLsizei n, const GLuint* queries) { const uint32_t size = gles2::cmds::DeleteQueriesEXTImmediate::ComputeSize(n); gles2::cmds::DeleteQueriesEXTImmediate* c = GetImmediateCmdSpaceTotalSize( size); if (c) { c->Init(n, queries); } } void QueryCounterEXT(GLuint id, GLenum target, uint32_t sync_data_shm_id, uint32_t sync_data_shm_offset, GLuint submit_count) { gles2::cmds::QueryCounterEXT* c = GetCmdSpace(); if (c) { c->Init(id, target, sync_data_shm_id, sync_data_shm_offset, submit_count); } } void BeginQueryEXT(GLenum target, GLuint id, uint32_t sync_data_shm_id, uint32_t sync_data_shm_offset) { gles2::cmds::BeginQueryEXT* c = GetCmdSpace(); if (c) { c->Init(target, id, sync_data_shm_id, sync_data_shm_offset); } } void BeginTransformFeedback(GLenum primitivemode) { gles2::cmds::BeginTransformFeedback* c = GetCmdSpace(); if (c) { c->Init(primitivemode); } } void EndQueryEXT(GLenum target, GLuint submit_count) { gles2::cmds::EndQueryEXT* c = GetCmdSpace(); if (c) { c->Init(target, submit_count); } } void EndTransformFeedback() { gles2::cmds::EndTransformFeedback* c = GetCmdSpace(); if (c) { c->Init(); } } void InsertEventMarkerEXT(GLuint bucket_id) { gles2::cmds::InsertEventMarkerEXT* c = GetCmdSpace(); if (c) { c->Init(bucket_id); } } void PushGroupMarkerEXT(GLuint bucket_id) { gles2::cmds::PushGroupMarkerEXT* c = GetCmdSpace(); if (c) { c->Init(bucket_id); } } void PopGroupMarkerEXT() { gles2::cmds::PopGroupMarkerEXT* c = GetCmdSpace(); if (c) { c->Init(); } } void GenVertexArraysOESImmediate(GLsizei n, GLuint* arrays) { const uint32_t size = gles2::cmds::GenVertexArraysOESImmediate::ComputeSize(n); gles2::cmds::GenVertexArraysOESImmediate* c = GetImmediateCmdSpaceTotalSize( size); if (c) { c->Init(n, arrays); } } void DeleteVertexArraysOESImmediate(GLsizei n, const GLuint* arrays) { const uint32_t size = gles2::cmds::DeleteVertexArraysOESImmediate::ComputeSize(n); gles2::cmds::DeleteVertexArraysOESImmediate* c = GetImmediateCmdSpaceTotalSize< gles2::cmds::DeleteVertexArraysOESImmediate>(size); if (c) { c->Init(n, arrays); } } void IsVertexArrayOES(GLuint array, uint32_t result_shm_id, uint32_t result_shm_offset) { gles2::cmds::IsVertexArrayOES* c = GetCmdSpace(); if (c) { c->Init(array, result_shm_id, result_shm_offset); } } void BindVertexArrayOES(GLuint array) { gles2::cmds::BindVertexArrayOES* c = GetCmdSpace(); if (c) { c->Init(array); } } void SwapBuffers() { gles2::cmds::SwapBuffers* c = GetCmdSpace(); if (c) { c->Init(); } } void GetMaxValueInBufferCHROMIUM(GLuint buffer_id, GLsizei count, GLenum type, GLuint offset, uint32_t result_shm_id, uint32_t result_shm_offset) { gles2::cmds::GetMaxValueInBufferCHROMIUM* c = GetCmdSpace(); if (c) { c->Init(buffer_id, count, type, offset, result_shm_id, result_shm_offset); } } void EnableFeatureCHROMIUM(GLuint bucket_id, uint32_t result_shm_id, uint32_t result_shm_offset) { gles2::cmds::EnableFeatureCHROMIUM* c = GetCmdSpace(); if (c) { c->Init(bucket_id, result_shm_id, result_shm_offset); } } void MapBufferRange(GLenum target, GLintptr offset, GLsizeiptr size, GLbitfield access, uint32_t data_shm_id, uint32_t data_shm_offset, uint32_t result_shm_id, uint32_t result_shm_offset) { gles2::cmds::MapBufferRange* c = GetCmdSpace(); if (c) { c->Init(target, offset, size, access, data_shm_id, data_shm_offset, result_shm_id, result_shm_offset); } } void UnmapBuffer(GLenum target) { gles2::cmds::UnmapBuffer* c = GetCmdSpace(); if (c) { c->Init(target); } } void ResizeCHROMIUM(GLuint width, GLuint height, GLfloat scale_factor) { gles2::cmds::ResizeCHROMIUM* c = GetCmdSpace(); if (c) { c->Init(width, height, scale_factor); } } void GetRequestableExtensionsCHROMIUM(uint32_t bucket_id) { gles2::cmds::GetRequestableExtensionsCHROMIUM* c = GetCmdSpace(); if (c) { c->Init(bucket_id); } } void RequestExtensionCHROMIUM(uint32_t bucket_id) { gles2::cmds::RequestExtensionCHROMIUM* c = GetCmdSpace(); if (c) { c->Init(bucket_id); } } void GetProgramInfoCHROMIUM(GLuint program, uint32_t bucket_id) { gles2::cmds::GetProgramInfoCHROMIUM* c = GetCmdSpace(); if (c) { c->Init(program, bucket_id); } } void GetUniformBlocksCHROMIUM(GLuint program, uint32_t bucket_id) { gles2::cmds::GetUniformBlocksCHROMIUM* c = GetCmdSpace(); if (c) { c->Init(program, bucket_id); } } void GetTransformFeedbackVaryingsCHROMIUM(GLuint program, uint32_t bucket_id) { gles2::cmds::GetTransformFeedbackVaryingsCHROMIUM* c = GetCmdSpace(); if (c) { c->Init(program, bucket_id); } } void GetUniformsES3CHROMIUM(GLuint program, uint32_t bucket_id) { gles2::cmds::GetUniformsES3CHROMIUM* c = GetCmdSpace(); if (c) { c->Init(program, bucket_id); } } void GetTranslatedShaderSourceANGLE(GLuint shader, uint32_t bucket_id) { gles2::cmds::GetTranslatedShaderSourceANGLE* c = GetCmdSpace(); if (c) { c->Init(shader, bucket_id); } } void PostSubBufferCHROMIUM(GLint x, GLint y, GLint width, GLint height) { gles2::cmds::PostSubBufferCHROMIUM* c = GetCmdSpace(); if (c) { c->Init(x, y, width, height); } } void TexImageIOSurface2DCHROMIUM(GLenum target, GLsizei width, GLsizei height, GLuint ioSurfaceId, GLuint plane) { gles2::cmds::TexImageIOSurface2DCHROMIUM* c = GetCmdSpace(); if (c) { c->Init(target, width, height, ioSurfaceId, plane); } } void CopyTextureCHROMIUM(GLenum target, GLenum source_id, GLenum dest_id, GLint internalformat, GLenum dest_type, GLboolean unpack_flip_y, GLboolean unpack_premultiply_alpha, GLboolean unpack_unmultiply_alpha) { gles2::cmds::CopyTextureCHROMIUM* c = GetCmdSpace(); if (c) { c->Init(target, source_id, dest_id, internalformat, dest_type, unpack_flip_y, unpack_premultiply_alpha, unpack_unmultiply_alpha); } } void CopySubTextureCHROMIUM(GLenum target, GLenum source_id, GLenum dest_id, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height, GLboolean unpack_flip_y, GLboolean unpack_premultiply_alpha, GLboolean unpack_unmultiply_alpha) { gles2::cmds::CopySubTextureCHROMIUM* c = GetCmdSpace(); if (c) { c->Init(target, source_id, dest_id, xoffset, yoffset, x, y, width, height, unpack_flip_y, unpack_premultiply_alpha, unpack_unmultiply_alpha); } } void CompressedCopyTextureCHROMIUM(GLenum target, GLenum source_id, GLenum dest_id) { gles2::cmds::CompressedCopyTextureCHROMIUM* c = GetCmdSpace(); if (c) { c->Init(target, source_id, dest_id); } } void DrawArraysInstancedANGLE(GLenum mode, GLint first, GLsizei count, GLsizei primcount) { gles2::cmds::DrawArraysInstancedANGLE* c = GetCmdSpace(); if (c) { c->Init(mode, first, count, primcount); } } void DrawElementsInstancedANGLE(GLenum mode, GLsizei count, GLenum type, GLuint index_offset, GLsizei primcount) { gles2::cmds::DrawElementsInstancedANGLE* c = GetCmdSpace(); if (c) { c->Init(mode, count, type, index_offset, primcount); } } void VertexAttribDivisorANGLE(GLuint index, GLuint divisor) { gles2::cmds::VertexAttribDivisorANGLE* c = GetCmdSpace(); if (c) { c->Init(index, divisor); } } void ProduceTextureCHROMIUMImmediate(GLenum target, const GLbyte* mailbox) { const uint32_t size = gles2::cmds::ProduceTextureCHROMIUMImmediate::ComputeSize(); gles2::cmds::ProduceTextureCHROMIUMImmediate* c = GetImmediateCmdSpaceTotalSize< gles2::cmds::ProduceTextureCHROMIUMImmediate>(size); if (c) { c->Init(target, mailbox); } } void ProduceTextureDirectCHROMIUMImmediate(GLuint texture, GLenum target, const GLbyte* mailbox) { const uint32_t size = gles2::cmds::ProduceTextureDirectCHROMIUMImmediate::ComputeSize(); gles2::cmds::ProduceTextureDirectCHROMIUMImmediate* c = GetImmediateCmdSpaceTotalSize< gles2::cmds::ProduceTextureDirectCHROMIUMImmediate>(size); if (c) { c->Init(texture, target, mailbox); } } void ConsumeTextureCHROMIUMImmediate(GLenum target, const GLbyte* mailbox) { const uint32_t size = gles2::cmds::ConsumeTextureCHROMIUMImmediate::ComputeSize(); gles2::cmds::ConsumeTextureCHROMIUMImmediate* c = GetImmediateCmdSpaceTotalSize< gles2::cmds::ConsumeTextureCHROMIUMImmediate>(size); if (c) { c->Init(target, mailbox); } } void BindUniformLocationCHROMIUMBucket(GLuint program, GLint location, uint32_t name_bucket_id) { gles2::cmds::BindUniformLocationCHROMIUMBucket* c = GetCmdSpace(); if (c) { c->Init(program, location, name_bucket_id); } } void GenValuebuffersCHROMIUMImmediate(GLsizei n, GLuint* buffers) { const uint32_t size = gles2::cmds::GenValuebuffersCHROMIUMImmediate::ComputeSize(n); gles2::cmds::GenValuebuffersCHROMIUMImmediate* c = GetImmediateCmdSpaceTotalSize< gles2::cmds::GenValuebuffersCHROMIUMImmediate>(size); if (c) { c->Init(n, buffers); } } void DeleteValuebuffersCHROMIUMImmediate(GLsizei n, const GLuint* valuebuffers) { const uint32_t size = gles2::cmds::DeleteValuebuffersCHROMIUMImmediate::ComputeSize(n); gles2::cmds::DeleteValuebuffersCHROMIUMImmediate* c = GetImmediateCmdSpaceTotalSize< gles2::cmds::DeleteValuebuffersCHROMIUMImmediate>(size); if (c) { c->Init(n, valuebuffers); } } void IsValuebufferCHROMIUM(GLuint valuebuffer, uint32_t result_shm_id, uint32_t result_shm_offset) { gles2::cmds::IsValuebufferCHROMIUM* c = GetCmdSpace(); if (c) { c->Init(valuebuffer, result_shm_id, result_shm_offset); } } void BindValuebufferCHROMIUM(GLenum target, GLuint valuebuffer) { gles2::cmds::BindValuebufferCHROMIUM* c = GetCmdSpace(); if (c) { c->Init(target, valuebuffer); } } void SubscribeValueCHROMIUM(GLenum target, GLenum subscription) { gles2::cmds::SubscribeValueCHROMIUM* c = GetCmdSpace(); if (c) { c->Init(target, subscription); } } void PopulateSubscribedValuesCHROMIUM(GLenum target) { gles2::cmds::PopulateSubscribedValuesCHROMIUM* c = GetCmdSpace(); if (c) { c->Init(target); } } void UniformValuebufferCHROMIUM(GLint location, GLenum target, GLenum subscription) { gles2::cmds::UniformValuebufferCHROMIUM* c = GetCmdSpace(); if (c) { c->Init(location, target, subscription); } } void BindTexImage2DCHROMIUM(GLenum target, GLint imageId) { gles2::cmds::BindTexImage2DCHROMIUM* c = GetCmdSpace(); if (c) { c->Init(target, imageId); } } void ReleaseTexImage2DCHROMIUM(GLenum target, GLint imageId) { gles2::cmds::ReleaseTexImage2DCHROMIUM* c = GetCmdSpace(); if (c) { c->Init(target, imageId); } } void TraceBeginCHROMIUM(GLuint category_bucket_id, GLuint name_bucket_id) { gles2::cmds::TraceBeginCHROMIUM* c = GetCmdSpace(); if (c) { c->Init(category_bucket_id, name_bucket_id); } } void TraceEndCHROMIUM() { gles2::cmds::TraceEndCHROMIUM* c = GetCmdSpace(); if (c) { c->Init(); } } void AsyncTexSubImage2DCHROMIUM(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, uint32_t data_shm_id, uint32_t data_shm_offset, uint32_t async_upload_token, uint32_t sync_data_shm_id, uint32_t sync_data_shm_offset) { gles2::cmds::AsyncTexSubImage2DCHROMIUM* c = GetCmdSpace(); if (c) { c->Init(target, level, xoffset, yoffset, width, height, format, type, data_shm_id, data_shm_offset, async_upload_token, sync_data_shm_id, sync_data_shm_offset); } } void AsyncTexImage2DCHROMIUM(GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLenum format, GLenum type, uint32_t pixels_shm_id, uint32_t pixels_shm_offset, uint32_t async_upload_token, uint32_t sync_data_shm_id, uint32_t sync_data_shm_offset) { gles2::cmds::AsyncTexImage2DCHROMIUM* c = GetCmdSpace(); if (c) { c->Init(target, level, internalformat, width, height, format, type, pixels_shm_id, pixels_shm_offset, async_upload_token, sync_data_shm_id, sync_data_shm_offset); } } void WaitAsyncTexImage2DCHROMIUM(GLenum target) { gles2::cmds::WaitAsyncTexImage2DCHROMIUM* c = GetCmdSpace(); if (c) { c->Init(target); } } void WaitAllAsyncTexImage2DCHROMIUM() { gles2::cmds::WaitAllAsyncTexImage2DCHROMIUM* c = GetCmdSpace(); if (c) { c->Init(); } } void DiscardFramebufferEXTImmediate(GLenum target, GLsizei count, const GLenum* attachments) { const uint32_t size = gles2::cmds::DiscardFramebufferEXTImmediate::ComputeSize(count); gles2::cmds::DiscardFramebufferEXTImmediate* c = GetImmediateCmdSpaceTotalSize< gles2::cmds::DiscardFramebufferEXTImmediate>(size); if (c) { c->Init(target, count, attachments); } } void LoseContextCHROMIUM(GLenum current, GLenum other) { gles2::cmds::LoseContextCHROMIUM* c = GetCmdSpace(); if (c) { c->Init(current, other); } } void WaitSyncPointCHROMIUM(GLuint sync_point) { gles2::cmds::WaitSyncPointCHROMIUM* c = GetCmdSpace(); if (c) { c->Init(sync_point); } } void DrawBuffersEXTImmediate(GLsizei count, const GLenum* bufs) { const uint32_t size = gles2::cmds::DrawBuffersEXTImmediate::ComputeSize(count); gles2::cmds::DrawBuffersEXTImmediate* c = GetImmediateCmdSpaceTotalSize(size); if (c) { c->Init(count, bufs); } } void DiscardBackbufferCHROMIUM() { gles2::cmds::DiscardBackbufferCHROMIUM* c = GetCmdSpace(); if (c) { c->Init(); } } void ScheduleOverlayPlaneCHROMIUM(GLint plane_z_order, GLenum plane_transform, GLuint overlay_texture_id, GLint bounds_x, GLint bounds_y, GLint bounds_width, GLint bounds_height, GLfloat uv_x, GLfloat uv_y, GLfloat uv_width, GLfloat uv_height) { gles2::cmds::ScheduleOverlayPlaneCHROMIUM* c = GetCmdSpace(); if (c) { c->Init(plane_z_order, plane_transform, overlay_texture_id, bounds_x, bounds_y, bounds_width, bounds_height, uv_x, uv_y, uv_width, uv_height); } } void SwapInterval(GLint interval) { gles2::cmds::SwapInterval* c = GetCmdSpace(); if (c) { c->Init(interval); } } void FlushDriverCachesCHROMIUM() { gles2::cmds::FlushDriverCachesCHROMIUM* c = GetCmdSpace(); if (c) { c->Init(); } } void MatrixLoadfCHROMIUMImmediate(GLenum matrixMode, const GLfloat* m) { const uint32_t size = gles2::cmds::MatrixLoadfCHROMIUMImmediate::ComputeSize(); gles2::cmds::MatrixLoadfCHROMIUMImmediate* c = GetImmediateCmdSpaceTotalSize( size); if (c) { c->Init(matrixMode, m); } } void MatrixLoadIdentityCHROMIUM(GLenum matrixMode) { gles2::cmds::MatrixLoadIdentityCHROMIUM* c = GetCmdSpace(); if (c) { c->Init(matrixMode); } } void GenPathsCHROMIUM(GLuint first_client_id, GLsizei range) { gles2::cmds::GenPathsCHROMIUM* c = GetCmdSpace(); if (c) { c->Init(first_client_id, range); } } void DeletePathsCHROMIUM(GLuint first_client_id, GLsizei range) { gles2::cmds::DeletePathsCHROMIUM* c = GetCmdSpace(); if (c) { c->Init(first_client_id, range); } } void IsPathCHROMIUM(GLuint path, uint32_t result_shm_id, uint32_t result_shm_offset) { gles2::cmds::IsPathCHROMIUM* c = GetCmdSpace(); if (c) { c->Init(path, result_shm_id, result_shm_offset); } } void PathCommandsCHROMIUM(GLuint path, GLsizei numCommands, uint32_t commands_shm_id, uint32_t commands_shm_offset, GLsizei numCoords, GLenum coordType, uint32_t coords_shm_id, uint32_t coords_shm_offset) { gles2::cmds::PathCommandsCHROMIUM* c = GetCmdSpace(); if (c) { c->Init(path, numCommands, commands_shm_id, commands_shm_offset, numCoords, coordType, coords_shm_id, coords_shm_offset); } } void PathParameterfCHROMIUM(GLuint path, GLenum pname, GLfloat value) { gles2::cmds::PathParameterfCHROMIUM* c = GetCmdSpace(); if (c) { c->Init(path, pname, value); } } void PathParameteriCHROMIUM(GLuint path, GLenum pname, GLint value) { gles2::cmds::PathParameteriCHROMIUM* c = GetCmdSpace(); if (c) { c->Init(path, pname, value); } } void PathStencilFuncCHROMIUM(GLenum func, GLint ref, GLuint mask) { gles2::cmds::PathStencilFuncCHROMIUM* c = GetCmdSpace(); if (c) { c->Init(func, ref, mask); } } void StencilFillPathCHROMIUM(GLuint path, GLenum fillMode, GLuint mask) { gles2::cmds::StencilFillPathCHROMIUM* c = GetCmdSpace(); if (c) { c->Init(path, fillMode, mask); } } void StencilStrokePathCHROMIUM(GLuint path, GLint reference, GLuint mask) { gles2::cmds::StencilStrokePathCHROMIUM* c = GetCmdSpace(); if (c) { c->Init(path, reference, mask); } } void CoverFillPathCHROMIUM(GLuint path, GLenum coverMode) { gles2::cmds::CoverFillPathCHROMIUM* c = GetCmdSpace(); if (c) { c->Init(path, coverMode); } } void CoverStrokePathCHROMIUM(GLuint path, GLenum coverMode) { gles2::cmds::CoverStrokePathCHROMIUM* c = GetCmdSpace(); if (c) { c->Init(path, coverMode); } } void StencilThenCoverFillPathCHROMIUM(GLuint path, GLenum fillMode, GLuint mask, GLenum coverMode) { gles2::cmds::StencilThenCoverFillPathCHROMIUM* c = GetCmdSpace(); if (c) { c->Init(path, fillMode, mask, coverMode); } } void StencilThenCoverStrokePathCHROMIUM(GLuint path, GLint reference, GLuint mask, GLenum coverMode) { gles2::cmds::StencilThenCoverStrokePathCHROMIUM* c = GetCmdSpace(); if (c) { c->Init(path, reference, mask, coverMode); } } void BlendBarrierKHR() { gles2::cmds::BlendBarrierKHR* c = GetCmdSpace(); if (c) { c->Init(); } } #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_CMD_HELPER_AUTOGEN_H_