OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:image0
(Results
1 - 3
of
3
) sorted by null
/external/skia/gm/
localmatriximagefilter.cpp
52
sk_sp<SkImage>
image0
(make_image(canvas));
67
const SkScalar spacer =
image0
->width() * 3.0f / 2;
74
show_image(canvas,
image0
.get(), filter);
78
show_image(canvas,
image0
.get(), std::move(localFilter));
/external/deqp/external/vulkancts/modules/vulkan/tessellation/
vktTessellationGeometryPassthroughTests.cpp
599
tcu::ConstPixelBufferAccess
image0
= getPixelBufferAccess(vk, device, *colorBuffer[0], colorFormat, colorBufferSizeBytes, renderSize);
local
614
log, "ImageCompare", "Image comparison",
image0
, image1, colorThreshold, positionDeviation, ignoreOutOfBounds, tcu::COMPARE_LOG_RESULT);
/external/skia/tests/
SurfaceTest.cpp
231
sk_sp<SkImage>
image0
(surface->makeImageSnapshot());
236
REPORTER_ASSERT(reporter,
image0
->uniqueID() == image1->uniqueID());
242
REPORTER_ASSERT(reporter,
image0
->uniqueID() != image2->uniqueID());
248
REPORTER_ASSERT(reporter,
image0
->uniqueID() != image3->uniqueID());
[
all
...]
Completed in 153 milliseconds