Searched defs:origTexInfo (Results 1 - 2 of 2) sorted by relevance

/external/skia/tests/
H A DGrMipMappedTest.cpp184 const GrGLTextureInfo* origTexInfo = backendTex.getGLTextureInfo(); local
187 REPORTER_ASSERT(reporter, origTexInfo->fID != genTexInfo->fID);
189 REPORTER_ASSERT(reporter, origTexInfo->fID == genTexInfo->fID);
/external/skqp/tests/
H A DGrMipMappedTest.cpp182 const GrGLTextureInfo* origTexInfo = backendTex.getGLTextureInfo(); local
185 REPORTER_ASSERT(reporter, origTexInfo->fID != genTexInfo->fID);
187 REPORTER_ASSERT(reporter, origTexInfo->fID == genTexInfo->fID);

Completed in 326 milliseconds