Searched refs:fProxies (Results 1 – 1 of 1) sorted by relevance
56 fProxies[0] = GrSurfaceProxy::MakeWrapped(sk_ref_sp(textures[0])); in GrProcessorTestData()57 fProxies[1] = GrSurfaceProxy::MakeWrapped(sk_ref_sp(textures[1])); in GrProcessorTestData()65 sk_sp<GrTextureProxy> textureProxy(int index) { return fProxies[index]; } in textureProxy()69 sk_sp<GrTextureProxy> fProxies[2]; member