HomeSort by relevance Sort by last modified time
    Searched full:adoptedisalive (Results 1 - 2 of 2) sorted by null

  /external/skia/tests/
ResourceCacheTest.cpp 244 bool adoptedIsAlive = gpu->isTestingOnlyBackendTexture(backendTextures[1]);
247 REPORTER_ASSERT(reporter, !adoptedIsAlive);
250 gpu->deleteTestingOnlyBackendTexture(&(backendTextures[1]), !adoptedIsAlive);
    [all...]
  /external/skqp/tests/
ResourceCacheTest.cpp 243 bool adoptedIsAlive = gpu->isTestingOnlyBackendTexture(backendTextures[1]);
246 REPORTER_ASSERT(reporter, !adoptedIsAlive);
249 gpu->deleteTestingOnlyBackendTexture(&(backendTextures[1]), !adoptedIsAlive);
    [all...]

Completed in 78 milliseconds