Home
last modified time | relevance | path

Searched refs:texRT2 (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/tests/
H A DGrSurfaceTest.cpp62 sk_sp<GrSurface> texRT2 = resourceProvider->wrapRenderableBackendTexture( in DEF_GPUTEST_FOR_MOCK_CONTEXT() local
65 REPORTER_ASSERT(reporter, texRT2.get() == texRT2->asRenderTarget()); in DEF_GPUTEST_FOR_MOCK_CONTEXT()
66 REPORTER_ASSERT(reporter, texRT2.get() == texRT2->asTexture()); in DEF_GPUTEST_FOR_MOCK_CONTEXT()
67 REPORTER_ASSERT(reporter, static_cast<GrSurface*>(texRT2->asRenderTarget()) == in DEF_GPUTEST_FOR_MOCK_CONTEXT()
68 texRT2->asTexture()); in DEF_GPUTEST_FOR_MOCK_CONTEXT()
69 REPORTER_ASSERT(reporter, texRT2->asRenderTarget() == in DEF_GPUTEST_FOR_MOCK_CONTEXT()
70 static_cast<GrSurface*>(texRT2->asTexture())); in DEF_GPUTEST_FOR_MOCK_CONTEXT()
71 REPORTER_ASSERT(reporter, static_cast<GrSurface*>(texRT2 in DEF_GPUTEST_FOR_MOCK_CONTEXT()
[all...]

Completed in 2 milliseconds