Searched refs:localFormat (Results 1 – 4 of 4) sorted by relevance
/external/skia/src/gpu/ |
D | GrRecordingContext.cpp | 278 GrBackendFormat localFormat = format; in makeDeferredRenderTargetContextWithFallback() local 290 localFormat = this->caps()->getBackendFormatFromColorType(colorType); in makeDeferredRenderTargetContextWithFallback() 293 return this->makeDeferredRenderTargetContext(localFormat, fit, width, height, config, in makeDeferredRenderTargetContextWithFallback()
|
/external/skia/tools/sk_app/ |
D | VulkanWindowContext.cpp | 233 VkFormat localFormat = surfaceFormats[i].format; in createSwapchain() local 234 if (GrVkFormatIsSupported(localFormat)) { in createSwapchain() 235 surfaceFormat = localFormat; in createSwapchain()
|
/external/skqp/tools/sk_app/ |
D | VulkanWindowContext.cpp | 233 VkFormat localFormat = surfaceFormats[i].format; in createSwapchain() local 234 if (GrVkFormatIsSupported(localFormat)) { in createSwapchain() 235 surfaceFormat = localFormat; in createSwapchain()
|
/external/skqp/src/gpu/ |
D | GrContext.cpp | 1000 GrBackendFormat localFormat = format; in makeDeferredRenderTargetContextWithFallback() local 1012 localFormat = fContext->fCaps->getBackendFormatFromColorType(colorType); in makeDeferredRenderTargetContextWithFallback() 1015 return this->makeDeferredRenderTargetContext(localFormat, fit, width, height, config, in makeDeferredRenderTargetContextWithFallback()
|