Home
last modified time | relevance | path

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

/external/skia/tests/
DProxyTest.cpp84 GrTextureProxy* texProxy, in check_texture() argument
87 GrSurfaceProxy::UniqueID idBefore = texProxy->uniqueID(); in check_texture()
89 REPORTER_ASSERT(reporter, texProxy->instantiate(provider)); in check_texture()
90 GrTexture* tex = texProxy->priv().peekTexture(); in check_texture()
92 REPORTER_ASSERT(reporter, texProxy->uniqueID() == idBefore); in check_texture()
95 REPORTER_ASSERT(reporter, texProxy->uniqueID().asUInt() == tex->uniqueID().asUInt()); in check_texture()
98 REPORTER_ASSERT(reporter, texProxy->uniqueID().asUInt() != tex->uniqueID().asUInt()); in check_texture()
101 REPORTER_ASSERT(reporter, tex->origin() == texProxy->origin()); in check_texture()
103 REPORTER_ASSERT(reporter, tex->width() == texProxy->width()); in check_texture()
104 REPORTER_ASSERT(reporter, tex->height() == texProxy->height()); in check_texture()
[all …]
/external/skia/src/gpu/
DGrRenderTargetContext.cpp1805 if (GrTextureProxy* texProxy = rtProxy->asTextureProxy()) { in setupDstProxy() local
1808 dstProxy->setProxy(sk_ref_sp(texProxy)); in setupDstProxy()