Home
last modified time | relevance | path

Searched refs:kWidthHeight (Results 1 – 4 of 4) sorted by relevance

/external/skqp/tests/
DProxyTest.cpp218 static const int kWidthHeight = 100; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
229 kWidthHeight, kWidthHeight, SkColorTypeToGrColorType(colorType)); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
232 check_surface(reporter, sProxy.get(), origin, kWidthHeight, kWidthHeight, in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
257 GrBackendRenderTarget backendRT(kWidthHeight, kWidthHeight, numSamples, in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
263 kWidthHeight, kWidthHeight, in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
273 gpu->createTestingOnlyBackendTexture(nullptr, kWidthHeight, in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
274 kWidthHeight, colorType, in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
284 kWidthHeight, kWidthHeight, in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
297 gpu->createTestingOnlyBackendTexture(nullptr, kWidthHeight, in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
298 kWidthHeight, colorType, in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
[all …]
DProxyRefTest.cpp45 static const int kWidthHeight = 128; variable
67 desc.fWidth = kWidthHeight; in make_deferred()
68 desc.fHeight = kWidthHeight; in make_deferred()
80 desc.fWidth = kWidthHeight; in make_wrapped()
81 desc.fHeight = kWidthHeight; in make_wrapped()
/external/skia/tests/
DProxyTest.cpp217 static const int kWidthHeight = 100; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
229 {kWidthHeight, kWidthHeight}, grColorType); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
232 check_surface(reporter, sProxy.get(), kWidthHeight, kWidthHeight, SkBudgeted::kNo); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
256 GrBackendRenderTarget backendRT(kWidthHeight, kWidthHeight, numSamples, in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
260 check_surface(reporter, sProxy.get(), kWidthHeight, kWidthHeight, SkBudgeted::kNo); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
269 kWidthHeight, in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
270 kWidthHeight, in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
288 check_surface(reporter, sProxy.get(), kWidthHeight, kWidthHeight, SkBudgeted::kNo); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
297 kWidthHeight, in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
298 kWidthHeight, in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
[all …]
DProxyRefTest.cpp23 static const int kWidthHeight = 128; variable
31 return proxyProvider->createProxy(format, {kWidthHeight, kWidthHeight}, GrRenderable::kYes, 1, in make_deferred()
40 {kWidthHeight, kWidthHeight}, GrColorType::kRGBA_8888, GrRenderable::kYes, 1, in make_wrapped()