Home
last modified time | relevance | path

Searched refs:testProxy (Results 1 – 2 of 2) sorted by relevance

/external/skqp/src/gpu/
DGrGpuCommandBuffer.cpp79 const GrTextureProxy* testProxy = in draw() local
81 SkASSERT(testProxy->backendFormat() == format); in draw()
82 SkASSERT(testProxy->textureType() == type); in draw()
83 SkASSERT(testProxy->config() == config); in draw()
/external/guice/core/test/com/googlecode/guice/
DBytecodeGenTest.java216 ProxyTest testProxy = in testSystemClassLoaderIsUsedIfProxiedClassUsesIt() local
228 assertSame(testProxy.getClass().getClassLoader(), systemClassLoader); in testSystemClassLoaderIsUsedIfProxiedClassUsesIt()
230 assertNotSame(testProxy.getClass().getClassLoader(), systemClassLoader); in testSystemClassLoaderIsUsedIfProxiedClassUsesIt()