Home
last modified time | relevance | path

Searched defs:fTextureType (Results 1 – 12 of 12) sorted by relevance

/third_party/skia/src/gpu/
DGrTexture.h76 GrTextureType fTextureType; variable
DGrProxyProvider.h151 GrTextureType fTextureType; member
DGrSurfaceProxy.h73 GrTextureType fTextureType; member
/third_party/skia/src/ports/
DSkScalerContext_win_dw.h92 DWRITE_TEXTURE_TYPE fTextureType; variable
/third_party/flutter/skia/src/ports/
DSkScalerContext_win_dw.h93 DWRITE_TEXTURE_TYPE fTextureType; variable
/third_party/flutter/skia/include/gpu/
DGrTexture.h100 GrTextureType fTextureType; variable
DGrBackendSurface.h177 GrTextureType fTextureType = GrTextureType::kNone; variable
/third_party/flutter/skia/src/gpu/
DGrProxyProvider.h156 GrTextureType fTextureType; member
DGrPrimitiveProcessor.h285 GrTextureType fTextureType = GrTextureType::k2D; variable
/third_party/skia/include/gpu/
DGrBackendSurface.h255 GrTextureType fTextureType = GrTextureType::kNone; variable
429 GrTextureType fTextureType; variable
/third_party/flutter/skia/src/sksl/ir/
DSkSLType.h437 const Type* fTextureType = nullptr; variable
/third_party/skia/src/sksl/ir/
DSkSLType.cpp325 const TextureType& fTextureType; member in SkSL::SamplerType