OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:texRT2
(Results
1 - 2
of
2
) sorted by null
/external/skia/tests/
GrSurfaceTest.cpp
56
GrSurface*
texRT2
= context->textureProvider()->wrapBackendTexture(
58
REPORTER_ASSERT(reporter,
texRT2
==
texRT2
->asRenderTarget());
59
REPORTER_ASSERT(reporter,
texRT2
==
texRT2
->asTexture());
60
REPORTER_ASSERT(reporter, static_cast<GrSurface*>(
texRT2
->asRenderTarget()) ==
61
texRT2
->asTexture());
62
REPORTER_ASSERT(reporter,
texRT2
->asRenderTarget() ==
63
static_cast<GrSurface*>(
texRT2
->asTexture()));
64
REPORTER_ASSERT(reporter, static_cast<GrSurface*>(
texRT2
->asRenderTarget()) =
[
all
...]
GrTextureMipMapInvalidationTest.cpp
31
GrSurface*
texRT2
= context->textureProvider()->createTexture(
34
REPORTER_ASSERT(reporter, nullptr !=
texRT2
);
44
SkSurface* surface = SkSurface::NewRenderTargetDirect(
texRT2
->asRenderTarget());
61
texRT2
->unref();
Completed in 852 milliseconds