Home
last modified time | relevance | path

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

/external/OpenCL-CTS/test_conformance/api/
Dtest_mem_object_info.cpp252 cl_context otherCtx; in test_get_buffer_info() local
253 …TEST_MEM_OBJECT_PARAM( bufferObject, CL_MEM_CONTEXT, otherCtx, context, "context", "%p", cl_contex… in test_get_buffer_info()
345 cl_context otherCtx; in test_get_buffer_info() local
346 …TEST_MEM_OBJECT_PARAM( subBufferObject, CL_MEM_CONTEXT, otherCtx, context, "context", "%p", cl_con… in test_get_buffer_info()
375 cl_context otherCtx; in test_get_imageObject_info() local
406 TEST_MEM_OBJECT_PARAM( *image, CL_MEM_CONTEXT, otherCtx, context, "context", "%p", cl_context ) in test_get_imageObject_info()
/external/skqp/tests/
DImageTest.cpp930 GrContext* otherCtx = otherContextInfo.grContext(); in test_cross_context_image() local
934 if (!otherCtx) { in test_cross_context_image()
938 surface = SkSurface::MakeRenderTarget(otherCtx, SkBudgeted::kNo, info); in test_cross_context_image()
970 otherCtx->contextPriv().getGpu()->testingOnly_flushGpuAndSync(); in test_cross_context_image()
986 otherCtx, GrSamplerState::ClampNearest(), nullptr); in test_cross_context_image()
1001 otherProxy = as_IB(refImg)->asTextureProxyRef(otherCtx, GrSamplerState::ClampNearest(), in test_cross_context_image()
1011 otherProxy = as_IB(refImg)->asTextureProxyRef(otherCtx, GrSamplerState::ClampNearest(), in test_cross_context_image()
/external/skia/tests/
DImageTest.cpp950 auto otherCtx = otherContextInfo.directContext(); in test_cross_context_image() local
954 if (!otherCtx) { in test_cross_context_image()
958 surface = SkSurface::MakeRenderTarget(otherCtx, SkBudgeted::kNo, info); in test_cross_context_image()
994 GrRecordingContextPriv::AutoSuppressWarningMessages aswm(otherCtx); in test_cross_context_image()
1006 std::tie(otherView, std::ignore) = as_IB(refImg)->asView(otherCtx, GrMipmapped::kNo); in test_cross_context_image()
1021 std::tie(otherView, std::ignore) = as_IB(refImg)->asView(otherCtx, GrMipmapped::kNo); in test_cross_context_image()
1030 std::tie(otherView, std::ignore) = as_IB(refImg)->asView(otherCtx, GrMipmapped::kNo); in test_cross_context_image()
/external/skia/dm/
DDMSrcSink.cpp1909 auto otherCtx = otherCtxInfo.directContext(); in draw()
1910 if (!otherCtx) { in draw()
1914 SkASSERT(otherCtx->priv().getGpu()); in draw()
1943 otherCtx->priv().dumpCacheStats(log); in draw()
1944 otherCtx->priv().dumpGpuStats(log); in draw()
1945 otherCtx->priv().dumpContextStats(log); in draw()