Lines Matching defs:access
286 skiatest::Reporter* reporter, SkSurface* surface, SkSurface::BackendHandleAccess access) {
287 GrBackendTexture tex1 = surface->getBackendTexture(access);
290 GrBackendTexture tex2 = surface->getBackendTexture(access);
293 // If the access mode triggers CoW, then the backend objects should reflect it.
298 skiatest::Reporter* reporter, SkSurface* surface, SkSurface::BackendHandleAccess access) {
299 GrBackendRenderTarget rt1 = surface->getBackendRenderTarget(access);
302 GrBackendRenderTarget rt2 = surface->getBackendRenderTarget(access);
305 // If the access mode triggers CoW, then the backend objects should reflect it.
338 // just read access should not affect the snapshot
809 ERRORF(reporter, "Could access surface context of GPU SkSurface.");
828 ERRORF(reporter, "Could access surface context of GPU SkSurface.");