Home
last modified time | relevance | path

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

/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/src/gpu/
DGrRenderTargetProxy.cpp82 if (!this->instantiateImpl(resourceProvider, fSampleCnt, GrRenderable::kYes, GrMipmapped::kNo, in instantiate()
DGrTextureRenderTargetProxy.cpp125 if (!this->instantiateImpl(resourceProvider, this->numSamples(), GrRenderable::kYes, in instantiate()
DGrTextureProxy.cpp108 if (!this->instantiateImpl(resourceProvider, 1, GrRenderable::kNo, fMipmapped, in instantiate()
DGrSurfaceProxy.h409 bool instantiateImpl(GrResourceProvider* resourceProvider, int sampleCnt, GrRenderable,
DGrSurfaceProxy.cpp167 bool GrSurfaceProxy::instantiateImpl(GrResourceProvider* resourceProvider, int sampleCnt, in instantiateImpl() function in GrSurfaceProxy
/external/skqp/include/private/
DGrSurfaceProxy.h465 bool instantiateImpl(GrResourceProvider* resourceProvider, int sampleCnt, bool needsStencil,