Home
last modified time | relevance | path

Searched refs:GetBackendTexture (Results 1 – 7 of 7) sorted by relevance

/external/skia/tools/gpu/
DProtectedUtils.cpp54 GrBackendTexture backendTex = SkSurfaces::GetBackendTexture( in CreateProtectedSkSurface()
/external/skia/include/gpu/ganesh/
DSkSurfaceGanesh.h177 SK_API GrBackendTexture GetBackendTexture(SkSurface*, BackendHandleAccess);
/external/skia/tests/
DSurfaceTest.cpp357 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()
DSurfaceSemaphoreTest.cpp201 GrBackendTexture backendTexture = SkSurfaces::GetBackendTexture( in surface_semaphore_test()
DDeferredDisplayListTest.cpp348 GrBackendTexture texture = SkSurfaces::GetBackendTexture( in make()
890 SkSurfaces::GetBackendTexture(s.get(), SkSurfaces::BackendHandleAccess::kFlushRead); in test_make_render_target()
/external/skia/src/gpu/ganesh/surface/
DSkSurface_Ganesh.cpp741 GrBackendTexture GetBackendTexture(SkSurface* surface, BackendHandleAccess access) { in GetBackendTexture() function
/external/skia/
DRELEASE_NOTES.md726 …replaced with `SkSurfaces::GetBackendTexture` and `SkSurfaces::GetBackendRenderTarget` respectivel…