| OLD | NEW |
| (Empty) |
| 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 | |
| 3 // found in the LICENSE file. | |
| 4 | |
| 5 // This file is auto-generated from | |
| 6 // gpu/command_buffer/build_gles2_cmd_buffer.py | |
| 7 // It's formatted by clang-format using chromium coding style: | |
| 8 // clang-format -i -style=chromium filename | |
| 9 // DO NOT EDIT! | |
| 10 | |
| 11 VISIT_GL_CALL(ShallowFinishCHROMIUM, void, (), ()) | |
| 12 VISIT_GL_CALL(ShallowFlushCHROMIUM, void, (), ()) | |
| 13 VISIT_GL_CALL(OrderingBarrierCHROMIUM, void, (), ()) | |
| 14 VISIT_GL_CALL( | |
| 15 BlitFramebufferCHROMIUM, | |
| 16 void, | |
| 17 (GLint srcX0, | |
| 18 GLint srcY0, | |
| 19 GLint srcX1, | |
| 20 GLint srcY1, | |
| 21 GLint dstX0, | |
| 22 GLint dstY0, | |
| 23 GLint dstX1, | |
| 24 GLint dstY1, | |
| 25 GLbitfield mask, | |
| 26 GLenum filter), | |
| 27 (srcX0, srcY0, srcX1, srcY1, dstX0, dstY0, dstX1, dstY1, mask, filter)) | |
| 28 VISIT_GL_CALL(RenderbufferStorageMultisampleCHROMIUM, | |
| 29 void, | |
| 30 (GLenum target, | |
| 31 GLsizei samples, | |
| 32 GLenum internalformat, | |
| 33 GLsizei width, | |
| 34 GLsizei height), | |
| 35 (target, samples, internalformat, width, height)) | |
| 36 VISIT_GL_CALL(RenderbufferStorageMultisampleEXT, | |
| 37 void, | |
| 38 (GLenum target, | |
| 39 GLsizei samples, | |
| 40 GLenum internalformat, | |
| 41 GLsizei width, | |
| 42 GLsizei height), | |
| 43 (target, samples, internalformat, width, height)) | |
| 44 VISIT_GL_CALL(FramebufferTexture2DMultisampleEXT, | |
| 45 void, | |
| 46 (GLenum target, | |
| 47 GLenum attachment, | |
| 48 GLenum textarget, | |
| 49 GLuint texture, | |
| 50 GLint level, | |
| 51 GLsizei samples), | |
| 52 (target, attachment, textarget, texture, level, samples)) | |
| 53 VISIT_GL_CALL(TexStorage2DEXT, | |
| 54 void, | |
| 55 (GLenum target, | |
| 56 GLsizei levels, | |
| 57 GLenum internalFormat, | |
| 58 GLsizei width, | |
| 59 GLsizei height), | |
| 60 (target, levels, internalFormat, width, height)) | |
| 61 VISIT_GL_CALL(GenQueriesEXT, void, (GLsizei n, GLuint* queries), (n, queries)) | |
| 62 VISIT_GL_CALL(DeleteQueriesEXT, | |
| 63 void, | |
| 64 (GLsizei n, const GLuint* queries), | |
| 65 (n, queries)) | |
| 66 VISIT_GL_CALL(QueryCounterEXT, void, (GLuint id, GLenum target), (id, target)) | |
| 67 VISIT_GL_CALL(IsQueryEXT, GLboolean, (GLuint id), (id)) | |
| 68 VISIT_GL_CALL(BeginQueryEXT, void, (GLenum target, GLuint id), (target, id)) | |
| 69 VISIT_GL_CALL(EndQueryEXT, void, (GLenum target), (target)) | |
| 70 VISIT_GL_CALL(GetQueryivEXT, | |
| 71 void, | |
| 72 (GLenum target, GLenum pname, GLint* params), | |
| 73 (target, pname, params)) | |
| 74 VISIT_GL_CALL(GetQueryObjectivEXT, | |
| 75 void, | |
| 76 (GLuint id, GLenum pname, GLint* params), | |
| 77 (id, pname, params)) | |
| 78 VISIT_GL_CALL(GetQueryObjectuivEXT, | |
| 79 void, | |
| 80 (GLuint id, GLenum pname, GLuint* params), | |
| 81 (id, pname, params)) | |
| 82 VISIT_GL_CALL(GetQueryObjecti64vEXT, | |
| 83 void, | |
| 84 (GLuint id, GLenum pname, GLint64* params), | |
| 85 (id, pname, params)) | |
| 86 VISIT_GL_CALL(GetQueryObjectui64vEXT, | |
| 87 void, | |
| 88 (GLuint id, GLenum pname, GLuint64* params), | |
| 89 (id, pname, params)) | |
| 90 VISIT_GL_CALL(SetDisjointValueSyncCHROMIUM, void, (), ()) | |
| 91 VISIT_GL_CALL(InsertEventMarkerEXT, | |
| 92 void, | |
| 93 (GLsizei length, const GLchar* marker), | |
| 94 (length, marker)) | |
| 95 VISIT_GL_CALL(PushGroupMarkerEXT, | |
| 96 void, | |
| 97 (GLsizei length, const GLchar* marker), | |
| 98 (length, marker)) | |
| 99 VISIT_GL_CALL(PopGroupMarkerEXT, void, (), ()) | |
| 100 VISIT_GL_CALL(GenVertexArraysOES, | |
| 101 void, | |
| 102 (GLsizei n, GLuint* arrays), | |
| 103 (n, arrays)) | |
| 104 VISIT_GL_CALL(DeleteVertexArraysOES, | |
| 105 void, | |
| 106 (GLsizei n, const GLuint* arrays), | |
| 107 (n, arrays)) | |
| 108 VISIT_GL_CALL(IsVertexArrayOES, GLboolean, (GLuint array), (array)) | |
| 109 VISIT_GL_CALL(BindVertexArrayOES, void, (GLuint array), (array)) | |
| 110 VISIT_GL_CALL(SwapBuffers, void, (), ()) | |
| 111 VISIT_GL_CALL(GetMaxValueInBufferCHROMIUM, | |
| 112 GLuint, | |
| 113 (GLuint buffer_id, GLsizei count, GLenum type, GLuint offset), | |
| 114 (buffer_id, count, type, offset)) | |
| 115 VISIT_GL_CALL(EnableFeatureCHROMIUM, | |
| 116 GLboolean, | |
| 117 (const char* feature), | |
| 118 (feature)) | |
| 119 VISIT_GL_CALL(MapBufferCHROMIUM, | |
| 120 void*, | |
| 121 (GLuint target, GLenum access), | |
| 122 (target, access)) | |
| 123 VISIT_GL_CALL(UnmapBufferCHROMIUM, GLboolean, (GLuint target), (target)) | |
| 124 VISIT_GL_CALL(MapBufferSubDataCHROMIUM, | |
| 125 void*, | |
| 126 (GLuint target, GLintptr offset, GLsizeiptr size, GLenum access), | |
| 127 (target, offset, size, access)) | |
| 128 VISIT_GL_CALL(UnmapBufferSubDataCHROMIUM, void, (const void* mem), (mem)) | |
| 129 VISIT_GL_CALL( | |
| 130 MapTexSubImage2DCHROMIUM, | |
| 131 void*, | |
| 132 (GLenum target, | |
| 133 GLint level, | |
| 134 GLint xoffset, | |
| 135 GLint yoffset, | |
| 136 GLsizei width, | |
| 137 GLsizei height, | |
| 138 GLenum format, | |
| 139 GLenum type, | |
| 140 GLenum access), | |
| 141 (target, level, xoffset, yoffset, width, height, format, type, access)) | |
| 142 VISIT_GL_CALL(UnmapTexSubImage2DCHROMIUM, void, (const void* mem), (mem)) | |
| 143 VISIT_GL_CALL( | |
| 144 ResizeCHROMIUM, | |
| 145 void, | |
| 146 (GLuint width, GLuint height, GLfloat scale_factor, GLboolean alpha), | |
| 147 (width, height, scale_factor, alpha)) | |
| 148 VISIT_GL_CALL(GetRequestableExtensionsCHROMIUM, const GLchar*, (), ()) | |
| 149 VISIT_GL_CALL(RequestExtensionCHROMIUM, | |
| 150 void, | |
| 151 (const char* extension), | |
| 152 (extension)) | |
| 153 VISIT_GL_CALL(GetProgramInfoCHROMIUM, | |
| 154 void, | |
| 155 (GLuint program, GLsizei bufsize, GLsizei* size, void* info), | |
| 156 (program, bufsize, size, info)) | |
| 157 VISIT_GL_CALL( | |
| 158 CreateImageCHROMIUM, | |
| 159 GLuint, | |
| 160 (ClientBuffer buffer, GLsizei width, GLsizei height, GLenum internalformat), | |
| 161 (buffer, width, height, internalformat)) | |
| 162 VISIT_GL_CALL(DestroyImageCHROMIUM, void, (GLuint image_id), (image_id)) | |
| 163 VISIT_GL_CALL( | |
| 164 CreateGpuMemoryBufferImageCHROMIUM, | |
| 165 GLuint, | |
| 166 (GLsizei width, GLsizei height, GLenum internalformat, GLenum usage), | |
| 167 (width, height, internalformat, usage)) | |
| 168 VISIT_GL_CALL(GetTranslatedShaderSourceANGLE, | |
| 169 void, | |
| 170 (GLuint shader, GLsizei bufsize, GLsizei* length, char* source), | |
| 171 (shader, bufsize, length, source)) | |
| 172 VISIT_GL_CALL(PostSubBufferCHROMIUM, | |
| 173 void, | |
| 174 (GLint x, GLint y, GLint width, GLint height), | |
| 175 (x, y, width, height)) | |
| 176 VISIT_GL_CALL(TexImageIOSurface2DCHROMIUM, | |
| 177 void, | |
| 178 (GLenum target, | |
| 179 GLsizei width, | |
| 180 GLsizei height, | |
| 181 GLuint ioSurfaceId, | |
| 182 GLuint plane), | |
| 183 (target, width, height, ioSurfaceId, plane)) | |
| 184 VISIT_GL_CALL(CopyTextureCHROMIUM, | |
| 185 void, | |
| 186 (GLenum source_id, | |
| 187 GLenum dest_id, | |
| 188 GLint internalformat, | |
| 189 GLenum dest_type, | |
| 190 GLboolean unpack_flip_y, | |
| 191 GLboolean unpack_premultiply_alpha, | |
| 192 GLboolean unpack_unmultiply_alpha), | |
| 193 (source_id, | |
| 194 dest_id, | |
| 195 internalformat, | |
| 196 dest_type, | |
| 197 unpack_flip_y, | |
| 198 unpack_premultiply_alpha, | |
| 199 unpack_unmultiply_alpha)) | |
| 200 VISIT_GL_CALL(CopySubTextureCHROMIUM, | |
| 201 void, | |
| 202 (GLenum source_id, | |
| 203 GLenum dest_id, | |
| 204 GLint xoffset, | |
| 205 GLint yoffset, | |
| 206 GLint x, | |
| 207 GLint y, | |
| 208 GLsizei width, | |
| 209 GLsizei height, | |
| 210 GLboolean unpack_flip_y, | |
| 211 GLboolean unpack_premultiply_alpha, | |
| 212 GLboolean unpack_unmultiply_alpha), | |
| 213 (source_id, | |
| 214 dest_id, | |
| 215 xoffset, | |
| 216 yoffset, | |
| 217 x, | |
| 218 y, | |
| 219 width, | |
| 220 height, | |
| 221 unpack_flip_y, | |
| 222 unpack_premultiply_alpha, | |
| 223 unpack_unmultiply_alpha)) | |
| 224 VISIT_GL_CALL(CompressedCopyTextureCHROMIUM, | |
| 225 void, | |
| 226 (GLenum source_id, GLenum dest_id), | |
| 227 (source_id, dest_id)) | |
| 228 VISIT_GL_CALL(DrawArraysInstancedANGLE, | |
| 229 void, | |
| 230 (GLenum mode, GLint first, GLsizei count, GLsizei primcount), | |
| 231 (mode, first, count, primcount)) | |
| 232 VISIT_GL_CALL(DrawElementsInstancedANGLE, | |
| 233 void, | |
| 234 (GLenum mode, | |
| 235 GLsizei count, | |
| 236 GLenum type, | |
| 237 const void* indices, | |
| 238 GLsizei primcount), | |
| 239 (mode, count, type, indices, primcount)) | |
| 240 VISIT_GL_CALL(VertexAttribDivisorANGLE, | |
| 241 void, | |
| 242 (GLuint index, GLuint divisor), | |
| 243 (index, divisor)) | |
| 244 VISIT_GL_CALL(GenMailboxCHROMIUM, void, (GLbyte * mailbox), (mailbox)) | |
| 245 VISIT_GL_CALL(ProduceTextureCHROMIUM, | |
| 246 void, | |
| 247 (GLenum target, const GLbyte* mailbox), | |
| 248 (target, mailbox)) | |
| 249 VISIT_GL_CALL(ProduceTextureDirectCHROMIUM, | |
| 250 void, | |
| 251 (GLuint texture, GLenum target, const GLbyte* mailbox), | |
| 252 (texture, target, mailbox)) | |
| 253 VISIT_GL_CALL(ConsumeTextureCHROMIUM, | |
| 254 void, | |
| 255 (GLenum target, const GLbyte* mailbox), | |
| 256 (target, mailbox)) | |
| 257 VISIT_GL_CALL(CreateAndConsumeTextureCHROMIUM, | |
| 258 GLuint, | |
| 259 (GLenum target, const GLbyte* mailbox), | |
| 260 (target, mailbox)) | |
| 261 VISIT_GL_CALL(BindUniformLocationCHROMIUM, | |
| 262 void, | |
| 263 (GLuint program, GLint location, const char* name), | |
| 264 (program, location, name)) | |
| 265 VISIT_GL_CALL(BindTexImage2DCHROMIUM, | |
| 266 void, | |
| 267 (GLenum target, GLint imageId), | |
| 268 (target, imageId)) | |
| 269 VISIT_GL_CALL(ReleaseTexImage2DCHROMIUM, | |
| 270 void, | |
| 271 (GLenum target, GLint imageId), | |
| 272 (target, imageId)) | |
| 273 VISIT_GL_CALL(TraceBeginCHROMIUM, | |
| 274 void, | |
| 275 (const char* category_name, const char* trace_name), | |
| 276 (category_name, trace_name)) | |
| 277 VISIT_GL_CALL(TraceEndCHROMIUM, void, (), ()) | |
| 278 VISIT_GL_CALL(DiscardFramebufferEXT, | |
| 279 void, | |
| 280 (GLenum target, GLsizei count, const GLenum* attachments), | |
| 281 (target, count, attachments)) | |
| 282 VISIT_GL_CALL(LoseContextCHROMIUM, | |
| 283 void, | |
| 284 (GLenum current, GLenum other), | |
| 285 (current, other)) | |
| 286 VISIT_GL_CALL(InsertFenceSyncCHROMIUM, GLuint64, (), ()) | |
| 287 VISIT_GL_CALL(GenSyncTokenCHROMIUM, | |
| 288 void, | |
| 289 (GLuint64 fence_sync, GLbyte* sync_token), | |
| 290 (fence_sync, sync_token)) | |
| 291 VISIT_GL_CALL(GenUnverifiedSyncTokenCHROMIUM, | |
| 292 void, | |
| 293 (GLuint64 fence_sync, GLbyte* sync_token), | |
| 294 (fence_sync, sync_token)) | |
| 295 VISIT_GL_CALL(VerifySyncTokensCHROMIUM, | |
| 296 void, | |
| 297 (GLbyte * *sync_tokens, GLsizei count), | |
| 298 (sync_tokens, count)) | |
| 299 VISIT_GL_CALL(WaitSyncTokenCHROMIUM, | |
| 300 void, | |
| 301 (const GLbyte* sync_token), | |
| 302 (sync_token)) | |
| 303 VISIT_GL_CALL(DrawBuffersEXT, | |
| 304 void, | |
| 305 (GLsizei count, const GLenum* bufs), | |
| 306 (count, bufs)) | |
| 307 VISIT_GL_CALL(DiscardBackbufferCHROMIUM, void, (), ()) | |
| 308 VISIT_GL_CALL(ScheduleOverlayPlaneCHROMIUM, | |
| 309 void, | |
| 310 (GLint plane_z_order, | |
| 311 GLenum plane_transform, | |
| 312 GLuint overlay_texture_id, | |
| 313 GLint bounds_x, | |
| 314 GLint bounds_y, | |
| 315 GLint bounds_width, | |
| 316 GLint bounds_height, | |
| 317 GLfloat uv_x, | |
| 318 GLfloat uv_y, | |
| 319 GLfloat uv_width, | |
| 320 GLfloat uv_height), | |
| 321 (plane_z_order, | |
| 322 plane_transform, | |
| 323 overlay_texture_id, | |
| 324 bounds_x, | |
| 325 bounds_y, | |
| 326 bounds_width, | |
| 327 bounds_height, | |
| 328 uv_x, | |
| 329 uv_y, | |
| 330 uv_width, | |
| 331 uv_height)) | |
| 332 VISIT_GL_CALL(ScheduleCALayerCHROMIUM, | |
| 333 void, | |
| 334 (GLuint contents_texture_id, | |
| 335 const GLfloat* contents_rect, | |
| 336 GLfloat opacity, | |
| 337 GLuint background_color, | |
| 338 GLuint edge_aa_mask, | |
| 339 const GLfloat* bounds_rect, | |
| 340 GLboolean is_clipped, | |
| 341 const GLfloat* clip_rect, | |
| 342 GLint sorting_context_id, | |
| 343 const GLfloat* transform, | |
| 344 GLuint filter), | |
| 345 (contents_texture_id, | |
| 346 contents_rect, | |
| 347 opacity, | |
| 348 background_color, | |
| 349 edge_aa_mask, | |
| 350 bounds_rect, | |
| 351 is_clipped, | |
| 352 clip_rect, | |
| 353 sorting_context_id, | |
| 354 transform, | |
| 355 filter)) | |
| 356 VISIT_GL_CALL(CommitOverlayPlanesCHROMIUM, void, (), ()) | |
| 357 VISIT_GL_CALL(SwapInterval, void, (GLint interval), (interval)) | |
| 358 VISIT_GL_CALL(FlushDriverCachesCHROMIUM, void, (), ()) | |
| 359 VISIT_GL_CALL(GetLastFlushIdCHROMIUM, GLuint, (), ()) | |
| 360 VISIT_GL_CALL(MatrixLoadfCHROMIUM, | |
| 361 void, | |
| 362 (GLenum matrixMode, const GLfloat* m), | |
| 363 (matrixMode, m)) | |
| 364 VISIT_GL_CALL(MatrixLoadIdentityCHROMIUM, | |
| 365 void, | |
| 366 (GLenum matrixMode), | |
| 367 (matrixMode)) | |
| 368 VISIT_GL_CALL(GenPathsCHROMIUM, GLuint, (GLsizei range), (range)) | |
| 369 VISIT_GL_CALL(DeletePathsCHROMIUM, | |
| 370 void, | |
| 371 (GLuint path, GLsizei range), | |
| 372 (path, range)) | |
| 373 VISIT_GL_CALL(IsPathCHROMIUM, GLboolean, (GLuint path), (path)) | |
| 374 VISIT_GL_CALL(PathCommandsCHROMIUM, | |
| 375 void, | |
| 376 (GLuint path, | |
| 377 GLsizei numCommands, | |
| 378 const GLubyte* commands, | |
| 379 GLsizei numCoords, | |
| 380 GLenum coordType, | |
| 381 const GLvoid* coords), | |
| 382 (path, numCommands, commands, numCoords, coordType, coords)) | |
| 383 VISIT_GL_CALL(PathParameterfCHROMIUM, | |
| 384 void, | |
| 385 (GLuint path, GLenum pname, GLfloat value), | |
| 386 (path, pname, value)) | |
| 387 VISIT_GL_CALL(PathParameteriCHROMIUM, | |
| 388 void, | |
| 389 (GLuint path, GLenum pname, GLint value), | |
| 390 (path, pname, value)) | |
| 391 VISIT_GL_CALL(PathStencilFuncCHROMIUM, | |
| 392 void, | |
| 393 (GLenum func, GLint ref, GLuint mask), | |
| 394 (func, ref, mask)) | |
| 395 VISIT_GL_CALL(StencilFillPathCHROMIUM, | |
| 396 void, | |
| 397 (GLuint path, GLenum fillMode, GLuint mask), | |
| 398 (path, fillMode, mask)) | |
| 399 VISIT_GL_CALL(StencilStrokePathCHROMIUM, | |
| 400 void, | |
| 401 (GLuint path, GLint reference, GLuint mask), | |
| 402 (path, reference, mask)) | |
| 403 VISIT_GL_CALL(CoverFillPathCHROMIUM, | |
| 404 void, | |
| 405 (GLuint path, GLenum coverMode), | |
| 406 (path, coverMode)) | |
| 407 VISIT_GL_CALL(CoverStrokePathCHROMIUM, | |
| 408 void, | |
| 409 (GLuint path, GLenum coverMode), | |
| 410 (path, coverMode)) | |
| 411 VISIT_GL_CALL(StencilThenCoverFillPathCHROMIUM, | |
| 412 void, | |
| 413 (GLuint path, GLenum fillMode, GLuint mask, GLenum coverMode), | |
| 414 (path, fillMode, mask, coverMode)) | |
| 415 VISIT_GL_CALL(StencilThenCoverStrokePathCHROMIUM, | |
| 416 void, | |
| 417 (GLuint path, GLint reference, GLuint mask, GLenum coverMode), | |
| 418 (path, reference, mask, coverMode)) | |
| 419 VISIT_GL_CALL(StencilFillPathInstancedCHROMIUM, | |
| 420 void, | |
| 421 (GLsizei numPaths, | |
| 422 GLenum pathNameType, | |
| 423 const GLvoid* paths, | |
| 424 GLuint pathBase, | |
| 425 GLenum fillMode, | |
| 426 GLuint mask, | |
| 427 GLenum transformType, | |
| 428 const GLfloat* transformValues), | |
| 429 (numPaths, | |
| 430 pathNameType, | |
| 431 paths, | |
| 432 pathBase, | |
| 433 fillMode, | |
| 434 mask, | |
| 435 transformType, | |
| 436 transformValues)) | |
| 437 VISIT_GL_CALL(StencilStrokePathInstancedCHROMIUM, | |
| 438 void, | |
| 439 (GLsizei numPaths, | |
| 440 GLenum pathNameType, | |
| 441 const GLvoid* paths, | |
| 442 GLuint pathBase, | |
| 443 GLint reference, | |
| 444 GLuint mask, | |
| 445 GLenum transformType, | |
| 446 const GLfloat* transformValues), | |
| 447 (numPaths, | |
| 448 pathNameType, | |
| 449 paths, | |
| 450 pathBase, | |
| 451 reference, | |
| 452 mask, | |
| 453 transformType, | |
| 454 transformValues)) | |
| 455 VISIT_GL_CALL(CoverFillPathInstancedCHROMIUM, | |
| 456 void, | |
| 457 (GLsizei numPaths, | |
| 458 GLenum pathNameType, | |
| 459 const GLvoid* paths, | |
| 460 GLuint pathBase, | |
| 461 GLenum coverMode, | |
| 462 GLenum transformType, | |
| 463 const GLfloat* transformValues), | |
| 464 (numPaths, | |
| 465 pathNameType, | |
| 466 paths, | |
| 467 pathBase, | |
| 468 coverMode, | |
| 469 transformType, | |
| 470 transformValues)) | |
| 471 VISIT_GL_CALL(CoverStrokePathInstancedCHROMIUM, | |
| 472 void, | |
| 473 (GLsizei numPaths, | |
| 474 GLenum pathNameType, | |
| 475 const GLvoid* paths, | |
| 476 GLuint pathBase, | |
| 477 GLenum coverMode, | |
| 478 GLenum transformType, | |
| 479 const GLfloat* transformValues), | |
| 480 (numPaths, | |
| 481 pathNameType, | |
| 482 paths, | |
| 483 pathBase, | |
| 484 coverMode, | |
| 485 transformType, | |
| 486 transformValues)) | |
| 487 VISIT_GL_CALL(StencilThenCoverFillPathInstancedCHROMIUM, | |
| 488 void, | |
| 489 (GLsizei numPaths, | |
| 490 GLenum pathNameType, | |
| 491 const GLvoid* paths, | |
| 492 GLuint pathBase, | |
| 493 GLenum fillMode, | |
| 494 GLuint mask, | |
| 495 GLenum coverMode, | |
| 496 GLenum transformType, | |
| 497 const GLfloat* transformValues), | |
| 498 (numPaths, | |
| 499 pathNameType, | |
| 500 paths, | |
| 501 pathBase, | |
| 502 fillMode, | |
| 503 mask, | |
| 504 coverMode, | |
| 505 transformType, | |
| 506 transformValues)) | |
| 507 VISIT_GL_CALL(StencilThenCoverStrokePathInstancedCHROMIUM, | |
| 508 void, | |
| 509 (GLsizei numPaths, | |
| 510 GLenum pathNameType, | |
| 511 const GLvoid* paths, | |
| 512 GLuint pathBase, | |
| 513 GLint reference, | |
| 514 GLuint mask, | |
| 515 GLenum coverMode, | |
| 516 GLenum transformType, | |
| 517 const GLfloat* transformValues), | |
| 518 (numPaths, | |
| 519 pathNameType, | |
| 520 paths, | |
| 521 pathBase, | |
| 522 reference, | |
| 523 mask, | |
| 524 coverMode, | |
| 525 transformType, | |
| 526 transformValues)) | |
| 527 VISIT_GL_CALL(BindFragmentInputLocationCHROMIUM, | |
| 528 void, | |
| 529 (GLuint program, GLint location, const char* name), | |
| 530 (program, location, name)) | |
| 531 VISIT_GL_CALL(ProgramPathFragmentInputGenCHROMIUM, | |
| 532 void, | |
| 533 (GLuint program, | |
| 534 GLint location, | |
| 535 GLenum genMode, | |
| 536 GLint components, | |
| 537 const GLfloat* coeffs), | |
| 538 (program, location, genMode, components, coeffs)) | |
| 539 VISIT_GL_CALL(CoverageModulationCHROMIUM, | |
| 540 void, | |
| 541 (GLenum components), | |
| 542 (components)) | |
| 543 VISIT_GL_CALL(GetGraphicsResetStatusKHR, GLenum, (), ()) | |
| 544 VISIT_GL_CALL(BlendBarrierKHR, void, (), ()) | |
| 545 VISIT_GL_CALL(ApplyScreenSpaceAntialiasingCHROMIUM, void, (), ()) | |
| 546 VISIT_GL_CALL( | |
| 547 BindFragDataLocationIndexedEXT, | |
| 548 void, | |
| 549 (GLuint program, GLuint colorNumber, GLuint index, const char* name), | |
| 550 (program, colorNumber, index, name)) | |
| 551 VISIT_GL_CALL(BindFragDataLocationEXT, | |
| 552 void, | |
| 553 (GLuint program, GLuint colorNumber, const char* name), | |
| 554 (program, colorNumber, name)) | |
| 555 VISIT_GL_CALL(GetFragDataIndexEXT, | |
| 556 GLint, | |
| 557 (GLuint program, const char* name), | |
| 558 (program, name)) | |
| 559 VISIT_GL_CALL(UniformMatrix4fvStreamTextureMatrixCHROMIUM, | |
| 560 void, | |
| 561 (GLint location, | |
| 562 GLboolean transpose, | |
| 563 const GLfloat* default_value), | |
| 564 (location, transpose, default_value)) | |
| OLD | NEW |