Home | History | Annotate | Download | only in tests

Lines Matching defs:texture

153     // Bug was caused by onCopyOnWrite releasing the old surface texture
154 // back to the scratch texture pool even though the texture is used
162 // Trigger copy on write, new backing is a scratch texture
172 // be recycling a texture that is held by an existing image.
189 GrTexture* texture = image->getTexture();
191 REPORTER_ASSERT(reporter, NULL != texture);
192 REPORTER_ASSERT(reporter, 0 != texture->getTextureHandle());
194 REPORTER_ASSERT(reporter, NULL == texture);
197 REPORTER_ASSERT(reporter, image->getTexture() == texture);