Searched refs:fTextureType (Results 1 – 15 of 15) sorted by relevance
| /third_party/skia/src/gpu/ |
| D | GrBackendSurface.cpp | 37 , 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 …]
|
| D | GrTexture.h | 43 GrTextureType textureType() const { return fTextureType; } in textureType() 76 GrTextureType fTextureType; variable
|
| D | GrTexture.cpp | 47 , fTextureType(textureType) in GrTexture()
|
| D | GrProxyProvider.h | 151 GrTextureType fTextureType; member
|
| D | GrDynamicAtlas.cpp | 99 desc.fTextureType, in reset()
|
| D | GrSurfaceProxy.h | 73 GrTextureType fTextureType; member
|
| D | GrProxyProvider.cpp | 359 desc.fTextureType, in createNonMippedProxyFromBitmap() 415 desc.fTextureType, in createMippedProxyFromBitmap()
|
| /third_party/skia/src/sksl/ir/ |
| D | SkSLType.cpp | 296 , 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/ |
| D | GrBackendSurface.h | 124 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/ |
| D | SkScalerContext_win_dw.cpp | 329 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()
|
| D | SkScalerContext_win_dw.h | 92 DWRITE_TEXTURE_TYPE fTextureType; variable
|
| /third_party/skia/src/image/ |
| D | SkSurface_GpuMtl.mm | 48 texInfo.fTextureType = GrTextureType::k2D; 117 texInfo.fTextureType = GrTextureType::k2D;
|
| /third_party/skia/tests/ |
| D | LazyProxyTest.cpp | 97 desc.fTextureType, in Op() 362 desc.fTextureType, in LazyFailedInstantiationTestOp()
|
| D | ResourceAllocatorTest.cpp | 94 desc.fTextureType, in make_fully_lazy() 110 desc.fTextureType, in make_lazy()
|
| /third_party/skia/gm/ |
| D | lazytiling.cpp | 52 desc.fTextureType, in create_view()
|