Home
last modified time | relevance | path

Searched refs:mipped (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/src/gpu/
H A DGrCaps.cpp310 GrMipmapped mipped, GrTextureType textureType) const { in validateSurfaceParams()
317 if (GrMipmapped::kYes == mipped && !this->mipmapSupport()) { in validateSurfaceParams()
308 validateSurfaceParams(const SkISize& dimensions, const GrBackendFormat& format, GrRenderable renderable, int renderTargetSampleCnt, GrMipmapped mipped, GrTextureType textureType) const validateSurfaceParams() argument
/third_party/skia/src/gpu/ops/
H A DTextureOp.cpp272 bool mipped = (fMetadata.mipmapMode() != GrSamplerState::MipmapMode::kNone); variable
274 func(fViewCountPairs[p].fProxy.get(), GrMipmapped(mipped));

Completed in 5 milliseconds