Home
last modified time | relevance | path

Searched refs:mipMapSupport (Results 1 – 14 of 14) sorted by relevance

/external/skqp/tests/
DGrMipMappedTest.cpp34 if (!context->contextPriv().caps()->mipMapSupport()) { in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
103 if (!context->contextPriv().caps()->mipMapSupport()) { in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
225 if (!context->contextPriv().caps()->mipMapSupport()) { in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
290 if (!context->contextPriv().caps()->mipMapSupport()) { in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
DGrTextureMipMapInvalidationTest.cpp62 if (!ctx->contextPriv().caps()->mipMapSupport()) { in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
DGrSurfaceTest.cpp129 caps->mipMapSupport())); in DEF_GPUTEST_FOR_ALL_CONTEXTS()
323 if (context->contextPriv().caps()->mipMapSupport()) { in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
DDeferredDisplayListTest.cpp555 !context->contextPriv().caps()->mipMapSupport()) { in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
DImageTest.cpp429 context->contextPriv().caps()->mipMapSupport()) { in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
DResourceCacheTest.cpp1686 if (caps->mipMapSupport()) { in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
/external/skqp/src/gpu/
DGrContextThreadSafeProxy.cpp49 if (!fCaps->mipMapSupport()) { in createCharacterization()
DGrTextureProducer.cpp238 fContext->contextPriv().caps()->mipMapSupport(); in refTextureProxyForParams()
262 fContext->contextPriv().caps()->mipMapSupport(); in refTextureProxy()
DGrGpu.cpp92 bool willNeedMips = GrSamplerState::Filter::kMipMap == filter && caps->mipMapSupport(); in IsACopyNeededForMips()
336 SkASSERT(this->caps()->mipMapSupport()); in regenerateMipMapLevels()
DGrCaps.h42 bool mipMapSupport() const { return fMipMapSupport; } in mipMapSupport() function
DGrCaps.cpp281 if (GrMipMapped::kYes == mipped && !this->mipMapSupport()) { in validateSurfaceDesc()
/external/skqp/src/image/
DSkSurface_Gpu.cpp355 if (!ctx->contextPriv().caps()->mipMapSupport()) { in MakeRenderTarget()
/external/skqp/src/gpu/gl/
DGrGLGpu.cpp1939 SkASSERT(this->caps()->mipMapSupport()); in resolveAndGenerateMipMapsForProcessorTextures()
2966 if (!this->caps()->mipMapSupport() || in bindTexture()
/external/skqp/src/gpu/vk/
DGrVkGpu.cpp1212 !caps.mipMapSupport()) { in onRegenerateMipMapLevels()