Home
last modified time | relevance | path

Searched refs:srcContext (Results 1 – 5 of 5) sorted by relevance

/external/skia/tests/
DTestUtils.cpp21 GrSurfaceContext* srcContext, uint32_t expectedPixelValues[], in test_read_pixels() argument
23 int pixelCnt = srcContext->width() * srcContext->height(); in test_read_pixels()
27 SkImageInfo ii = SkImageInfo::Make(srcContext->width(), srcContext->height(), in test_read_pixels()
29 bool read = srcContext->readPixels(ii, pixels.get(), 0, 0, 0); in test_read_pixels()
DTestUtils.h17 GrSurfaceContext* srcContext, uint32_t expectedPixelValues[],
23 GrSurfaceContext* srcContext, bool expectedToWork, const char* testName);
/external/skqp/tests/
DTestUtils.cpp21 GrSurfaceContext* srcContext, uint32_t expectedPixelValues[], in test_read_pixels() argument
23 int pixelCnt = srcContext->width() * srcContext->height(); in test_read_pixels()
27 SkImageInfo ii = SkImageInfo::Make(srcContext->width(), srcContext->height(), in test_read_pixels()
29 bool read = srcContext->readPixels(ii, pixels.get(), 0, 0, 0); in test_read_pixels()
DTestUtils.h17 GrSurfaceContext* srcContext, uint32_t expectedPixelValues[],
23 GrSurfaceContext* srcContext, bool expectedToWork, const char* testName);
/external/tensorflow/tensorflow/stream_executor/cuda/
Dcuda_10_0.inc508 …eptr dstDevice, CUcontext dstContext, CUdeviceptr srcDevice, CUcontext srcContext, size_t ByteCoun…
512 return func_ptr(dstDevice, dstContext, srcDevice, srcContext, ByteCount);
606 …eptr dstDevice, CUcontext dstContext, CUdeviceptr srcDevice, CUcontext srcContext, size_t ByteCoun…
610 return func_ptr(dstDevice, dstContext, srcDevice, srcContext, ByteCount, hStream);