Home
last modified time | relevance | path

Searched refs:colorSamplesPerPixel (Results 1 – 8 of 8) sorted by relevance

/external/skqp/src/gpu/
DGrRenderTargetProxy.cpp93 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()
DGrTextureRenderTargetProxy.cpp66 int colorSamplesPerPixel = this->numColorSamples(); in onUninstantiatedGpuMemorySize() local
67 if (colorSamplesPerPixel > 1) { in onUninstantiatedGpuMemorySize()
69 ++colorSamplesPerPixel; in onUninstantiatedGpuMemorySize()
74 colorSamplesPerPixel, this->proxyMipMapped(), in onUninstantiatedGpuMemorySize()
DGrSurface.cpp64 int colorSamplesPerPixel, in ComputeSize() argument
84 size_t finalSize = colorSamplesPerPixel * colorSize; in ComputeSize()
/external/skia/src/gpu/
DGrRenderTargetProxy.cpp131 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()
DGrTextureRenderTargetProxy.cpp106 int colorSamplesPerPixel = this->numSamples(); in onUninstantiatedGpuMemorySize() local
107 if (colorSamplesPerPixel > 1) { in onUninstantiatedGpuMemorySize()
109 ++colorSamplesPerPixel; in onUninstantiatedGpuMemorySize()
114 colorSamplesPerPixel, this->proxyMipmapped(), in onUninstantiatedGpuMemorySize()
DGrSurface.cpp20 int colorSamplesPerPixel, in ComputeSize() argument
45 size_t finalSize = colorSamplesPerPixel * colorSize; in ComputeSize()
DGrSurface.h71 static size_t ComputeSize(const GrBackendFormat&, SkISize dimensions, int colorSamplesPerPixel,
/external/skqp/include/gpu/
DGrSurface.h65 static size_t ComputeSize(GrPixelConfig config, int width, int height, int colorSamplesPerPixel,