Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(649)

Side by Side Diff: webkit/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h

Issue 8373006: Rename setVisibility to setVisibilityCHROMIUM and expose as GL_CHROIMIUM_set_visibility extension. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: . Created 9 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 // Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef WEBKIT_GPU_WEBGRAPHICSCONTEXT3D_IN_PROCESS_COMMAND_BUFFER_IMPL_H_ 5 #ifndef WEBKIT_GPU_WEBGRAPHICSCONTEXT3D_IN_PROCESS_COMMAND_BUFFER_IMPL_H_
6 #define WEBKIT_GPU_WEBGRAPHICSCONTEXT3D_IN_PROCESS_COMMAND_BUFFER_IMPL_H_ 6 #define WEBKIT_GPU_WEBGRAPHICSCONTEXT3D_IN_PROCESS_COMMAND_BUFFER_IMPL_H_
7 #pragma once 7 #pragma once
8 8
9 #if defined(ENABLE_GPU) 9 #if defined(ENABLE_GPU)
10 10
(...skipping 389 matching lines...) Expand 10 before | Expand all | Expand 10 after
400 WGC3Dint level, 400 WGC3Dint level,
401 WGC3Dint xoffset, 401 WGC3Dint xoffset,
402 WGC3Dint yoffset, 402 WGC3Dint yoffset,
403 WGC3Dsizei width, 403 WGC3Dsizei width,
404 WGC3Dsizei height, 404 WGC3Dsizei height,
405 WGC3Denum format, 405 WGC3Denum format,
406 WGC3Denum type, 406 WGC3Denum type,
407 WGC3Denum access); 407 WGC3Denum access);
408 virtual void unmapTexSubImage2DCHROMIUM(const void*); 408 virtual void unmapTexSubImage2DCHROMIUM(const void*);
409 409
410 virtual void setVisibilityCHROMIUM(bool visible);
411
410 virtual void copyTextureToParentTextureCHROMIUM( 412 virtual void copyTextureToParentTextureCHROMIUM(
411 WebGLId texture, WebGLId parentTexture); 413 WebGLId texture, WebGLId parentTexture);
412 414
413 virtual void rateLimitOffscreenContextCHROMIUM(); 415 virtual void rateLimitOffscreenContextCHROMIUM();
414 416
415 virtual WebKit::WebString getRequestableExtensionsCHROMIUM(); 417 virtual WebKit::WebString getRequestableExtensionsCHROMIUM();
416 virtual void requestExtensionCHROMIUM(const char*); 418 virtual void requestExtensionCHROMIUM(const char*);
417 419
418 virtual void blitFramebufferCHROMIUM( 420 virtual void blitFramebufferCHROMIUM(
419 WGC3Dint srcX0, WGC3Dint srcY0, WGC3Dint srcX1, WGC3Dint srcY1, 421 WGC3Dint srcX0, WGC3Dint srcY0, WGC3Dint srcX1, WGC3Dint srcY1,
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
477 unsigned int width, 479 unsigned int width,
478 unsigned int height); 480 unsigned int height);
479 #endif 481 #endif
480 }; 482 };
481 483
482 } // namespace gpu 484 } // namespace gpu
483 } // namespace webkit 485 } // namespace webkit
484 486
485 #endif // defined(ENABLE_GPU) 487 #endif // defined(ENABLE_GPU)
486 #endif // WEBKIT_GPU_WEBGRAPHICSCONTEXT3D_IN_PROCESS_COMMAND_BUFFER_IMPL_H_ 488 #endif // WEBKIT_GPU_WEBGRAPHICSCONTEXT3D_IN_PROCESS_COMMAND_BUFFER_IMPL_H_
487
488
OLDNEW
« no previous file with comments | « gpu/command_buffer/service/feature_info.cc ('k') | webkit/gpu/webgraphicscontext3d_in_process_command_buffer_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698