| OLD | NEW |
| 1 /* | 1 /* |
| 2 * Copyright (C) 2009 Apple Inc. All rights reserved. | 2 * Copyright (C) 2009 Apple Inc. All rights reserved. |
| 3 * | 3 * |
| 4 * Redistribution and use in source and binary forms, with or without | 4 * Redistribution and use in source and binary forms, with or without |
| 5 * modification, are permitted provided that the following conditions | 5 * modification, are permitted provided that the following conditions |
| 6 * are met: | 6 * are met: |
| 7 * 1. Redistributions of source code must retain the above copyright | 7 * 1. Redistributions of source code must retain the above copyright |
| 8 * notice, this list of conditions and the following disclaimer. | 8 * notice, this list of conditions and the following disclaimer. |
| 9 * 2. Redistributions in binary form must reproduce the above copyright | 9 * 2. Redistributions in binary form must reproduce the above copyright |
| 10 * notice, this list of conditions and the following disclaimer in the | 10 * notice, this list of conditions and the following disclaimer in the |
| (...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 61 namespace gpu { | 61 namespace gpu { |
| 62 namespace gles2 { | 62 namespace gles2 { |
| 63 class GLES2Interface; | 63 class GLES2Interface; |
| 64 } | 64 } |
| 65 } | 65 } |
| 66 | 66 |
| 67 namespace blink { | 67 namespace blink { |
| 68 | 68 |
| 69 class EXTDisjointTimerQuery; | 69 class EXTDisjointTimerQuery; |
| 70 class EXTDisjointTimerQueryWebGL2; | 70 class EXTDisjointTimerQueryWebGL2; |
| 71 class EXTsRGB; | |
| 72 class ExceptionState; | 71 class ExceptionState; |
| 73 class HTMLCanvasElementOrOffscreenCanvas; | 72 class HTMLCanvasElementOrOffscreenCanvas; |
| 74 class HTMLImageElement; | 73 class HTMLImageElement; |
| 75 class HTMLVideoElement; | 74 class HTMLVideoElement; |
| 76 class ImageBitmap; | 75 class ImageBitmap; |
| 77 class ImageBuffer; | 76 class ImageBuffer; |
| 78 class ImageData; | 77 class ImageData; |
| 79 class IntSize; | 78 class IntSize; |
| 80 class OESTextureFloat; | |
| 81 class OESTextureHalfFloat; | |
| 82 class OESVertexArrayObject; | 79 class OESVertexArrayObject; |
| 83 class WebGLActiveInfo; | 80 class WebGLActiveInfo; |
| 84 class WebGLBuffer; | 81 class WebGLBuffer; |
| 85 class WebGLCompressedTextureASTC; | 82 class WebGLCompressedTextureASTC; |
| 86 class WebGLCompressedTextureATC; | 83 class WebGLCompressedTextureATC; |
| 87 class WebGLCompressedTextureETC; | 84 class WebGLCompressedTextureETC; |
| 88 class WebGLCompressedTextureETC1; | 85 class WebGLCompressedTextureETC1; |
| 89 class WebGLCompressedTexturePVRTC; | 86 class WebGLCompressedTexturePVRTC; |
| 90 class WebGLCompressedTextureS3TC; | 87 class WebGLCompressedTextureS3TC; |
| 91 class WebGLCompressedTextureS3TCsRGB; | 88 class WebGLCompressedTextureS3TCsRGB; |
| 92 class WebGLContextGroup; | 89 class WebGLContextGroup; |
| 93 class WebGLContextObject; | 90 class WebGLContextObject; |
| 94 class WebGLDebugShaders; | 91 class WebGLDebugShaders; |
| 95 class WebGLDepthTexture; | |
| 96 class WebGLDrawBuffers; | 92 class WebGLDrawBuffers; |
| 97 class WebGLExtension; | 93 class WebGLExtension; |
| 98 class WebGLFramebuffer; | 94 class WebGLFramebuffer; |
| 99 class WebGLObject; | 95 class WebGLObject; |
| 100 class WebGLProgram; | 96 class WebGLProgram; |
| 101 class WebGLRenderbuffer; | 97 class WebGLRenderbuffer; |
| 102 class WebGLShader; | 98 class WebGLShader; |
| 103 class WebGLShaderPrecisionFormat; | 99 class WebGLShaderPrecisionFormat; |
| 104 class WebGLSharedObject; | 100 class WebGLSharedObject; |
| 105 class WebGLUniformLocation; | 101 class WebGLUniformLocation; |
| (...skipping 1567 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1673 context, | 1669 context, |
| 1674 context->is3d(), | 1670 context->is3d(), |
| 1675 context.is3d()); | 1671 context.is3d()); |
| 1676 | 1672 |
| 1677 } // namespace blink | 1673 } // namespace blink |
| 1678 | 1674 |
| 1679 WTF_ALLOW_MOVE_INIT_AND_COMPARE_WITH_MEM_FUNCTIONS( | 1675 WTF_ALLOW_MOVE_INIT_AND_COMPARE_WITH_MEM_FUNCTIONS( |
| 1680 blink::WebGLRenderingContextBase::TextureUnitState); | 1676 blink::WebGLRenderingContextBase::TextureUnitState); |
| 1681 | 1677 |
| 1682 #endif // WebGLRenderingContextBase_h | 1678 #endif // WebGLRenderingContextBase_h |
| OLD | NEW |