DescriptionTest gpu memory buffers drawing directly to the backbuffer.
To test the lifecycle of a memory buffer we used to use
glCopyTextureCHROMIUM. This has some limitations due to the extension
spec (i.e: limited subset of formats), and doesn't test the general
lifecycle of the memory buffer.
This patch changes GpuMemoryBufferTest.Lifecycle to test the lifecycle
of the GpuMemoryBuffer writing directly to the backbuffer.
BUG=
Committed: https://crrev.com/af2cc1710b7cb58c990f0a5d7c2841125a84da81
Cr-Commit-Position: refs/heads/master@{#324123}
Patch Set 1 #
Total comments: 4
Patch Set 2 : Address nits. Fix cleanup. #
Total comments: 2
Patch Set 3 : Address piman's comment. #Messages
Total messages: 13 (4 generated)
|