Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/src/gpu/ganesh/ops/
H A DOpsTask.cpp527 flushState->setSampledProxyArray(&fSampledProxies); in onPrepare()
552 flushState->setSampledProxyArray(nullptr); in onPrepare()
/aosp_15_r20/external/skia/src/gpu/ganesh/
H A DGrOpFlushState.h143 void setSampledProxyArray(skia_private::TArray<GrSurfaceProxy*, true>* sampledProxies) { in setSampledProxyArray() function