Home
last modified time | relevance | path

Searched refs:outputBuf (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/tests/end2end/
DComputeLayoutMemoryBufferTests.cpp302 wgpu::Buffer outputBuf = device.CreateBuffer(&outputDesc); in TEST_P() local
315 {1, outputBuf}, in TEST_P()
339 EXPECT_BUFFER_U8_RANGE_EQ(expectedData.data() + offset, outputBuf, offset, size) in TEST_P()
/third_party/gstreamer/gstplugins_good/gst/goom/
Dgoom_plugin_info.h124 Pixel *outputBuf; member
Dgoom_core.c65 goomInfo->outputBuf = goomInfo->conv; in init_buffers()
152 goomInfo->outputBuf = (Pixel *) buffer; in goom_set_screenbuffer()
772 goomInfo->outputBuf, goomInfo); in goom_update()
774 return (guint32 *) goomInfo->outputBuf; in goom_update()