Home
last modified time | relevance | path

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

/third_party/flutter/skia/tests/
DGrMipMappedTest.cpp180 GrGLTextureInfo origTexInfo; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
182 backendTex.getGLTextureInfo(&origTexInfo)) { in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
185 REPORTER_ASSERT(reporter, origTexInfo.fID != genTexInfo.fID); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
187 REPORTER_ASSERT(reporter, origTexInfo.fID == genTexInfo.fID); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
/third_party/skia/tests/
DGrMipMappedTest.cpp195 GrGLTextureInfo origTexInfo; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
197 backendTex.getGLTextureInfo(&origTexInfo)) { in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
200 REPORTER_ASSERT(reporter, origTexInfo.fID != genTexInfo.fID); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
202 REPORTER_ASSERT(reporter, origTexInfo.fID == genTexInfo.fID); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()