Hash :
a70ef7fc
Author :
Date :
2024-04-25T14:19:50
Add EGL_ANGLE_no_error for disabling EGL validation. Chrome makes many small EGL calls that can have proportionally expensive validation. Bug: angleproject:8434 Change-Id: I4f4d0e6eff64839f76a0f7bf48e5c94b8df9d809 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/5491459 Commit-Queue: Geoff Lang <geofflang@chromium.org> Reviewed-by: Cody Northrop <cnorthrop@google.com> Reviewed-by: Shahbaz Youssefi <syoussefi@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 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667
// GENERATED FILE - DO NOT EDIT.
// Generated by generate_entry_points.py using data from egl.xml and egl_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_egl_autogen.h:
// Capture functions for the OpenGL ES EGL entry points.
#ifndef LIBANGLE_CAPTURE_EGL_AUTOGEN_H_
#define LIBANGLE_CAPTURE_EGL_AUTOGEN_H_
#include "common/PackedEnums.h"
#include "libANGLE/capture/FrameCapture.h"
namespace egl
{
// Method Captures
angle::CallCapture CaptureChooseConfig(egl::Thread *thread,
bool isCallValid,
egl::Display *dpyPacked,
const AttributeMap &attrib_listPacked,
EGLConfig *configs,
EGLint config_size,
EGLint *num_config,
EGLBoolean returnValue);
angle::CallCapture CaptureCopyBuffers(egl::Thread *thread,
bool isCallValid,
egl::Display *dpyPacked,
SurfaceID surfacePacked,
EGLNativePixmapType target,
EGLBoolean returnValue);
angle::CallCapture CaptureCreateContext(egl::Thread *thread,
bool isCallValid,
egl::Display *dpyPacked,
egl::Config *configPacked,
gl::ContextID share_contextPacked,
const AttributeMap &attrib_listPacked,
EGLContext returnValue);
angle::CallCapture CaptureCreatePbufferSurface(egl::Thread *thread,
bool isCallValid,
egl::Display *dpyPacked,
egl::Config *configPacked,
const AttributeMap &attrib_listPacked,
EGLSurface returnValue);
angle::CallCapture CaptureCreatePixmapSurface(egl::Thread *thread,
bool isCallValid,
egl::Display *dpyPacked,
egl::Config *configPacked,
EGLNativePixmapType pixmap,
const AttributeMap &attrib_listPacked,
EGLSurface returnValue);
angle::CallCapture CaptureCreateWindowSurface(egl::Thread *thread,
bool isCallValid,
egl::Display *dpyPacked,
egl::Config *configPacked,
EGLNativeWindowType win,
const AttributeMap &attrib_listPacked,
EGLSurface returnValue);
angle::CallCapture CaptureDestroyContext(egl::Thread *thread,
bool isCallValid,
egl::Display *dpyPacked,
gl::ContextID ctxPacked,
EGLBoolean returnValue);
angle::CallCapture CaptureDestroySurface(egl::Thread *thread,
bool isCallValid,
egl::Display *dpyPacked,
SurfaceID surfacePacked,
EGLBoolean returnValue);
angle::CallCapture CaptureGetConfigAttrib(egl::Thread *thread,
bool isCallValid,
egl::Display *dpyPacked,
egl::Config *configPacked,
EGLint attribute,
EGLint *value,
EGLBoolean returnValue);
angle::CallCapture CaptureGetConfigs(egl::Thread *thread,
bool isCallValid,
egl::Display *dpyPacked,
EGLConfig *configs,
EGLint config_size,
EGLint *num_config,
EGLBoolean returnValue);
angle::CallCapture CaptureGetCurrentDisplay(egl::Thread *thread,
bool isCallValid,
EGLDisplay returnValue);
angle::CallCapture CaptureGetCurrentSurface(egl::Thread *thread,
bool isCallValid,
EGLint readdraw,
EGLSurface returnValue);
angle::CallCapture CaptureGetDisplay(egl::Thread *thread,
bool isCallValid,
EGLNativeDisplayType display_id,
EGLDisplay returnValue);
angle::CallCapture CaptureGetError(egl::Thread *thread, bool isCallValid, EGLint returnValue);
angle::CallCapture CaptureGetProcAddress(egl::Thread *thread,
bool isCallValid,
const char *procname,
__eglMustCastToProperFunctionPointerType returnValue);
angle::CallCapture CaptureInitialize(egl::Thread *thread,
bool isCallValid,
egl::Display *dpyPacked,
EGLint *major,
EGLint *minor,
EGLBoolean returnValue);
angle::CallCapture CaptureMakeCurrent(egl::Thread *thread,
bool isCallValid,
egl::Display *dpyPacked,
SurfaceID drawPacked,
SurfaceID readPacked,
gl::ContextID ctxPacked,
EGLBoolean returnValue);
angle::CallCapture CaptureQueryContext(egl::Thread *thread,
bool isCallValid,
egl::Display *dpyPacked,
gl::ContextID ctxPacked,
EGLint attribute,
EGLint *value,
EGLBoolean returnValue);
angle::CallCapture CaptureQueryString(egl::Thread *thread,
bool isCallValid,
egl::Display *dpyPacked,
EGLint name,
const char *returnValue);
angle::CallCapture CaptureQuerySurface(egl::Thread *thread,
bool isCallValid,
egl::Display *dpyPacked,
SurfaceID surfacePacked,
EGLint attribute,
EGLint *value,
EGLBoolean returnValue);
angle::CallCapture CaptureSwapBuffers(egl::Thread *thread,
bool isCallValid,
egl::Display *dpyPacked,
SurfaceID surfacePacked,
EGLBoolean returnValue);
angle::CallCapture CaptureTerminate(egl::Thread *thread,
bool isCallValid,
egl::Display *dpyPacked,
EGLBoolean returnValue);
angle::CallCapture CaptureWaitGL(egl::Thread *thread, bool isCallValid, EGLBoolean returnValue);
angle::CallCapture CaptureWaitNative(egl::Thread *thread,
bool isCallValid,
EGLint engine,
EGLBoolean returnValue);
angle::CallCapture CaptureBindTexImage(egl::Thread *thread,
bool isCallValid,
egl::Display *dpyPacked,
SurfaceID surfacePacked,
EGLint buffer,
EGLBoolean returnValue);
angle::CallCapture CaptureReleaseTexImage(egl::Thread *thread,
bool isCallValid,
egl::Display *dpyPacked,
SurfaceID surfacePacked,
EGLint buffer,
EGLBoolean returnValue);
angle::CallCapture CaptureSurfaceAttrib(egl::Thread *thread,
bool isCallValid,
egl::Display *dpyPacked,
SurfaceID surfacePacked,
EGLint attribute,
EGLint value,
EGLBoolean returnValue);
angle::CallCapture CaptureSwapInterval(egl::Thread *thread,
bool isCallValid,
egl::Display *dpyPacked,
EGLint interval,
EGLBoolean returnValue);
angle::CallCapture CaptureBindAPI(egl::Thread *thread,
bool isCallValid,
EGLenum api,
EGLBoolean returnValue);
angle::CallCapture CaptureCreatePbufferFromClientBuffer(egl::Thread *thread,
bool isCallValid,
egl::Display *dpyPacked,
EGLenum buftype,
EGLClientBuffer buffer,
egl::Config *configPacked,
const AttributeMap &attrib_listPacked,
EGLSurface returnValue);
angle::CallCapture CaptureQueryAPI(egl::Thread *thread, bool isCallValid, EGLenum returnValue);
angle::CallCapture CaptureReleaseThread(egl::Thread *thread,
bool isCallValid,
EGLBoolean returnValue);
angle::CallCapture CaptureWaitClient(egl::Thread *thread, bool isCallValid, EGLBoolean returnValue);
angle::CallCapture CaptureGetCurrentContext(egl::Thread *thread,
bool isCallValid,
EGLContext returnValue);
angle::CallCapture CaptureClientWaitSync(egl::Thread *thread,
bool isCallValid,
egl::Display *dpyPacked,
egl::SyncID syncPacked,
EGLint flags,
EGLTime timeout,
EGLint returnValue);
angle::CallCapture CaptureCreateImage(egl::Thread *thread,
bool isCallValid,
egl::Display *dpyPacked,
gl::ContextID ctxPacked,
EGLenum target,
EGLClientBuffer buffer,
const AttributeMap &attrib_listPacked,
EGLImage returnValue);
angle::CallCapture CaptureCreatePlatformPixmapSurface(egl::Thread *thread,
bool isCallValid,
egl::Display *dpyPacked,
egl::Config *configPacked,
void *native_pixmap,
const AttributeMap &attrib_listPacked,
EGLSurface returnValue);
angle::CallCapture CaptureCreatePlatformWindowSurface(egl::Thread *thread,
bool isCallValid,
egl::Display *dpyPacked,
egl::Config *configPacked,
void *native_window,
const AttributeMap &attrib_listPacked,
EGLSurface returnValue);
angle::CallCapture CaptureCreateSync(egl::Thread *thread,
bool isCallValid,
egl::Display *dpyPacked,
EGLenum type,
const AttributeMap &attrib_listPacked,
EGLSync returnValue);
angle::CallCapture CaptureDestroyImage(egl::Thread *thread,
bool isCallValid,
egl::Display *dpyPacked,
ImageID imagePacked,
EGLBoolean returnValue);
angle::CallCapture CaptureDestroySync(egl::Thread *thread,
bool isCallValid,
egl::Display *dpyPacked,
egl::SyncID syncPacked,
EGLBoolean returnValue);
angle::CallCapture CaptureGetPlatformDisplay(egl::Thread *thread,
bool isCallValid,
EGLenum platform,
void *native_display,
const AttributeMap &attrib_listPacked,
EGLDisplay returnValue);
angle::CallCapture CaptureGetSyncAttrib(egl::Thread *thread,
bool isCallValid,
egl::Display *dpyPacked,
egl::SyncID syncPacked,
EGLint attribute,
EGLAttrib *value,
EGLBoolean returnValue);
angle::CallCapture CaptureWaitSync(egl::Thread *thread,
bool isCallValid,
egl::Display *dpyPacked,
egl::SyncID syncPacked,
EGLint flags,
EGLBoolean returnValue);
angle::CallCapture CaptureSetBlobCacheFuncsANDROID(egl::Thread *thread,
bool isCallValid,
egl::Display *dpyPacked,
EGLSetBlobFuncANDROID set,
EGLGetBlobFuncANDROID get);
angle::CallCapture CaptureCreateNativeClientBufferANDROID(egl::Thread *thread,
bool isCallValid,
const AttributeMap &attrib_listPacked,
EGLClientBuffer returnValue);
angle::CallCapture CaptureGetCompositorTimingSupportedANDROID(egl::Thread *thread,
bool isCallValid,
egl::Display *dpyPacked,
SurfaceID surfacePacked,
CompositorTiming namePacked,
EGLBoolean returnValue);
angle::CallCapture CaptureGetCompositorTimingANDROID(egl::Thread *thread,
bool isCallValid,
egl::Display *dpyPacked,
SurfaceID surfacePacked,
EGLint numTimestamps,
const EGLint *names,
EGLnsecsANDROID *values,
EGLBoolean returnValue);
angle::CallCapture CaptureGetNextFrameIdANDROID(egl::Thread *thread,
bool isCallValid,
egl::Display *dpyPacked,
SurfaceID surfacePacked,
EGLuint64KHR *frameId,
EGLBoolean returnValue);
angle::CallCapture CaptureGetFrameTimestampSupportedANDROID(egl::Thread *thread,
bool isCallValid,
egl::Display *dpyPacked,
SurfaceID surfacePacked,
Timestamp timestampPacked,
EGLBoolean returnValue);
angle::CallCapture CaptureGetFrameTimestampsANDROID(egl::Thread *thread,
bool isCallValid,
egl::Display *dpyPacked,
SurfaceID surfacePacked,
EGLuint64KHR frameId,
EGLint numTimestamps,
const EGLint *timestamps,
EGLnsecsANDROID *values,
EGLBoolean returnValue);
angle::CallCapture CaptureGetNativeClientBufferANDROID(egl::Thread *thread,
bool isCallValid,
const struct AHardwareBuffer *buffer,
EGLClientBuffer returnValue);
angle::CallCapture CaptureDupNativeFenceFDANDROID(egl::Thread *thread,
bool isCallValid,
egl::Display *dpyPacked,
egl::SyncID syncPacked,
EGLint returnValue);
angle::CallCapture CapturePresentationTimeANDROID(egl::Thread *thread,
bool isCallValid,
egl::Display *dpyPacked,
SurfaceID surfacePacked,
EGLnsecsANDROID time,
EGLBoolean returnValue);
angle::CallCapture CaptureCreateDeviceANGLE(egl::Thread *thread,
bool isCallValid,
EGLint device_type,
void *native_device,
const EGLAttrib *attrib_list,
EGLDeviceEXT returnValue);
angle::CallCapture CaptureReleaseDeviceANGLE(egl::Thread *thread,
bool isCallValid,
egl::Device *devicePacked,
EGLBoolean returnValue);
angle::CallCapture CaptureAcquireExternalContextANGLE(egl::Thread *thread,
bool isCallValid,
egl::Display *dpyPacked,
SurfaceID drawAndReadPacked);
angle::CallCapture CaptureReleaseExternalContextANGLE(egl::Thread *thread,
bool isCallValid,
egl::Display *dpyPacked);
angle::CallCapture CaptureQueryStringiANGLE(egl::Thread *thread,
bool isCallValid,
egl::Display *dpyPacked,
EGLint name,
EGLint index,
const char *returnValue);
angle::CallCapture CaptureQueryDisplayAttribANGLE(egl::Thread *thread,
bool isCallValid,
egl::Display *dpyPacked,
EGLint attribute,
EGLAttrib *value,
EGLBoolean returnValue);
angle::CallCapture CaptureCopyMetalSharedEventANGLE(egl::Thread *thread,
bool isCallValid,
egl::Display *dpyPacked,
egl::SyncID syncPacked,
void *returnValue);
angle::CallCapture CaptureSetValidationEnabledANGLE(egl::Thread *thread,
bool isCallValid,
EGLBoolean validationState);
angle::CallCapture CaptureReleaseHighPowerGPUANGLE(egl::Thread *thread,
bool isCallValid,
egl::Display *dpyPacked,
gl::ContextID ctxPacked);
angle::CallCapture CaptureReacquireHighPowerGPUANGLE(egl::Thread *thread,
bool isCallValid,
egl::Display *dpyPacked,
gl::ContextID ctxPacked);
angle::CallCapture CaptureHandleGPUSwitchANGLE(egl::Thread *thread,
bool isCallValid,
egl::Display *dpyPacked);
angle::CallCapture CaptureForceGPUSwitchANGLE(egl::Thread *thread,
bool isCallValid,
egl::Display *dpyPacked,
EGLint gpuIDHigh,
EGLint gpuIDLow);
angle::CallCapture CapturePrepareSwapBuffersANGLE(egl::Thread *thread,
bool isCallValid,
egl::Display *dpyPacked,
SurfaceID surfacePacked,
EGLBoolean returnValue);
angle::CallCapture CaptureProgramCacheGetAttribANGLE(egl::Thread *thread,
bool isCallValid,
egl::Display *dpyPacked,
EGLenum attrib,
EGLint returnValue);
angle::CallCapture CaptureProgramCacheQueryANGLE(egl::Thread *thread,
bool isCallValid,
egl::Display *dpyPacked,
EGLint index,
void *key,
EGLint *keysize,
void *binary,
EGLint *binarysize);
angle::CallCapture CaptureProgramCachePopulateANGLE(egl::Thread *thread,
bool isCallValid,
egl::Display *dpyPacked,
const void *key,
EGLint keysize,
const void *binary,
EGLint binarysize);
angle::CallCapture CaptureProgramCacheResizeANGLE(egl::Thread *thread,
bool isCallValid,
egl::Display *dpyPacked,
EGLint limit,
EGLint mode,
EGLint returnValue);
angle::CallCapture CaptureQuerySurfacePointerANGLE(egl::Thread *thread,
bool isCallValid,
egl::Display *dpyPacked,
SurfaceID surfacePacked,
EGLint attribute,
void **value,
EGLBoolean returnValue);
angle::CallCapture CaptureCreateStreamProducerD3DTextureANGLE(egl::Thread *thread,
bool isCallValid,
egl::Display *dpyPacked,
egl::Stream *streamPacked,
const AttributeMap &attrib_listPacked,
EGLBoolean returnValue);
angle::CallCapture CaptureStreamPostD3DTextureANGLE(egl::Thread *thread,
bool isCallValid,
egl::Display *dpyPacked,
egl::Stream *streamPacked,
void *texture,
const AttributeMap &attrib_listPacked,
EGLBoolean returnValue);
angle::CallCapture CaptureSwapBuffersWithFrameTokenANGLE(egl::Thread *thread,
bool isCallValid,
egl::Display *dpyPacked,
SurfaceID surfacePacked,
EGLFrameTokenANGLE frametoken,
EGLBoolean returnValue);
angle::CallCapture CaptureGetMscRateANGLE(egl::Thread *thread,
bool isCallValid,
egl::Display *dpyPacked,
SurfaceID surfacePacked,
EGLint *numerator,
EGLint *denominator,
EGLBoolean returnValue);
angle::CallCapture CaptureExportVkImageANGLE(egl::Thread *thread,
bool isCallValid,
egl::Display *dpyPacked,
ImageID imagePacked,
void *vk_image,
void *vk_image_create_info,
EGLBoolean returnValue);
angle::CallCapture CaptureWaitUntilWorkScheduledANGLE(egl::Thread *thread,
bool isCallValid,
egl::Display *dpyPacked);
angle::CallCapture CaptureGetSyncValuesCHROMIUM(egl::Thread *thread,
bool isCallValid,
egl::Display *dpyPacked,
SurfaceID surfacePacked,
EGLuint64KHR *ust,
EGLuint64KHR *msc,
EGLuint64KHR *sbc,
EGLBoolean returnValue);
angle::CallCapture CaptureQueryDeviceAttribEXT(egl::Thread *thread,
bool isCallValid,
egl::Device *devicePacked,
EGLint attribute,
EGLAttrib *value,
EGLBoolean returnValue);
angle::CallCapture CaptureQueryDeviceStringEXT(egl::Thread *thread,
bool isCallValid,
egl::Device *devicePacked,
EGLint name,
const char *returnValue);
angle::CallCapture CaptureQueryDisplayAttribEXT(egl::Thread *thread,
bool isCallValid,
egl::Display *dpyPacked,
EGLint attribute,
EGLAttrib *value,
EGLBoolean returnValue);
angle::CallCapture CaptureQueryDmaBufFormatsEXT(egl::Thread *thread,
bool isCallValid,
egl::Display *dpyPacked,
EGLint max_formats,
EGLint *formats,
EGLint *num_formats,
EGLBoolean returnValue);
angle::CallCapture CaptureQueryDmaBufModifiersEXT(egl::Thread *thread,
bool isCallValid,
egl::Display *dpyPacked,
EGLint format,
EGLint max_modifiers,
EGLuint64KHR *modifiers,
EGLBoolean *external_only,
EGLint *num_modifiers,
EGLBoolean returnValue);
angle::CallCapture CaptureCreatePlatformPixmapSurfaceEXT(egl::Thread *thread,
bool isCallValid,
egl::Display *dpyPacked,
egl::Config *configPacked,
void *native_pixmap,
const AttributeMap &attrib_listPacked,
EGLSurface returnValue);
angle::CallCapture CaptureCreatePlatformWindowSurfaceEXT(egl::Thread *thread,
bool isCallValid,
egl::Display *dpyPacked,
egl::Config *configPacked,
void *native_window,
const AttributeMap &attrib_listPacked,
EGLSurface returnValue);
angle::CallCapture CaptureGetPlatformDisplayEXT(egl::Thread *thread,
bool isCallValid,
EGLenum platform,
void *native_display,
const AttributeMap &attrib_listPacked,
EGLDisplay returnValue);
angle::CallCapture CaptureDebugMessageControlKHR(egl::Thread *thread,
bool isCallValid,
EGLDEBUGPROCKHR callback,
const AttributeMap &attrib_listPacked,
EGLint returnValue);
angle::CallCapture CaptureLabelObjectKHR(egl::Thread *thread,
bool isCallValid,
egl::Display *displayPacked,
ObjectType objectTypePacked,
EGLObjectKHR object,
EGLLabelKHR label,
EGLint returnValue);
angle::CallCapture CaptureQueryDebugKHR(egl::Thread *thread,
bool isCallValid,
EGLint attribute,
EGLAttrib *value,
EGLBoolean returnValue);
angle::CallCapture CaptureClientWaitSyncKHR(egl::Thread *thread,
bool isCallValid,
egl::Display *dpyPacked,
egl::SyncID syncPacked,
EGLint flags,
EGLTimeKHR timeout,
EGLint returnValue);
angle::CallCapture CaptureCreateSyncKHR(egl::Thread *thread,
bool isCallValid,
egl::Display *dpyPacked,
EGLenum type,
const AttributeMap &attrib_listPacked,
EGLSyncKHR returnValue);
angle::CallCapture CaptureDestroySyncKHR(egl::Thread *thread,
bool isCallValid,
egl::Display *dpyPacked,
egl::SyncID syncPacked,
EGLBoolean returnValue);
angle::CallCapture CaptureGetSyncAttribKHR(egl::Thread *thread,
bool isCallValid,
egl::Display *dpyPacked,
egl::SyncID syncPacked,
EGLint attribute,
EGLint *value,
EGLBoolean returnValue);
angle::CallCapture CaptureCreateImageKHR(egl::Thread *thread,
bool isCallValid,
egl::Display *dpyPacked,
gl::ContextID ctxPacked,
EGLenum target,
EGLClientBuffer buffer,
const AttributeMap &attrib_listPacked,
EGLImageKHR returnValue);
angle::CallCapture CaptureDestroyImageKHR(egl::Thread *thread,
bool isCallValid,
egl::Display *dpyPacked,
ImageID imagePacked,
EGLBoolean returnValue);
angle::CallCapture CaptureLockSurfaceKHR(egl::Thread *thread,
bool isCallValid,
egl::Display *dpyPacked,
SurfaceID surfacePacked,
const AttributeMap &attrib_listPacked,
EGLBoolean returnValue);
angle::CallCapture CaptureQuerySurface64KHR(egl::Thread *thread,
bool isCallValid,
egl::Display *dpyPacked,
SurfaceID surfacePacked,
EGLint attribute,
EGLAttribKHR *value,
EGLBoolean returnValue);
angle::CallCapture CaptureUnlockSurfaceKHR(egl::Thread *thread,
bool isCallValid,
egl::Display *dpyPacked,
SurfaceID surfacePacked,
EGLBoolean returnValue);
angle::CallCapture CaptureSetDamageRegionKHR(egl::Thread *thread,
bool isCallValid,
egl::Display *dpyPacked,
SurfaceID surfacePacked,
EGLint *rects,
EGLint n_rects,
EGLBoolean returnValue);
angle::CallCapture CaptureSignalSyncKHR(egl::Thread *thread,
bool isCallValid,
egl::Display *dpyPacked,
egl::SyncID syncPacked,
EGLenum mode,
EGLBoolean returnValue);
angle::CallCapture CaptureCreateStreamKHR(egl::Thread *thread,
bool isCallValid,
egl::Display *dpyPacked,
const AttributeMap &attrib_listPacked,
EGLStreamKHR returnValue);
angle::CallCapture CaptureDestroyStreamKHR(egl::Thread *thread,
bool isCallValid,
egl::Display *dpyPacked,
egl::Stream *streamPacked,
EGLBoolean returnValue);
angle::CallCapture CaptureQueryStreamKHR(egl::Thread *thread,
bool isCallValid,
egl::Display *dpyPacked,
egl::Stream *streamPacked,
EGLenum attribute,
EGLint *value,
EGLBoolean returnValue);
angle::CallCapture CaptureQueryStreamu64KHR(egl::Thread *thread,
bool isCallValid,
egl::Display *dpyPacked,
egl::Stream *streamPacked,
EGLenum attribute,
EGLuint64KHR *value,
EGLBoolean returnValue);
angle::CallCapture CaptureStreamAttribKHR(egl::Thread *thread,
bool isCallValid,
egl::Display *dpyPacked,
egl::Stream *streamPacked,
EGLenum attribute,
EGLint value,
EGLBoolean returnValue);
angle::CallCapture CaptureStreamConsumerAcquireKHR(egl::Thread *thread,
bool isCallValid,
egl::Display *dpyPacked,
egl::Stream *streamPacked,
EGLBoolean returnValue);
angle::CallCapture CaptureStreamConsumerGLTextureExternalKHR(egl::Thread *thread,
bool isCallValid,
egl::Display *dpyPacked,
egl::Stream *streamPacked,
EGLBoolean returnValue);
angle::CallCapture CaptureStreamConsumerReleaseKHR(egl::Thread *thread,
bool isCallValid,
egl::Display *dpyPacked,
egl::Stream *streamPacked,
EGLBoolean returnValue);
angle::CallCapture CaptureSwapBuffersWithDamageKHR(egl::Thread *thread,
bool isCallValid,
egl::Display *dpyPacked,
SurfaceID surfacePacked,
const EGLint *rects,
EGLint n_rects,
EGLBoolean returnValue);
angle::CallCapture CaptureWaitSyncKHR(egl::Thread *thread,
bool isCallValid,
egl::Display *dpyPacked,
egl::SyncID syncPacked,
EGLint flags,
EGLint returnValue);
angle::CallCapture CapturePostSubBufferNV(egl::Thread *thread,
bool isCallValid,
egl::Display *dpyPacked,
SurfaceID surfacePacked,
EGLint x,
EGLint y,
EGLint width,
EGLint height,
EGLBoolean returnValue);
angle::CallCapture CaptureStreamConsumerGLTextureExternalAttribsNV(
egl::Thread *thread,
bool isCallValid,
egl::Display *dpyPacked,
egl::Stream *streamPacked,
const AttributeMap &attrib_listPacked,
EGLBoolean returnValue);
} // namespace egl
#endif // LIBANGLE_CAPTURE_EGL_AUTOGEN_H_