Lines Matching refs:GrSurfaceProxyView
110 std::tuple<GrSurfaceProxyView, sk_sp<SkData>> GrThreadSafeCache::internalFind(
130 GrSurfaceProxyView GrThreadSafeCache::find(const GrUniqueKey& key) {
133 GrSurfaceProxyView view;
138 std::tuple<GrSurfaceProxyView, sk_sp<SkData>> GrThreadSafeCache::findWithData(
146 const GrSurfaceProxyView& view) {
195 std::tuple<GrSurfaceProxyView, sk_sp<SkData>> GrThreadSafeCache::internalAdd(
197 const GrSurfaceProxyView& view) {
208 GrSurfaceProxyView GrThreadSafeCache::add(const GrUniqueKey& key, const GrSurfaceProxyView& view) {
211 GrSurfaceProxyView newView;
216 std::tuple<GrSurfaceProxyView, sk_sp<SkData>> GrThreadSafeCache::addWithData(
218 const GrSurfaceProxyView& view) {
224 GrSurfaceProxyView GrThreadSafeCache::findOrAdd(const GrUniqueKey& key,
225 const GrSurfaceProxyView& v) {
228 GrSurfaceProxyView view;
238 std::tuple<GrSurfaceProxyView, sk_sp<SkData>> GrThreadSafeCache::findOrAddWithData(
240 const GrSurfaceProxyView& v) {
319 std::tuple<GrSurfaceProxyView, sk_sp<GrThreadSafeCache::Trampoline>>
332 return {GrSurfaceProxyView(nullptr), nullptr};