Searched refs:GetBackendTexture (Results 1 – 7 of 7) sorted by relevance
54 GrBackendTexture backendTex = SkSurfaces::GetBackendTexture( in CreateProtectedSkSurface()
177 SK_API GrBackendTexture GetBackendTexture(SkSurface*, BackendHandleAccess);
357 GrBackendTexture tex1 = SkSurfaces::GetBackendTexture(surface, access); in test_backend_texture_access_copy_on_write()360 GrBackendTexture tex2 = SkSurfaces::GetBackendTexture(surface, access); in test_backend_texture_access_copy_on_write()436 test_backend_unique_id<GrBackendTexture, &SkSurfaces::GetBackendTexture>(reporter, in DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS()479 GrBackendTexture beTex = SkSurfaces::GetBackendTexture( in DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS()490 beTex = SkSurfaces::GetBackendTexture(surface.get(), in DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS()
201 GrBackendTexture backendTexture = SkSurfaces::GetBackendTexture( in surface_semaphore_test()
348 GrBackendTexture texture = SkSurfaces::GetBackendTexture( in make()890 SkSurfaces::GetBackendTexture(s.get(), SkSurfaces::BackendHandleAccess::kFlushRead); in test_make_render_target()
741 GrBackendTexture GetBackendTexture(SkSurface* surface, BackendHandleAccess access) { in GetBackendTexture() function
726 …replaced with `SkSurfaces::GetBackendTexture` and `SkSurfaces::GetBackendRenderTarget` respectivel…