angle/samples
Jamie Madill ad398ee839 Free OSWindow and EGLWindow through helpers.
This cleans up any potential problems with allocating and freeing
resources in different shared objects or DLLs. Previously we were
using a dynamically linked allocation function and then calling
the standard delete function.

Also adds a base class helper for EGLWindow. Will base the WGL
Window class on this.

Needed for running ANGLE tests against native drivers.

Bug: angleproject:2995
Change-Id: Ic92b447649ebb32c547605c20086c07a601842f0
Reviewed-on: https://chromium-review.googlesource.com/c/1393443
Commit-Queue: Jamie Madill <jmadill@chromium.org>
Reviewed-by: Yuly Novikov <ynovikov@chromium.org>
2019-01-03 18:42:50 +00:00
..
WindowTest Free OSWindow and EGLWindow through helpers. 2019-01-03 18:42:50 +00:00
gles1 Re-land "Load entry points dynamically in tests and samples." 2019-01-01 18:56:45 +00:00
hello_triangle Refactor test shader style. 2018-12-03 13:20:23 +00:00
mip_map_2d Refactor test shader style. 2018-12-03 13:20:23 +00:00
multi_texture Refactor test shader style. 2018-12-03 13:20:23 +00:00
multi_window Free OSWindow and EGLWindow through helpers. 2019-01-03 18:42:50 +00:00
multiple_draw_buffers Refactor test shader style. 2018-12-03 13:20:23 +00:00
multiview Re-land "Load entry points dynamically in tests and samples." 2019-01-01 18:56:45 +00:00
particle_system Refactor test shader style. 2018-12-03 13:20:23 +00:00
post_sub_buffer Re-land "Load entry points dynamically in tests and samples." 2019-01-01 18:56:45 +00:00
sample_util Free OSWindow and EGLWindow through helpers. 2019-01-03 18:42:50 +00:00
shader_translator Enable ANGLE_texture_multisample in glsl in es 3.0 2018-10-12 01:40:05 +00:00
simple_instancing Refactor test shader style. 2018-12-03 13:20:23 +00:00
simple_texture_2d Refactor test shader style. 2018-12-03 13:20:23 +00:00
simple_texture_cubemap Refactor test shader style. 2018-12-03 13:20:23 +00:00
simple_vertex_shader Refactor test shader style. 2018-12-03 13:20:23 +00:00
stencil_operations Refactor test shader style. 2018-12-03 13:20:23 +00:00
tex_redef_microbench Refactor test shader style. 2018-12-03 13:20:23 +00:00
texture_wrap Refactor test shader style. 2018-12-03 13:20:23 +00:00
tri_fan_microbench Refactor test shader style. 2018-12-03 13:20:23 +00:00
BUILD.gn Re-land "Load entry points dynamically in tests and samples." 2019-01-01 18:56:45 +00:00