Home
last modified time | relevance | path

Searched refs:fTextureType (Results 1 – 15 of 15) sorted by relevance

/third_party/skia/src/gpu/
DGrBackendSurface.cpp37 , fTextureType(that.fTextureType) { in GrBackendFormat()
105 , fTextureType(gl_target_to_gr_target(target)) {} in GrBackendFormat()
126 , fTextureType(GrTextureType::k2D) { in GrBackendFormat()
131 fTextureType = GrTextureType::kExternal; in GrBackendFormat()
157 , fTextureType(GrTextureType::k2D) { in GrBackendFormat()
175 , fTextureType(GrTextureType::k2D) { in GrBackendFormat()
192 , fTextureType(GrTextureType::k2D) { in GrBackendFormat()
208 , fTextureType(GrTextureType::k2D) { in GrBackendFormat()
337 copy.fTextureType = GrTextureType::k2D; in makeTexture2D()
461 , fTextureType(GrTextureType::k2D) in GrBackendTexture()
[all …]
DGrTexture.h43 GrTextureType textureType() const { return fTextureType; } in textureType()
76 GrTextureType fTextureType; variable
DGrTexture.cpp47 , fTextureType(textureType) in GrTexture()
DGrProxyProvider.h151 GrTextureType fTextureType; member
DGrDynamicAtlas.cpp99 desc.fTextureType, in reset()
DGrSurfaceProxy.h73 GrTextureType fTextureType; member
DGrProxyProvider.cpp359 desc.fTextureType, in createNonMippedProxyFromBitmap()
415 desc.fTextureType, in createMippedProxyFromBitmap()
/third_party/skia/src/sksl/ir/
DSkSLType.cpp296 , fTextureType(textureType.as<TextureType>()) {} in SamplerType()
299 return fTextureType; in textureType()
303 return fTextureType.dimensions(); in dimensions()
307 return fTextureType.isDepth(); in isDepth()
311 return fTextureType.isArrayedTexture(); in isArrayedTexture()
315 return fTextureType.isMultisampled(); in isMultisampled()
319 return fTextureType.isSampled(); in isSampled()
325 const TextureType& fTextureType; member in SkSL::SamplerType
/third_party/skia/include/gpu/
DGrBackendSurface.h124 GrTextureType textureType() const { return fTextureType; } in textureType()
255 GrTextureType fTextureType = GrTextureType::kNone; variable
315 GrTextureType textureType() const { return fTextureType; } in textureType()
429 GrTextureType fTextureType; variable
/third_party/skia/src/ports/
DSkScalerContext_win_dw.cpp329 fTextureType = DWRITE_TEXTURE_ALIASED_1x1; in SkScalerContext_DW()
338 fTextureType = DWRITE_TEXTURE_CLEARTYPE_3x1; in SkScalerContext_DW()
347 fTextureType = DWRITE_TEXTURE_CLEARTYPE_3x1; in SkScalerContext_DW()
359 fTextureType = DWRITE_TEXTURE_CLEARTYPE_3x1; in SkScalerContext_DW()
367 fTextureType = DWRITE_TEXTURE_CLEARTYPE_3x1; in SkScalerContext_DW()
383 fTextureType = DWRITE_TEXTURE_CLEARTYPE_3x1; in SkScalerContext_DW()
395 fTextureType = DWRITE_TEXTURE_ALIASED_1x1; in SkScalerContext_DW()
758 HRVM(this->getBoundingBox(glyph, fRenderingMode, fTextureType, &bbox), in generateMetrics()
768 if (DWRITE_TEXTURE_ALIASED_1x1 != fTextureType || in generateMetrics()
1168 DWRITE_TEXTURE_TYPE textureType = fTextureType; in generateImage()
DSkScalerContext_win_dw.h92 DWRITE_TEXTURE_TYPE fTextureType; variable
/third_party/skia/src/image/
DSkSurface_GpuMtl.mm48 texInfo.fTextureType = GrTextureType::k2D;
117 texInfo.fTextureType = GrTextureType::k2D;
/third_party/skia/tests/
DLazyProxyTest.cpp97 desc.fTextureType, in Op()
362 desc.fTextureType, in LazyFailedInstantiationTestOp()
DResourceAllocatorTest.cpp94 desc.fTextureType, in make_fully_lazy()
110 desc.fTextureType, in make_lazy()
/third_party/skia/gm/
Dlazytiling.cpp52 desc.fTextureType, in create_view()