diff options
Diffstat (limited to 'tests/ReadWriteAlphaTest.cpp')
-rw-r--r-- | tests/ReadWriteAlphaTest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ReadWriteAlphaTest.cpp b/tests/ReadWriteAlphaTest.cpp index 966bc7f901..3f9ff1b480 100644 --- a/tests/ReadWriteAlphaTest.cpp +++ b/tests/ReadWriteAlphaTest.cpp @@ -41,7 +41,7 @@ DEF_GPUTEST(ReadWriteAlpha, reporter, factory) { desc.fHeight = Y_SIZE; // We are initializing the texture with zeros here - GrTexture* texture = context->createUncachedTexture(desc, textureData, 0); + GrTexture* texture = context->createTexture(desc, false, textureData, 0); if (!texture) { return; } |