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

Side by Side Diff: third_party/WebKit/Source/modules/webgl/WebGLExtensionName.h

Issue 1894313002: Removed implementation of CHROMIUM_subscribe_uniform (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Missed a couple more mus/ references Created 4 years, 8 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 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 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 WebGLExtensionName_h 5 #ifndef WebGLExtensionName_h
6 #define WebGLExtensionName_h 6 #define WebGLExtensionName_h
7 7
8 namespace blink { 8 namespace blink {
9 9
10 // Extension names are needed to properly wrap instances in JavaScript objects. 10 // Extension names are needed to properly wrap instances in JavaScript objects.
11 enum WebGLExtensionName { 11 enum WebGLExtensionName {
12 ANGLEInstancedArraysName, 12 ANGLEInstancedArraysName,
13 CHROMIUMSubscribeUniformName,
14 EXTBlendMinMaxName, 13 EXTBlendMinMaxName,
15 EXTColorBufferFloatName, 14 EXTColorBufferFloatName,
16 EXTDisjointTimerQueryName, 15 EXTDisjointTimerQueryName,
17 EXTFragDepthName, 16 EXTFragDepthName,
18 EXTShaderTextureLODName, 17 EXTShaderTextureLODName,
19 EXTsRGBName, 18 EXTsRGBName,
20 EXTTextureFilterAnisotropicName, 19 EXTTextureFilterAnisotropicName,
21 OESElementIndexUintName, 20 OESElementIndexUintName,
22 OESStandardDerivativesName, 21 OESStandardDerivativesName,
23 OESTextureFloatLinearName, 22 OESTextureFloatLinearName,
24 OESTextureFloatName, 23 OESTextureFloatName,
25 OESTextureHalfFloatLinearName, 24 OESTextureHalfFloatLinearName,
26 OESTextureHalfFloatName, 25 OESTextureHalfFloatName,
27 OESVertexArrayObjectName, 26 OESVertexArrayObjectName,
28 WebGLCompressedTextureASTCName, 27 WebGLCompressedTextureASTCName,
29 WebGLCompressedTextureATCName, 28 WebGLCompressedTextureATCName,
30 WebGLCompressedTextureETC1Name, 29 WebGLCompressedTextureETC1Name,
31 WebGLCompressedTexturePVRTCName, 30 WebGLCompressedTexturePVRTCName,
32 WebGLCompressedTextureS3TCName, 31 WebGLCompressedTextureS3TCName,
33 WebGLDebugRendererInfoName, 32 WebGLDebugRendererInfoName,
34 WebGLDebugShadersName, 33 WebGLDebugShadersName,
35 WebGLDepthTextureName, 34 WebGLDepthTextureName,
36 WebGLDrawBuffersName, 35 WebGLDrawBuffersName,
37 WebGLLoseContextName, 36 WebGLLoseContextName,
38 WebGLExtensionNameCount, // Must be the last entry 37 WebGLExtensionNameCount, // Must be the last entry
39 }; 38 };
40 } // namespace blink 39 } // namespace blink
41 40
42 #endif // WebGLExtensionName_h 41 #endif // WebGLExtensionName_h
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698