Home
last modified time | relevance | path

Searched refs:newRTC (Results 1 – 2 of 2) sorted by relevance

/external/skia/tests/
DClearTest.cpp41 sk_sp<GrRenderTargetContext> newRTC(GrContext* context, int w, int h) { in newRTC() function
76 rtContext = newRTC(context, kW, kH); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
86 rtContext = newRTC(context, kW, kH); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
97 rtContext = newRTC(context, kW, kH); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
108 rtContext = newRTC(context, kW, kH); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
119 rtContext = newRTC(context, kW, kH); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
130 rtContext = newRTC(context, kW, kH); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
148 rtContext = newRTC(context, kW, kH); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
159 rtContext = newRTC(context, kW, kH); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
186 rtContext = newRTC(context, kW, kH); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
/external/skia/src/gpu/
DSkGpuDevice.cpp254 sk_sp<GrRenderTargetContext> newRTC(MakeRenderTargetContext( in replaceRenderTargetContext() local
261 if (!newRTC) { in replaceRenderTargetContext()
264 SkASSERT(newRTC->asSurfaceProxy()->priv().isExact()); in replaceRenderTargetContext()
270 newRTC->copy(fRenderTargetContext->asSurfaceProxy()); in replaceRenderTargetContext()
273 fRenderTargetContext = newRTC; in replaceRenderTargetContext()