Hash :
3311ef65
Author :
Date :
2020-01-03T11:52:15
update date comments to 2020 run_code_generation.py updated comments with 2019 to 2020. Put all date updates into this one CL. This also updated hashes. Bug: angleproject:4262 Change-Id: Ia213dd5e47f155986cbb4161d777724355878af0 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1986994 Commit-Queue: Mohan Maiya <m.maiya@samsung.com> Reviewed-by: Mohan Maiya <m.maiya@samsung.com> Reviewed-by: Jamie Madill <jmadill@chromium.org>
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582
// GENERATED FILE - DO NOT EDIT.
// Generated by generate_entry_points.py using data from gl.xml and gl_angle_ext.xml.
//
// Copyright 2020 The ANGLE Project Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
//
// capture_gles_1_0_autogen.h:
// Capture functions for the OpenGL ES 1.0 entry points.
#ifndef LIBANGLE_CAPTURE_GLES_1_0_AUTOGEN_H_
#define LIBANGLE_CAPTURE_GLES_1_0_AUTOGEN_H_
#include "common/PackedEnums.h"
#include "libANGLE/FrameCapture.h"
namespace gl
{
// Method Captures
angle::CallCapture CaptureAlphaFunc(const State &glState,
bool isCallValid,
AlphaTestFunc funcPacked,
GLfloat ref);
angle::CallCapture CaptureAlphaFuncx(const State &glState,
bool isCallValid,
AlphaTestFunc funcPacked,
GLfixed ref);
angle::CallCapture CaptureClearColorx(const State &glState,
bool isCallValid,
GLfixed red,
GLfixed green,
GLfixed blue,
GLfixed alpha);
angle::CallCapture CaptureClearDepthx(const State &glState, bool isCallValid, GLfixed depth);
angle::CallCapture CaptureClientActiveTexture(const State &glState,
bool isCallValid,
GLenum texture);
angle::CallCapture CaptureClipPlanef(const State &glState,
bool isCallValid,
GLenum p,
const GLfloat *eqn);
angle::CallCapture CaptureClipPlanex(const State &glState,
bool isCallValid,
GLenum plane,
const GLfixed *equation);
angle::CallCapture CaptureColor4f(const State &glState,
bool isCallValid,
GLfloat red,
GLfloat green,
GLfloat blue,
GLfloat alpha);
angle::CallCapture CaptureColor4ub(const State &glState,
bool isCallValid,
GLubyte red,
GLubyte green,
GLubyte blue,
GLubyte alpha);
angle::CallCapture CaptureColor4x(const State &glState,
bool isCallValid,
GLfixed red,
GLfixed green,
GLfixed blue,
GLfixed alpha);
angle::CallCapture CaptureColorPointer(const State &glState,
bool isCallValid,
GLint size,
VertexAttribType typePacked,
GLsizei stride,
const void *pointer);
angle::CallCapture CaptureDepthRangex(const State &glState, bool isCallValid, GLfixed n, GLfixed f);
angle::CallCapture CaptureDisableClientState(const State &glState,
bool isCallValid,
ClientVertexArrayType arrayPacked);
angle::CallCapture CaptureEnableClientState(const State &glState,
bool isCallValid,
ClientVertexArrayType arrayPacked);
angle::CallCapture CaptureFogf(const State &glState, bool isCallValid, GLenum pname, GLfloat param);
angle::CallCapture CaptureFogfv(const State &glState,
bool isCallValid,
GLenum pname,
const GLfloat *params);
angle::CallCapture CaptureFogx(const State &glState, bool isCallValid, GLenum pname, GLfixed param);
angle::CallCapture CaptureFogxv(const State &glState,
bool isCallValid,
GLenum pname,
const GLfixed *param);
angle::CallCapture CaptureFrustumf(const State &glState,
bool isCallValid,
GLfloat l,
GLfloat r,
GLfloat b,
GLfloat t,
GLfloat n,
GLfloat f);
angle::CallCapture CaptureFrustumx(const State &glState,
bool isCallValid,
GLfixed l,
GLfixed r,
GLfixed b,
GLfixed t,
GLfixed n,
GLfixed f);
angle::CallCapture CaptureGetClipPlanef(const State &glState,
bool isCallValid,
GLenum plane,
GLfloat *equation);
angle::CallCapture CaptureGetClipPlanex(const State &glState,
bool isCallValid,
GLenum plane,
GLfixed *equation);
angle::CallCapture CaptureGetFixedv(const State &glState,
bool isCallValid,
GLenum pname,
GLfixed *params);
angle::CallCapture CaptureGetLightfv(const State &glState,
bool isCallValid,
GLenum light,
LightParameter pnamePacked,
GLfloat *params);
angle::CallCapture CaptureGetLightxv(const State &glState,
bool isCallValid,
GLenum light,
LightParameter pnamePacked,
GLfixed *params);
angle::CallCapture CaptureGetMaterialfv(const State &glState,
bool isCallValid,
GLenum face,
MaterialParameter pnamePacked,
GLfloat *params);
angle::CallCapture CaptureGetMaterialxv(const State &glState,
bool isCallValid,
GLenum face,
MaterialParameter pnamePacked,
GLfixed *params);
angle::CallCapture CaptureGetTexEnvfv(const State &glState,
bool isCallValid,
TextureEnvTarget targetPacked,
TextureEnvParameter pnamePacked,
GLfloat *params);
angle::CallCapture CaptureGetTexEnviv(const State &glState,
bool isCallValid,
TextureEnvTarget targetPacked,
TextureEnvParameter pnamePacked,
GLint *params);
angle::CallCapture CaptureGetTexEnvxv(const State &glState,
bool isCallValid,
TextureEnvTarget targetPacked,
TextureEnvParameter pnamePacked,
GLfixed *params);
angle::CallCapture CaptureGetTexParameterxv(const State &glState,
bool isCallValid,
TextureType targetPacked,
GLenum pname,
GLfixed *params);
angle::CallCapture CaptureLightModelf(const State &glState,
bool isCallValid,
GLenum pname,
GLfloat param);
angle::CallCapture CaptureLightModelfv(const State &glState,
bool isCallValid,
GLenum pname,
const GLfloat *params);
angle::CallCapture CaptureLightModelx(const State &glState,
bool isCallValid,
GLenum pname,
GLfixed param);
angle::CallCapture CaptureLightModelxv(const State &glState,
bool isCallValid,
GLenum pname,
const GLfixed *param);
angle::CallCapture CaptureLightf(const State &glState,
bool isCallValid,
GLenum light,
LightParameter pnamePacked,
GLfloat param);
angle::CallCapture CaptureLightfv(const State &glState,
bool isCallValid,
GLenum light,
LightParameter pnamePacked,
const GLfloat *params);
angle::CallCapture CaptureLightx(const State &glState,
bool isCallValid,
GLenum light,
LightParameter pnamePacked,
GLfixed param);
angle::CallCapture CaptureLightxv(const State &glState,
bool isCallValid,
GLenum light,
LightParameter pnamePacked,
const GLfixed *params);
angle::CallCapture CaptureLineWidthx(const State &glState, bool isCallValid, GLfixed width);
angle::CallCapture CaptureLoadIdentity(const State &glState, bool isCallValid);
angle::CallCapture CaptureLoadMatrixf(const State &glState, bool isCallValid, const GLfloat *m);
angle::CallCapture CaptureLoadMatrixx(const State &glState, bool isCallValid, const GLfixed *m);
angle::CallCapture CaptureLogicOp(const State &glState,
bool isCallValid,
LogicalOperation opcodePacked);
angle::CallCapture CaptureMaterialf(const State &glState,
bool isCallValid,
GLenum face,
MaterialParameter pnamePacked,
GLfloat param);
angle::CallCapture CaptureMaterialfv(const State &glState,
bool isCallValid,
GLenum face,
MaterialParameter pnamePacked,
const GLfloat *params);
angle::CallCapture CaptureMaterialx(const State &glState,
bool isCallValid,
GLenum face,
MaterialParameter pnamePacked,
GLfixed param);
angle::CallCapture CaptureMaterialxv(const State &glState,
bool isCallValid,
GLenum face,
MaterialParameter pnamePacked,
const GLfixed *param);
angle::CallCapture CaptureMatrixMode(const State &glState, bool isCallValid, MatrixType modePacked);
angle::CallCapture CaptureMultMatrixf(const State &glState, bool isCallValid, const GLfloat *m);
angle::CallCapture CaptureMultMatrixx(const State &glState, bool isCallValid, const GLfixed *m);
angle::CallCapture CaptureMultiTexCoord4f(const State &glState,
bool isCallValid,
GLenum target,
GLfloat s,
GLfloat t,
GLfloat r,
GLfloat q);
angle::CallCapture CaptureMultiTexCoord4x(const State &glState,
bool isCallValid,
GLenum texture,
GLfixed s,
GLfixed t,
GLfixed r,
GLfixed q);
angle::CallCapture CaptureNormal3f(const State &glState,
bool isCallValid,
GLfloat nx,
GLfloat ny,
GLfloat nz);
angle::CallCapture CaptureNormal3x(const State &glState,
bool isCallValid,
GLfixed nx,
GLfixed ny,
GLfixed nz);
angle::CallCapture CaptureNormalPointer(const State &glState,
bool isCallValid,
VertexAttribType typePacked,
GLsizei stride,
const void *pointer);
angle::CallCapture CaptureOrthof(const State &glState,
bool isCallValid,
GLfloat l,
GLfloat r,
GLfloat b,
GLfloat t,
GLfloat n,
GLfloat f);
angle::CallCapture CaptureOrthox(const State &glState,
bool isCallValid,
GLfixed l,
GLfixed r,
GLfixed b,
GLfixed t,
GLfixed n,
GLfixed f);
angle::CallCapture CapturePointParameterf(const State &glState,
bool isCallValid,
PointParameter pnamePacked,
GLfloat param);
angle::CallCapture CapturePointParameterfv(const State &glState,
bool isCallValid,
PointParameter pnamePacked,
const GLfloat *params);
angle::CallCapture CapturePointParameterx(const State &glState,
bool isCallValid,
PointParameter pnamePacked,
GLfixed param);
angle::CallCapture CapturePointParameterxv(const State &glState,
bool isCallValid,
PointParameter pnamePacked,
const GLfixed *params);
angle::CallCapture CapturePointSize(const State &glState, bool isCallValid, GLfloat size);
angle::CallCapture CapturePointSizex(const State &glState, bool isCallValid, GLfixed size);
angle::CallCapture CapturePolygonOffsetx(const State &glState,
bool isCallValid,
GLfixed factor,
GLfixed units);
angle::CallCapture CapturePopMatrix(const State &glState, bool isCallValid);
angle::CallCapture CapturePushMatrix(const State &glState, bool isCallValid);
angle::CallCapture CaptureRotatef(const State &glState,
bool isCallValid,
GLfloat angle,
GLfloat x,
GLfloat y,
GLfloat z);
angle::CallCapture CaptureRotatex(const State &glState,
bool isCallValid,
GLfixed angle,
GLfixed x,
GLfixed y,
GLfixed z);
angle::CallCapture CaptureSampleCoveragex(const State &glState,
bool isCallValid,
GLclampx value,
GLboolean invert);
angle::CallCapture CaptureScalef(const State &glState,
bool isCallValid,
GLfloat x,
GLfloat y,
GLfloat z);
angle::CallCapture CaptureScalex(const State &glState,
bool isCallValid,
GLfixed x,
GLfixed y,
GLfixed z);
angle::CallCapture CaptureShadeModel(const State &glState,
bool isCallValid,
ShadingModel modePacked);
angle::CallCapture CaptureTexCoordPointer(const State &glState,
bool isCallValid,
GLint size,
VertexAttribType typePacked,
GLsizei stride,
const void *pointer);
angle::CallCapture CaptureTexEnvf(const State &glState,
bool isCallValid,
TextureEnvTarget targetPacked,
TextureEnvParameter pnamePacked,
GLfloat param);
angle::CallCapture CaptureTexEnvfv(const State &glState,
bool isCallValid,
TextureEnvTarget targetPacked,
TextureEnvParameter pnamePacked,
const GLfloat *params);
angle::CallCapture CaptureTexEnvi(const State &glState,
bool isCallValid,
TextureEnvTarget targetPacked,
TextureEnvParameter pnamePacked,
GLint param);
angle::CallCapture CaptureTexEnviv(const State &glState,
bool isCallValid,
TextureEnvTarget targetPacked,
TextureEnvParameter pnamePacked,
const GLint *params);
angle::CallCapture CaptureTexEnvx(const State &glState,
bool isCallValid,
TextureEnvTarget targetPacked,
TextureEnvParameter pnamePacked,
GLfixed param);
angle::CallCapture CaptureTexEnvxv(const State &glState,
bool isCallValid,
TextureEnvTarget targetPacked,
TextureEnvParameter pnamePacked,
const GLfixed *params);
angle::CallCapture CaptureTexParameterx(const State &glState,
bool isCallValid,
TextureType targetPacked,
GLenum pname,
GLfixed param);
angle::CallCapture CaptureTexParameterxv(const State &glState,
bool isCallValid,
TextureType targetPacked,
GLenum pname,
const GLfixed *params);
angle::CallCapture CaptureTranslatef(const State &glState,
bool isCallValid,
GLfloat x,
GLfloat y,
GLfloat z);
angle::CallCapture CaptureTranslatex(const State &glState,
bool isCallValid,
GLfixed x,
GLfixed y,
GLfixed z);
angle::CallCapture CaptureVertexPointer(const State &glState,
bool isCallValid,
GLint size,
VertexAttribType typePacked,
GLsizei stride,
const void *pointer);
// Parameter Captures
void CaptureClipPlanef_eqn(const State &glState,
bool isCallValid,
GLenum p,
const GLfloat *eqn,
angle::ParamCapture *paramCapture);
void CaptureClipPlanex_equation(const State &glState,
bool isCallValid,
GLenum plane,
const GLfixed *equation,
angle::ParamCapture *paramCapture);
void CaptureColorPointer_pointer(const State &glState,
bool isCallValid,
GLint size,
VertexAttribType typePacked,
GLsizei stride,
const void *pointer,
angle::ParamCapture *paramCapture);
void CaptureFogfv_params(const State &glState,
bool isCallValid,
GLenum pname,
const GLfloat *params,
angle::ParamCapture *paramCapture);
void CaptureFogxv_param(const State &glState,
bool isCallValid,
GLenum pname,
const GLfixed *param,
angle::ParamCapture *paramCapture);
void CaptureGetClipPlanef_equation(const State &glState,
bool isCallValid,
GLenum plane,
GLfloat *equation,
angle::ParamCapture *paramCapture);
void CaptureGetClipPlanex_equation(const State &glState,
bool isCallValid,
GLenum plane,
GLfixed *equation,
angle::ParamCapture *paramCapture);
void CaptureGetFixedv_params(const State &glState,
bool isCallValid,
GLenum pname,
GLfixed *params,
angle::ParamCapture *paramCapture);
void CaptureGetLightfv_params(const State &glState,
bool isCallValid,
GLenum light,
LightParameter pnamePacked,
GLfloat *params,
angle::ParamCapture *paramCapture);
void CaptureGetLightxv_params(const State &glState,
bool isCallValid,
GLenum light,
LightParameter pnamePacked,
GLfixed *params,
angle::ParamCapture *paramCapture);
void CaptureGetMaterialfv_params(const State &glState,
bool isCallValid,
GLenum face,
MaterialParameter pnamePacked,
GLfloat *params,
angle::ParamCapture *paramCapture);
void CaptureGetMaterialxv_params(const State &glState,
bool isCallValid,
GLenum face,
MaterialParameter pnamePacked,
GLfixed *params,
angle::ParamCapture *paramCapture);
void CaptureGetTexEnvfv_params(const State &glState,
bool isCallValid,
TextureEnvTarget targetPacked,
TextureEnvParameter pnamePacked,
GLfloat *params,
angle::ParamCapture *paramCapture);
void CaptureGetTexEnviv_params(const State &glState,
bool isCallValid,
TextureEnvTarget targetPacked,
TextureEnvParameter pnamePacked,
GLint *params,
angle::ParamCapture *paramCapture);
void CaptureGetTexEnvxv_params(const State &glState,
bool isCallValid,
TextureEnvTarget targetPacked,
TextureEnvParameter pnamePacked,
GLfixed *params,
angle::ParamCapture *paramCapture);
void CaptureGetTexParameterxv_params(const State &glState,
bool isCallValid,
TextureType targetPacked,
GLenum pname,
GLfixed *params,
angle::ParamCapture *paramCapture);
void CaptureLightModelfv_params(const State &glState,
bool isCallValid,
GLenum pname,
const GLfloat *params,
angle::ParamCapture *paramCapture);
void CaptureLightModelxv_param(const State &glState,
bool isCallValid,
GLenum pname,
const GLfixed *param,
angle::ParamCapture *paramCapture);
void CaptureLightfv_params(const State &glState,
bool isCallValid,
GLenum light,
LightParameter pnamePacked,
const GLfloat *params,
angle::ParamCapture *paramCapture);
void CaptureLightxv_params(const State &glState,
bool isCallValid,
GLenum light,
LightParameter pnamePacked,
const GLfixed *params,
angle::ParamCapture *paramCapture);
void CaptureLoadMatrixf_m(const State &glState,
bool isCallValid,
const GLfloat *m,
angle::ParamCapture *paramCapture);
void CaptureLoadMatrixx_m(const State &glState,
bool isCallValid,
const GLfixed *m,
angle::ParamCapture *paramCapture);
void CaptureMaterialfv_params(const State &glState,
bool isCallValid,
GLenum face,
MaterialParameter pnamePacked,
const GLfloat *params,
angle::ParamCapture *paramCapture);
void CaptureMaterialxv_param(const State &glState,
bool isCallValid,
GLenum face,
MaterialParameter pnamePacked,
const GLfixed *param,
angle::ParamCapture *paramCapture);
void CaptureMultMatrixf_m(const State &glState,
bool isCallValid,
const GLfloat *m,
angle::ParamCapture *paramCapture);
void CaptureMultMatrixx_m(const State &glState,
bool isCallValid,
const GLfixed *m,
angle::ParamCapture *paramCapture);
void CaptureNormalPointer_pointer(const State &glState,
bool isCallValid,
VertexAttribType typePacked,
GLsizei stride,
const void *pointer,
angle::ParamCapture *paramCapture);
void CapturePointParameterfv_params(const State &glState,
bool isCallValid,
PointParameter pnamePacked,
const GLfloat *params,
angle::ParamCapture *paramCapture);
void CapturePointParameterxv_params(const State &glState,
bool isCallValid,
PointParameter pnamePacked,
const GLfixed *params,
angle::ParamCapture *paramCapture);
void CaptureTexCoordPointer_pointer(const State &glState,
bool isCallValid,
GLint size,
VertexAttribType typePacked,
GLsizei stride,
const void *pointer,
angle::ParamCapture *paramCapture);
void CaptureTexEnvfv_params(const State &glState,
bool isCallValid,
TextureEnvTarget targetPacked,
TextureEnvParameter pnamePacked,
const GLfloat *params,
angle::ParamCapture *paramCapture);
void CaptureTexEnviv_params(const State &glState,
bool isCallValid,
TextureEnvTarget targetPacked,
TextureEnvParameter pnamePacked,
const GLint *params,
angle::ParamCapture *paramCapture);
void CaptureTexEnvxv_params(const State &glState,
bool isCallValid,
TextureEnvTarget targetPacked,
TextureEnvParameter pnamePacked,
const GLfixed *params,
angle::ParamCapture *paramCapture);
void CaptureTexParameterxv_params(const State &glState,
bool isCallValid,
TextureType targetPacked,
GLenum pname,
const GLfixed *params,
angle::ParamCapture *paramCapture);
void CaptureVertexPointer_pointer(const State &glState,
bool isCallValid,
GLint size,
VertexAttribType typePacked,
GLsizei stride,
const void *pointer,
angle::ParamCapture *paramCapture);
} // namespace gl
#endif // LIBANGLE_CAPTURE_GLES_1_0_AUTOGEN_H_