Searched refs:testProxy (Results 1 – 2 of 2) sorted by relevance
79 const GrTextureProxy* testProxy = in draw() local81 SkASSERT(testProxy->backendFormat() == format); in draw()82 SkASSERT(testProxy->textureType() == type); in draw()83 SkASSERT(testProxy->config() == config); in draw()
216 ProxyTest testProxy = in testSystemClassLoaderIsUsedIfProxiedClassUsesIt() local228 assertSame(testProxy.getClass().getClassLoader(), systemClassLoader); in testSystemClassLoaderIsUsedIfProxiedClassUsesIt()230 assertNotSame(testProxy.getClass().getClassLoader(), systemClassLoader); in testSystemClassLoaderIsUsedIfProxiedClassUsesIt()