Home
last modified time | relevance | path

Searched refs:instantiateImpl (Results 1 – 10 of 10) sorted by relevance

/external/skia/src/gpu/
DGrRenderTargetProxy.cpp71 if (!this->instantiateImpl(resourceProvider, fSampleCnt, fNeedsStencil, kDescFlags, in instantiate()
DGrTextureRenderTargetProxy.cpp86 if (!this->instantiateImpl(resourceProvider, this->numStencilSamples(), this->needsStencil(), in instantiate()
DGrTextureProxy.cpp83 if (!this->instantiateImpl(resourceProvider, 1, /* needsStencil = */ false, in instantiate()
DGrSurfaceProxy.cpp224 bool GrSurfaceProxy::instantiateImpl(GrResourceProvider* resourceProvider, int sampleCnt, in instantiateImpl() function in GrSurfaceProxy
/external/skqp/src/gpu/
DGrRenderTargetProxy.cpp70 if (!this->instantiateImpl(resourceProvider, fSampleCnt, fNeedsStencil, kDescFlags, in instantiate()
DGrTextureRenderTargetProxy.cpp86 if (!this->instantiateImpl(resourceProvider, this->numStencilSamples(), this->needsStencil(), in instantiate()
DGrTextureProxy.cpp83 if (!this->instantiateImpl(resourceProvider, 1, /* needsStencil = */ false, in instantiate()
DGrSurfaceProxy.cpp227 bool GrSurfaceProxy::instantiateImpl(GrResourceProvider* resourceProvider, int sampleCnt, in instantiateImpl() function in GrSurfaceProxy
/external/skia/include/private/
DGrSurfaceProxy.h468 bool instantiateImpl(GrResourceProvider* resourceProvider, int sampleCnt, bool needsStencil,
/external/skqp/include/private/
DGrSurfaceProxy.h465 bool instantiateImpl(GrResourceProvider* resourceProvider, int sampleCnt, bool needsStencil,