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

  /external/skqp/tests/
GrMipMappedTest.cpp 182 const GrGLTextureInfo* origTexInfo = backendTex.getGLTextureInfo();
185 REPORTER_ASSERT(reporter, origTexInfo->fID != genTexInfo->fID);
187 REPORTER_ASSERT(reporter, origTexInfo->fID == genTexInfo->fID);
  /external/skia/tests/
GrMipMappedTest.cpp 184 const GrGLTextureInfo* origTexInfo = backendTex.getGLTextureInfo();
187 REPORTER_ASSERT(reporter, origTexInfo->fID != genTexInfo->fID);
189 REPORTER_ASSERT(reporter, origTexInfo->fID == genTexInfo->fID);

Completed in 266 milliseconds