/third_party/skia/include/gpu/dawn/ |
H A D | GrDawnTypes.h | 30 uint32_t fLevelCount; member 31 GrDawnTextureInfo() : fTexture(nullptr), fFormat(), fLevelCount(0) { in GrDawnTextureInfo() 36 , fLevelCount(other.fLevelCount) { in GrDawnTextureInfo() 41 fLevelCount = other.fLevelCount; in operator =() 47 fLevelCount == other.fLevelCount; in operator ==() 58 uint32_t fLevelCount; member 59 GrDawnRenderTargetInfo() : fTextureView(nullptr), fFormat(), fLevelCount( 89 uint32_t fLevelCount = 0; global() member [all...] |
/third_party/skia/include/gpu/ |
H A D | GrSurfaceInfo.h | 39 , fLevelCount(glInfo.fLevelCount) in GrSurfaceInfo() 48 , fLevelCount(vkInfo.fLevelCount) in GrSurfaceInfo() 60 , fLevelCount(mtlInfo.fLevelCount) in GrSurfaceInfo() 69 , fLevelCount(dawnInfo.fLevelCount) in GrSurfaceInfo() 77 , fLevelCount(mockInfo.fLevelCount) in GrSurfaceInfo() 143 uint32_t fLevelCount = 0; global() member in GrSurfaceInfo [all...] |
/third_party/skia/experimental/graphite/include/ |
H A D | TextureInfo.h | 35 , fLevelCount(mtlInfo.fLevelCount) in TextureInfo() 50 uint32_t numMipLevels() const { return fLevelCount; } in numMipLevels() 58 *info = mtl::TextureSpecToTextureInfo(fMtlSpec, fSampleCount, fLevelCount); in getMtlTextureInfo() 77 uint32_t fLevelCount = 0; member in skgpu::TextureInfo
|
/third_party/skia/include/gpu/d3d/ |
H A D | GrD3DTypes.h | 185 uint32_t fLevelCount = 0; member 204 , fLevelCount(levelCount) in GrD3DTextureResourceInfo() 215 , fLevelCount(info.fLevelCount) in GrD3DTextureResourceInfo() 223 fLevelCount == that.fLevelCount && in operator ==() 241 uint32_t fLevelCount = 0; member
|
/third_party/skia/src/gpu/ |
H A D | GrSurfaceInfo.cpp | 19 , fLevelCount(d3dInfo.fLevelCount) in GrSurfaceInfo() 37 *outSpec = fD3DSpec.getSurfaceInfo(fSampleCount, fLevelCount, fProtected); in getD3DSurfaceInfo()
|
/third_party/skia/include/gpu/vk/ |
H A D | GrVkTypes.h | 114 uint32_t fLevelCount = 0; member 125 fSampleCount == that.fSampleCount && fLevelCount == that.fLevelCount && in operator ==() 173 uint32_t fLevelCount = 0; member
|
/third_party/skia/experimental/graphite/src/ |
H A D | TextureInfo.cpp | 22 fLevelCount != that.fLevelCount || in operator ==()
|
/third_party/skia/src/gpu/d3d/ |
H A D | GrD3DTexture.cpp | 28 SkASSERT((GrMipmapStatus::kNotAllocated == mipmapStatus) == (1 == info.fLevelCount)); in GrD3DTexture() 44 SkASSERT((GrMipmapStatus::kNotAllocated == mipmapStatus) == (1 == info.fLevelCount)); in GrD3DTexture() 62 SkASSERT((GrMipmapStatus::kNotAllocated == mipmapStatus) == (1 == info.fLevelCount)); in GrD3DTexture() 100 GrMipmapStatus mipmapStatus = info.fLevelCount > 1 ? GrMipmapStatus::kValid in MakeWrappedTexture()
|
H A D | GrD3DTypesPriv.cpp | 17 info.fLevelCount = levelCount; in GrD3DTextureResourceSpecToSurfaceInfo()
|
H A D | GrD3DTextureResource.h | 46 uint32_t mipLevels() const { return fInfo.fLevelCount; } in mipLevels()
|
H A D | GrD3DTextureResource.cpp | 55 info->fLevelCount = desc.MipLevels; in InitTextureResourceInfo()
|
H A D | GrD3DRenderTarget.cpp | 95 SkASSERT(info.fLevelCount == 1); in MakeWrappedRenderTarget()
|
/third_party/skia/experimental/graphite/include/mtl/ |
H A D | MtlTypes.h | 41 uint32_t fLevelCount = 0; member 59 , fLevelCount(levelCount) in TextureInfo()
|
/third_party/skia/src/gpu/dawn/ |
H A D | GrDawnTexture.cpp | 53 info.fLevelCount = mipLevels; in Make() 78 GrMipmapStatus status = info.fLevelCount > 1 ? GrMipmapStatus::kValid in MakeWrapped()
|
H A D | GrDawnTypesPriv.cpp | 17 info.fLevelCount = levelCount; in GrDawnTextureSpecToSurfaceInfo()
|
/third_party/skia/src/gpu/vk/ |
H A D | GrVkImage.cpp | 122 info.fLevelCount, in make_views() 227 info.fLevelCount > 1 ? GrMipmapped::kYes : GrMipmapped::kNo, in GrVkImage() 260 info.fLevelCount > 1 ? GrMipmapped::kYes : GrMipmapped::kNo, in GrVkImage() 463 { aspectFlags, 0, fInfo.fLevelCount, 0, 1 } // subresourceRange in setImageLayoutAndQueueIndex() 547 info->fLevelCount = imageDesc.fLevels; in InitImageInfo()
|
H A D | GrVkTypesPriv.cpp | 35 info.fLevelCount = levelCount; in GrVkImageSpecToSurfaceInfo()
|
H A D | GrVkTexture.cpp | 122 GrMipmapStatus mipmapStatus = info.fLevelCount > 1 ? GrMipmapStatus::kValid in MakeWrappedTexture()
|
H A D | GrVkTextureRenderTarget.cpp | 156 info.fLevelCount > 1 ? GrMipmapStatus::kDirty : GrMipmapStatus::kNotAllocated; in MakeWrappedTextureRenderTarget()
|
/third_party/skia/src/gpu/mock/ |
H A D | GrMockTypes.cpp | 27 info.fLevelCount = levelCount; in GrMockTextureSpecToSurfaceInfo()
|
/third_party/skia/include/gpu/mtl/ |
H A D | GrMtlTypes.h | 51 uint32_t fLevelCount = 0; member
|
/third_party/skia/src/gpu/gl/ |
H A D | GrGLTypesPriv.cpp | 76 info.fLevelCount = levelCount; in GrGLTextureSpecToSurfaceInfo()
|
/third_party/skia/tools/sk_app/ |
H A D | DawnWindowContext.cpp | 74 rtInfo.fLevelCount = 1; // FIXME in getBackbufferSurface()
|
/third_party/skia/include/gpu/gl/ |
H A D | GrGLTypes.h | 202 uint32_t fLevelCount = 0; member
|
/third_party/skia/include/gpu/mock/ |
H A D | GrMockTypes.h | 84 uint32_t fLevelCount = 0; member
|