Searched refs:wrappedTex (Results 1 – 2 of 2) sorted by relevance
/external/skqp/tests/ |
D | GrTestingBackendTextureUploadTest.cpp | 48 sk_sp<GrTexture> wrappedTex; in testing_only_texture_test() local 50 wrappedTex = gpu->wrapRenderableBackendTexture( in testing_only_texture_test() 53 wrappedTex = gpu->wrapBackendTexture(backendTex, GrWrapOwnership::kAdopt_GrWrapOwnership, in testing_only_texture_test() 56 REPORTER_ASSERT(reporter, wrappedTex); in testing_only_texture_test() 59 bool result = gpu->readPixels(wrappedTex.get(), 0, 0, kWidth, in testing_only_texture_test()
|
/external/skia/tests/ |
D | GrTestingBackendTextureUploadTest.cpp | 48 sk_sp<GrTexture> wrappedTex; in testing_only_texture_test() local 50 wrappedTex = gpu->wrapRenderableBackendTexture( in testing_only_texture_test() 53 wrappedTex = gpu->wrapBackendTexture(backendTex, GrWrapOwnership::kAdopt_GrWrapOwnership, in testing_only_texture_test() 56 REPORTER_ASSERT(reporter, wrappedTex); in testing_only_texture_test() 59 bool result = gpu->readPixels(wrappedTex.get(), 0, 0, kWidth, in testing_only_texture_test()
|