GLES2InterfaceStub 27 cc/resources/raster_worker_pool_perftest.cc class PerfGLES2Interface : public gpu::gles2::GLES2InterfaceStub { GLES2InterfaceStub 18 cc/resources/texture_uploader_unittest.cc class TextureUploadTestContext : public gpu::gles2::GLES2InterfaceStub { GLES2InterfaceStub 13 cc/test/test_gles2_interface.h class TestGLES2Interface : public gpu::gles2::GLES2InterfaceStub { GLES2InterfaceStub 10 gpu/command_buffer/client/gles2_interface_stub.cc GLES2InterfaceStub::GLES2InterfaceStub() { GLES2InterfaceStub 13 gpu/command_buffer/client/gles2_interface_stub.cc GLES2InterfaceStub::~GLES2InterfaceStub() { GLES2InterfaceStub 14 gpu/command_buffer/client/gles2_interface_stub.h class GLES2InterfaceStub : public GLES2Interface { GLES2InterfaceStub 16 gpu/command_buffer/client/gles2_interface_stub.h GLES2InterfaceStub(); GLES2InterfaceStub 17 gpu/command_buffer/client/gles2_interface_stub.h virtual ~GLES2InterfaceStub(); GLES2InterfaceStub 15 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h void GLES2InterfaceStub::ActiveTexture(GLenum /* texture */) {} GLES2InterfaceStub 16 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h void GLES2InterfaceStub::AttachShader(GLuint /* program */, GLES2InterfaceStub 18 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h void GLES2InterfaceStub::BindAttribLocation(GLuint /* program */, GLES2InterfaceStub 21 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h void GLES2InterfaceStub::BindBuffer(GLenum /* target */, GLuint /* buffer */) {} GLES2InterfaceStub 22 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h void GLES2InterfaceStub::BindFramebuffer(GLenum /* target */, GLES2InterfaceStub 24 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h void GLES2InterfaceStub::BindRenderbuffer(GLenum /* target */, GLES2InterfaceStub 26 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h void GLES2InterfaceStub::BindTexture(GLenum /* target */, GLES2InterfaceStub 28 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h void GLES2InterfaceStub::BlendColor(GLclampf /* red */, GLES2InterfaceStub 32 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h void GLES2InterfaceStub::BlendEquation(GLenum /* mode */) {} GLES2InterfaceStub 33 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h void GLES2InterfaceStub::BlendEquationSeparate(GLenum /* modeRGB */, GLES2InterfaceStub 35 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h void GLES2InterfaceStub::BlendFunc(GLenum /* sfactor */, GLenum /* dfactor */) { GLES2InterfaceStub 37 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h void GLES2InterfaceStub::BlendFuncSeparate(GLenum /* srcRGB */, GLES2InterfaceStub 41 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h void GLES2InterfaceStub::BufferData(GLenum /* target */, GLES2InterfaceStub 45 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h void GLES2InterfaceStub::BufferSubData(GLenum /* target */, GLES2InterfaceStub 49 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h GLenum GLES2InterfaceStub::CheckFramebufferStatus(GLenum /* target */) { GLES2InterfaceStub 52 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h void GLES2InterfaceStub::Clear(GLbitfield /* mask */) {} GLES2InterfaceStub 53 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h void GLES2InterfaceStub::ClearColor(GLclampf /* red */, GLES2InterfaceStub 57 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h void GLES2InterfaceStub::ClearDepthf(GLclampf /* depth */) {} GLES2InterfaceStub 58 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h void GLES2InterfaceStub::ClearStencil(GLint /* s */) {} GLES2InterfaceStub 59 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h void GLES2InterfaceStub::ColorMask(GLboolean /* red */, GLES2InterfaceStub 63 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h void GLES2InterfaceStub::CompileShader(GLuint /* shader */) {} GLES2InterfaceStub 64 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h void GLES2InterfaceStub::CompressedTexImage2D(GLenum /* target */, GLES2InterfaceStub 72 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h void GLES2InterfaceStub::CompressedTexSubImage2D(GLenum /* target */, GLES2InterfaceStub 81 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h void GLES2InterfaceStub::CopyTexImage2D(GLenum /* target */, GLES2InterfaceStub 89 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h void GLES2InterfaceStub::CopyTexSubImage2D(GLenum /* target */, GLES2InterfaceStub 97 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h GLuint GLES2InterfaceStub::CreateProgram() { return 0; } GLES2InterfaceStub 98 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h GLuint GLES2InterfaceStub::CreateShader(GLenum /* type */) { return 0; } GLES2InterfaceStub 99 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h void GLES2InterfaceStub::CullFace(GLenum /* mode */) {} GLES2InterfaceStub 100 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h void GLES2InterfaceStub::DeleteBuffers(GLsizei /* n */, GLES2InterfaceStub 102 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h void GLES2InterfaceStub::DeleteFramebuffers(GLsizei /* n */, GLES2InterfaceStub 104 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h void GLES2InterfaceStub::DeleteProgram(GLuint /* program */) {} GLES2InterfaceStub 105 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h void GLES2InterfaceStub::DeleteRenderbuffers( GLES2InterfaceStub 108 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h void GLES2InterfaceStub::DeleteShader(GLuint /* shader */) {} GLES2InterfaceStub 109 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h void GLES2InterfaceStub::DeleteTextures(GLsizei /* n */, GLES2InterfaceStub 111 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h void GLES2InterfaceStub::DepthFunc(GLenum /* func */) {} GLES2InterfaceStub 112 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h void GLES2InterfaceStub::DepthMask(GLboolean /* flag */) {} GLES2InterfaceStub 113 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h void GLES2InterfaceStub::DepthRangef(GLclampf /* zNear */, GLES2InterfaceStub 115 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h void GLES2InterfaceStub::DetachShader(GLuint /* program */, GLES2InterfaceStub 117 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h void GLES2InterfaceStub::Disable(GLenum /* cap */) {} GLES2InterfaceStub 118 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h void GLES2InterfaceStub::DisableVertexAttribArray(GLuint /* index */) {} GLES2InterfaceStub 119 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h void GLES2InterfaceStub::DrawArrays(GLenum /* mode */, GLES2InterfaceStub 122 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h void GLES2InterfaceStub::DrawElements(GLenum /* mode */, GLES2InterfaceStub 126 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h void GLES2InterfaceStub::Enable(GLenum /* cap */) {} GLES2InterfaceStub 127 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h void GLES2InterfaceStub::EnableVertexAttribArray(GLuint /* index */) {} GLES2InterfaceStub 128 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h void GLES2InterfaceStub::Finish() {} GLES2InterfaceStub 129 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h void GLES2InterfaceStub::Flush() {} GLES2InterfaceStub 130 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h void GLES2InterfaceStub::FramebufferRenderbuffer( GLES2InterfaceStub 135 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h void GLES2InterfaceStub::FramebufferTexture2D(GLenum /* target */, GLES2InterfaceStub 140 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h void GLES2InterfaceStub::FrontFace(GLenum /* mode */) {} GLES2InterfaceStub 141 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h void GLES2InterfaceStub::GenBuffers(GLsizei /* n */, GLuint* /* buffers */) {} GLES2InterfaceStub 142 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h void GLES2InterfaceStub::GenerateMipmap(GLenum /* target */) {} GLES2InterfaceStub 143 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h void GLES2InterfaceStub::GenFramebuffers(GLsizei /* n */, GLES2InterfaceStub 145 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h void GLES2InterfaceStub::GenRenderbuffers(GLsizei /* n */, GLES2InterfaceStub 147 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h void GLES2InterfaceStub::GenTextures(GLsizei /* n */, GLuint* /* textures */) {} GLES2InterfaceStub 148 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h void GLES2InterfaceStub::GetActiveAttrib(GLuint /* program */, GLES2InterfaceStub 155 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h void GLES2InterfaceStub::GetActiveUniform(GLuint /* program */, GLES2InterfaceStub 162 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h void GLES2InterfaceStub::GetAttachedShaders(GLuint /* program */, GLES2InterfaceStub 166 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h GLint GLES2InterfaceStub::GetAttribLocation(GLuint /* program */, GLES2InterfaceStub 170 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h void GLES2InterfaceStub::GetBooleanv(GLenum /* pname */, GLES2InterfaceStub 172 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h void GLES2InterfaceStub::GetBufferParameteriv(GLenum /* target */, GLES2InterfaceStub 175 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h GLenum GLES2InterfaceStub::GetError() { return 0; } GLES2InterfaceStub 176 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h void GLES2InterfaceStub::GetFloatv(GLenum /* pname */, GLfloat* /* params */) {} GLES2InterfaceStub 177 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h void GLES2InterfaceStub::GetFramebufferAttachmentParameteriv( GLES2InterfaceStub 182 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h void GLES2InterfaceStub::GetIntegerv(GLenum /* pname */, GLint* /* params */) {} GLES2InterfaceStub 183 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h void GLES2InterfaceStub::GetProgramiv(GLuint /* program */, GLES2InterfaceStub 186 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h void GLES2InterfaceStub::GetProgramInfoLog(GLuint /* program */, GLES2InterfaceStub 190 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h void GLES2InterfaceStub::GetRenderbufferParameteriv(GLenum /* target */, GLES2InterfaceStub 193 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h void GLES2InterfaceStub::GetShaderiv(GLuint /* shader */, GLES2InterfaceStub 196 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h void GLES2InterfaceStub::GetShaderInfoLog(GLuint /* shader */, GLES2InterfaceStub 200 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h void GLES2InterfaceStub::GetShaderPrecisionFormat(GLenum /* shadertype */, GLES2InterfaceStub 204 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h void GLES2InterfaceStub::GetShaderSource(GLuint /* shader */, GLES2InterfaceStub 208 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h const GLubyte* GLES2InterfaceStub::GetString(GLenum /* name */) { return 0; } GLES2InterfaceStub 209 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h void GLES2InterfaceStub::GetTexParameterfv(GLenum /* target */, GLES2InterfaceStub 212 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h void GLES2InterfaceStub::GetTexParameteriv(GLenum /* target */, GLES2InterfaceStub 215 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h void GLES2InterfaceStub::GetUniformfv(GLuint /* program */, GLES2InterfaceStub 218 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h void GLES2InterfaceStub::GetUniformiv(GLuint /* program */, GLES2InterfaceStub 221 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h GLint GLES2InterfaceStub::GetUniformLocation(GLuint /* program */, GLES2InterfaceStub 225 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h void GLES2InterfaceStub::GetVertexAttribfv(GLuint /* index */, GLES2InterfaceStub 228 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h void GLES2InterfaceStub::GetVertexAttribiv(GLuint /* index */, GLES2InterfaceStub 231 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h void GLES2InterfaceStub::GetVertexAttribPointerv(GLuint /* index */, GLES2InterfaceStub 234 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h void GLES2InterfaceStub::Hint(GLenum /* target */, GLenum /* mode */) {} GLES2InterfaceStub 235 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h GLboolean GLES2InterfaceStub::IsBuffer(GLuint /* buffer */) { return 0; } GLES2InterfaceStub 236 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h GLboolean GLES2InterfaceStub::IsEnabled(GLenum /* cap */) { return 0; } GLES2InterfaceStub 237 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h GLboolean GLES2InterfaceStub::IsFramebuffer(GLuint /* framebuffer */) { GLES2InterfaceStub 240 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h GLboolean GLES2InterfaceStub::IsProgram(GLuint /* program */) { return 0; } GLES2InterfaceStub 241 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h GLboolean GLES2InterfaceStub::IsRenderbuffer(GLuint /* renderbuffer */) { GLES2InterfaceStub 244 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h GLboolean GLES2InterfaceStub::IsShader(GLuint /* shader */) { return 0; } GLES2InterfaceStub 245 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h GLboolean GLES2InterfaceStub::IsTexture(GLuint /* texture */) { return 0; } GLES2InterfaceStub 246 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h void GLES2InterfaceStub::LineWidth(GLfloat /* width */) {} GLES2InterfaceStub 247 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h void GLES2InterfaceStub::LinkProgram(GLuint /* program */) {} GLES2InterfaceStub 248 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h void GLES2InterfaceStub::PixelStorei(GLenum /* pname */, GLint /* param */) {} GLES2InterfaceStub 249 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h void GLES2InterfaceStub::PolygonOffset(GLfloat /* factor */, GLES2InterfaceStub 251 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h void GLES2InterfaceStub::ReadPixels(GLint /* x */, GLES2InterfaceStub 258 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h void GLES2InterfaceStub::ReleaseShaderCompiler() {} GLES2InterfaceStub 259 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h void GLES2InterfaceStub::RenderbufferStorage(GLenum /* target */, GLES2InterfaceStub 263 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h void GLES2InterfaceStub::SampleCoverage(GLclampf /* value */, GLES2InterfaceStub 265 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h void GLES2InterfaceStub::Scissor(GLint /* x */, GLES2InterfaceStub 269 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h void GLES2InterfaceStub::ShaderBinary(GLsizei /* n */, GLES2InterfaceStub 274 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h void GLES2InterfaceStub::ShaderSource(GLuint /* shader */, GLES2InterfaceStub 278 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h void GLES2InterfaceStub::ShallowFinishCHROMIUM() {} GLES2InterfaceStub 279 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h void GLES2InterfaceStub::ShallowFlushCHROMIUM() {} GLES2InterfaceStub 280 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h void GLES2InterfaceStub::StencilFunc(GLenum /* func */, GLES2InterfaceStub 283 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h void GLES2InterfaceStub::StencilFuncSeparate(GLenum /* face */, GLES2InterfaceStub 287 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h void GLES2InterfaceStub::StencilMask(GLuint /* mask */) {} GLES2InterfaceStub 288 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h void GLES2InterfaceStub::StencilMaskSeparate(GLenum /* face */, GLES2InterfaceStub 290 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h void GLES2InterfaceStub::StencilOp(GLenum /* fail */, GLES2InterfaceStub 293 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h void GLES2InterfaceStub::StencilOpSeparate(GLenum /* face */, GLES2InterfaceStub 297 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h void GLES2InterfaceStub::TexImage2D(GLenum /* target */, GLES2InterfaceStub 306 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h void GLES2InterfaceStub::TexParameterf(GLenum /* target */, GLES2InterfaceStub 309 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h void GLES2InterfaceStub::TexParameterfv(GLenum /* target */, GLES2InterfaceStub 312 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h void GLES2InterfaceStub::TexParameteri(GLenum /* target */, GLES2InterfaceStub 315 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h void GLES2InterfaceStub::TexParameteriv(GLenum /* target */, GLES2InterfaceStub 318 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h void GLES2InterfaceStub::TexSubImage2D(GLenum /* target */, GLES2InterfaceStub 327 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h void GLES2InterfaceStub::Uniform1f(GLint /* location */, GLfloat /* x */) {} GLES2InterfaceStub 328 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h void GLES2InterfaceStub::Uniform1fv(GLint /* location */, GLES2InterfaceStub 331 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h void GLES2InterfaceStub::Uniform1i(GLint /* location */, GLint /* x */) {} GLES2InterfaceStub 332 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h void GLES2InterfaceStub::Uniform1iv(GLint /* location */, GLES2InterfaceStub 335 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h void GLES2InterfaceStub::Uniform2f(GLint /* location */, GLES2InterfaceStub 338 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h void GLES2InterfaceStub::Uniform2fv(GLint /* location */, GLES2InterfaceStub 341 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h void GLES2InterfaceStub::Uniform2i(GLint /* location */, GLES2InterfaceStub 344 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h void GLES2InterfaceStub::Uniform2iv(GLint /* location */, GLES2InterfaceStub 347 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h void GLES2InterfaceStub::Uniform3f(GLint /* location */, GLES2InterfaceStub 351 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h void GLES2InterfaceStub::Uniform3fv(GLint /* location */, GLES2InterfaceStub 354 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h void GLES2InterfaceStub::Uniform3i(GLint /* location */, GLES2InterfaceStub 358 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h void GLES2InterfaceStub::Uniform3iv(GLint /* location */, GLES2InterfaceStub 361 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h void GLES2InterfaceStub::Uniform4f(GLint /* location */, GLES2InterfaceStub 366 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h void GLES2InterfaceStub::Uniform4fv(GLint /* location */, GLES2InterfaceStub 369 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h void GLES2InterfaceStub::Uniform4i(GLint /* location */, GLES2InterfaceStub 374 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h void GLES2InterfaceStub::Uniform4iv(GLint /* location */, GLES2InterfaceStub 377 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h void GLES2InterfaceStub::UniformMatrix2fv(GLint /* location */, GLES2InterfaceStub 381 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h void GLES2InterfaceStub::UniformMatrix3fv(GLint /* location */, GLES2InterfaceStub 385 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h void GLES2InterfaceStub::UniformMatrix4fv(GLint /* location */, GLES2InterfaceStub 389 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h void GLES2InterfaceStub::UseProgram(GLuint /* program */) {} GLES2InterfaceStub 390 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h void GLES2InterfaceStub::ValidateProgram(GLuint /* program */) {} GLES2InterfaceStub 391 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h void GLES2InterfaceStub::VertexAttrib1f(GLuint /* indx */, GLfloat /* x */) {} GLES2InterfaceStub 392 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h void GLES2InterfaceStub::VertexAttrib1fv(GLuint /* indx */, GLES2InterfaceStub 394 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h void GLES2InterfaceStub::VertexAttrib2f(GLuint /* indx */, GLES2InterfaceStub 397 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h void GLES2InterfaceStub::VertexAttrib2fv(GLuint /* indx */, GLES2InterfaceStub 399 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h void GLES2InterfaceStub::VertexAttrib3f(GLuint /* indx */, GLES2InterfaceStub 403 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h void GLES2InterfaceStub::VertexAttrib3fv(GLuint /* indx */, GLES2InterfaceStub 405 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h void GLES2InterfaceStub::VertexAttrib4f(GLuint /* indx */, GLES2InterfaceStub 410 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h void GLES2InterfaceStub::VertexAttrib4fv(GLuint /* indx */, GLES2InterfaceStub 412 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h void GLES2InterfaceStub::VertexAttribPointer(GLuint /* indx */, GLES2InterfaceStub 418 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h void GLES2InterfaceStub::Viewport(GLint /* x */, GLES2InterfaceStub 422 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h void GLES2InterfaceStub::BlitFramebufferCHROMIUM(GLint /* srcX0 */, GLES2InterfaceStub 432 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h void GLES2InterfaceStub::RenderbufferStorageMultisampleCHROMIUM( GLES2InterfaceStub 438 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h void GLES2InterfaceStub::RenderbufferStorageMultisampleEXT( GLES2InterfaceStub 444 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h void GLES2InterfaceStub::FramebufferTexture2DMultisampleEXT( GLES2InterfaceStub 451 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h void GLES2InterfaceStub::TexStorage2DEXT(GLenum /* target */, GLES2InterfaceStub 456 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h void GLES2InterfaceStub::GenQueriesEXT(GLsizei /* n */, GLuint* /* queries */) { GLES2InterfaceStub 458 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h void GLES2InterfaceStub::DeleteQueriesEXT(GLsizei /* n */, GLES2InterfaceStub 460 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h GLboolean GLES2InterfaceStub::IsQueryEXT(GLuint /* id */) { return 0; } GLES2InterfaceStub 461 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h void GLES2InterfaceStub::BeginQueryEXT(GLenum /* target */, GLuint /* id */) {} GLES2InterfaceStub 462 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h void GLES2InterfaceStub::EndQueryEXT(GLenum /* target */) {} GLES2InterfaceStub 463 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h void GLES2InterfaceStub::GetQueryivEXT(GLenum /* target */, GLES2InterfaceStub 466 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h void GLES2InterfaceStub::GetQueryObjectuivEXT(GLuint /* id */, GLES2InterfaceStub 469 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h void GLES2InterfaceStub::InsertEventMarkerEXT(GLsizei /* length */, GLES2InterfaceStub 471 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h void GLES2InterfaceStub::PushGroupMarkerEXT(GLsizei /* length */, GLES2InterfaceStub 473 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h void GLES2InterfaceStub::PopGroupMarkerEXT() {} GLES2InterfaceStub 474 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h void GLES2InterfaceStub::GenVertexArraysOES(GLsizei /* n */, GLES2InterfaceStub 476 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h void GLES2InterfaceStub::DeleteVertexArraysOES(GLsizei /* n */, GLES2InterfaceStub 478 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h GLboolean GLES2InterfaceStub::IsVertexArrayOES(GLuint /* array */) { return 0; } GLES2InterfaceStub 479 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h void GLES2InterfaceStub::BindVertexArrayOES(GLuint /* array */) {} GLES2InterfaceStub 480 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h void GLES2InterfaceStub::SwapBuffers() {} GLES2InterfaceStub 481 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h GLuint GLES2InterfaceStub::GetMaxValueInBufferCHROMIUM(GLuint /* buffer_id */, GLES2InterfaceStub 487 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h void GLES2InterfaceStub::GenSharedIdsCHROMIUM(GLuint /* namespace_id */, GLES2InterfaceStub 491 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h void GLES2InterfaceStub::DeleteSharedIdsCHROMIUM(GLuint /* namespace_id */, GLES2InterfaceStub 494 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h void GLES2InterfaceStub::RegisterSharedIdsCHROMIUM(GLuint /* namespace_id */, GLES2InterfaceStub 497 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h GLboolean GLES2InterfaceStub::EnableFeatureCHROMIUM(const char* /* feature */) { GLES2InterfaceStub 500 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h void* GLES2InterfaceStub::MapBufferCHROMIUM(GLuint /* target */, GLES2InterfaceStub 504 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h GLboolean GLES2InterfaceStub::UnmapBufferCHROMIUM(GLuint /* target */) { GLES2InterfaceStub 507 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h void* GLES2InterfaceStub::MapImageCHROMIUM(GLuint /* image_id */, GLES2InterfaceStub 511 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h void GLES2InterfaceStub::UnmapImageCHROMIUM(GLuint /* image_id */) {} GLES2InterfaceStub 512 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h void* GLES2InterfaceStub::MapBufferSubDataCHROMIUM(GLuint /* target */, GLES2InterfaceStub 518 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h void GLES2InterfaceStub::UnmapBufferSubDataCHROMIUM(const void* /* mem */) {} GLES2InterfaceStub 519 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h void* GLES2InterfaceStub::MapTexSubImage2DCHROMIUM(GLenum /* target */, GLES2InterfaceStub 530 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h void GLES2InterfaceStub::UnmapTexSubImage2DCHROMIUM(const void* /* mem */) {} GLES2InterfaceStub 531 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h void GLES2InterfaceStub::ResizeCHROMIUM(GLuint /* width */, GLES2InterfaceStub 534 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h const GLchar* GLES2InterfaceStub::GetRequestableExtensionsCHROMIUM() { GLES2InterfaceStub 537 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h void GLES2InterfaceStub::RequestExtensionCHROMIUM(const char* /* extension */) { GLES2InterfaceStub 539 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h void GLES2InterfaceStub::RateLimitOffscreenContextCHROMIUM() {} GLES2InterfaceStub 540 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h void GLES2InterfaceStub::GetMultipleIntegervCHROMIUM(const GLenum* /* pnames */, GLES2InterfaceStub 544 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h void GLES2InterfaceStub::GetProgramInfoCHROMIUM(GLuint /* program */, GLES2InterfaceStub 548 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h GLuint GLES2InterfaceStub::CreateStreamTextureCHROMIUM(GLuint /* texture */) { GLES2InterfaceStub 551 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h GLuint GLES2InterfaceStub::CreateImageCHROMIUM(GLsizei /* width */, GLES2InterfaceStub 556 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h void GLES2InterfaceStub::DestroyImageCHROMIUM(GLuint /* image_id */) {} GLES2InterfaceStub 557 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h void GLES2InterfaceStub::GetImageParameterivCHROMIUM(GLuint /* image_id */, GLES2InterfaceStub 560 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h void GLES2InterfaceStub::GetTranslatedShaderSourceANGLE(GLuint /* shader */, GLES2InterfaceStub 564 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h void GLES2InterfaceStub::PostSubBufferCHROMIUM(GLint /* x */, GLES2InterfaceStub 568 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h void GLES2InterfaceStub::TexImageIOSurface2DCHROMIUM(GLenum /* target */, GLES2InterfaceStub 573 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h void GLES2InterfaceStub::CopyTextureCHROMIUM(GLenum /* target */, GLES2InterfaceStub 579 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h void GLES2InterfaceStub::DrawArraysInstancedANGLE(GLenum /* mode */, GLES2InterfaceStub 583 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h void GLES2InterfaceStub::DrawElementsInstancedANGLE(GLenum /* mode */, GLES2InterfaceStub 588 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h void GLES2InterfaceStub::VertexAttribDivisorANGLE(GLuint /* index */, GLES2InterfaceStub 590 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h void GLES2InterfaceStub::GenMailboxCHROMIUM(GLbyte* /* mailbox */) {} GLES2InterfaceStub 591 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h void GLES2InterfaceStub::ProduceTextureCHROMIUM(GLenum /* target */, GLES2InterfaceStub 593 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h void GLES2InterfaceStub::ConsumeTextureCHROMIUM(GLenum /* target */, GLES2InterfaceStub 595 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h void GLES2InterfaceStub::BindUniformLocationCHROMIUM(GLuint /* program */, GLES2InterfaceStub 598 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h void GLES2InterfaceStub::BindTexImage2DCHROMIUM(GLenum /* target */, GLES2InterfaceStub 600 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h void GLES2InterfaceStub::ReleaseTexImage2DCHROMIUM(GLenum /* target */, GLES2InterfaceStub 602 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h void GLES2InterfaceStub::TraceBeginCHROMIUM(const char* /* name */) {} GLES2InterfaceStub 603 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h void GLES2InterfaceStub::TraceEndCHROMIUM() {} GLES2InterfaceStub 604 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h void GLES2InterfaceStub::AsyncTexSubImage2DCHROMIUM(GLenum /* target */, GLES2InterfaceStub 613 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h void GLES2InterfaceStub::AsyncTexImage2DCHROMIUM(GLenum /* target */, GLES2InterfaceStub 622 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h void GLES2InterfaceStub::WaitAsyncTexImage2DCHROMIUM(GLenum /* target */) {} GLES2InterfaceStub 623 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h void GLES2InterfaceStub::WaitAllAsyncTexImage2DCHROMIUM() {} GLES2InterfaceStub 624 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h void GLES2InterfaceStub::DiscardFramebufferEXT( GLES2InterfaceStub 628 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h void GLES2InterfaceStub::LoseContextCHROMIUM(GLenum /* current */, GLES2InterfaceStub 630 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h GLuint GLES2InterfaceStub::InsertSyncPointCHROMIUM() { return 0; } GLES2InterfaceStub 631 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h void GLES2InterfaceStub::WaitSyncPointCHROMIUM(GLuint /* sync_point */) {} GLES2InterfaceStub 632 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h void GLES2InterfaceStub::DrawBuffersEXT(GLsizei /* count */, GLES2InterfaceStub 634 gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h void GLES2InterfaceStub::DiscardBackbufferCHROMIUM() {}