Searched refs:colorSamplesPerPixel (Results 1 – 8 of 8) sorted by relevance
/external/skqp/src/gpu/ |
D | GrRenderTargetProxy.cpp | 93 int colorSamplesPerPixel = this->numColorSamples(); in onUninstantiatedGpuMemorySize() local 94 if (colorSamplesPerPixel > 1) { in onUninstantiatedGpuMemorySize() 96 ++colorSamplesPerPixel; in onUninstantiatedGpuMemorySize() 101 colorSamplesPerPixel, GrMipMapped::kNo, !this->priv().isExact()); in onUninstantiatedGpuMemorySize()
|
D | GrTextureRenderTargetProxy.cpp | 66 int colorSamplesPerPixel = this->numColorSamples(); in onUninstantiatedGpuMemorySize() local 67 if (colorSamplesPerPixel > 1) { in onUninstantiatedGpuMemorySize() 69 ++colorSamplesPerPixel; in onUninstantiatedGpuMemorySize() 74 colorSamplesPerPixel, this->proxyMipMapped(), in onUninstantiatedGpuMemorySize()
|
D | GrSurface.cpp | 64 int colorSamplesPerPixel, in ComputeSize() argument 84 size_t finalSize = colorSamplesPerPixel * colorSize; in ComputeSize()
|
/external/skia/src/gpu/ |
D | GrRenderTargetProxy.cpp | 131 int colorSamplesPerPixel = this->numSamples(); in onUninstantiatedGpuMemorySize() local 132 if (colorSamplesPerPixel > 1) { in onUninstantiatedGpuMemorySize() 134 ++colorSamplesPerPixel; in onUninstantiatedGpuMemorySize() 139 colorSamplesPerPixel, GrMipmapped::kNo, !this->priv().isExact()); in onUninstantiatedGpuMemorySize()
|
D | GrTextureRenderTargetProxy.cpp | 106 int colorSamplesPerPixel = this->numSamples(); in onUninstantiatedGpuMemorySize() local 107 if (colorSamplesPerPixel > 1) { in onUninstantiatedGpuMemorySize() 109 ++colorSamplesPerPixel; in onUninstantiatedGpuMemorySize() 114 colorSamplesPerPixel, this->proxyMipmapped(), in onUninstantiatedGpuMemorySize()
|
D | GrSurface.cpp | 20 int colorSamplesPerPixel, in ComputeSize() argument 45 size_t finalSize = colorSamplesPerPixel * colorSize; in ComputeSize()
|
D | GrSurface.h | 71 static size_t ComputeSize(const GrBackendFormat&, SkISize dimensions, int colorSamplesPerPixel,
|
/external/skqp/include/gpu/ |
D | GrSurface.h | 65 static size_t ComputeSize(GrPixelConfig config, int width, int height, int colorSamplesPerPixel,
|