Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrTexture.h45 return GrTextureTypeHasRestrictedSampling(this->textureType()); in hasRestrictedSampling()
DGrGeometryProcessor.cpp53 if (GrTextureTypeHasRestrictedSampling(type)) { in clamp_filter()
DGrTextureProxy.h58 return GrTextureTypeHasRestrictedSampling(this->textureType()); in hasRestrictedSampling()
/external/skqp/src/gpu/
DGrTexturePriv.h45 return GrTextureTypeHasRestrictedSampling(this->textureType()); in hasRestrictedSampling()
DGrPrimitiveProcessor.cpp50 if (GrTextureTypeHasRestrictedSampling(type)) { in clamp_filter()
/external/skqp/include/private/
DGrTextureProxy.h47 return GrTextureTypeHasRestrictedSampling(this->textureType()); in hasRestrictedSampling()
DGrTypesPriv.h564 static inline bool GrTextureTypeHasRestrictedSampling(GrTextureType type) { in GrTextureTypeHasRestrictedSampling() function
/external/skia/src/image/
DSkImage_GpuBase.cpp213 GrTextureTypeHasRestrictedSampling(backendFormat.textureType())) { in MakePromiseImageLazyProxy()
/external/skqp/src/image/
DSkImage_GpuBase.cpp387 GrTextureTypeHasRestrictedSampling(backendFormat.textureType())) { in MakePromiseImageLazyProxy()
/external/skia/include/private/
DGrTypesPriv.h580 static inline bool GrTextureTypeHasRestrictedSampling(GrTextureType type) { in GrTextureTypeHasRestrictedSampling() function