Home
last modified time | relevance | path

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

/third_party/skia/tests/
DTextureProxyTest.cpp160 const GrUniqueKey texKey = proxy->peekSurface()->getUniqueKey(); in basic_test() local
161 REPORTER_ASSERT(reporter, texKey.isValid()); in basic_test()
162 REPORTER_ASSERT(reporter, key == texKey); in basic_test()
205 GrUniqueKeyInvalidatedMessage msg(texKey, dContext->priv().contextID()); in basic_test()
/third_party/flutter/skia/tests/
DTextureProxyTest.cpp165 const GrUniqueKey texKey = proxy->peekSurface()->getUniqueKey(); in basic_test() local
166 REPORTER_ASSERT(reporter, texKey.isValid()); in basic_test()
167 REPORTER_ASSERT(reporter, key == texKey); in basic_test()
212 GrUniqueKeyInvalidatedMessage msg(texKey, context->priv().contextID()); in basic_test()