Home
last modified time | relevance | path

Searched refs:surfaceFormat (Results 1 – 25 of 47) sorted by relevance

12

/third_party/skia/src/gpu/gl/
DGrGLCaps.h165 void getTexImageExternalFormatAndType(GrGLFormat surfaceFormat, GrGLenum* externalFormat,
173 void getTexSubImageExternalFormatAndType(GrGLFormat surfaceFormat, GrColorType surfaceColorType,
186 void getReadPixelsFormat(GrGLFormat surfaceFormat, GrColorType surfaceColorType,
340 const GrBackendFormat& surfaceFormat,
496 void getExternalFormat(GrGLFormat surfaceFormat, GrColorType surfaceColorType,
DGrGLCaps.cpp1278 void GrGLCaps::getTexImageExternalFormatAndType(GrGLFormat surfaceFormat, GrGLenum* externalFormat, in getTexImageExternalFormatAndType() argument
1280 const auto& info = this->getFormatInfo(surfaceFormat); in getTexImageExternalFormatAndType()
1295 void GrGLCaps::getTexSubImageExternalFormatAndType(GrGLFormat surfaceFormat, in getTexSubImageExternalFormatAndType() argument
1300 this->getExternalFormat(surfaceFormat, surfaceColorType, memoryColorType, in getTexSubImageExternalFormatAndType()
1304 void GrGLCaps::getReadPixelsFormat(GrGLFormat surfaceFormat, GrColorType surfaceColorType, in getReadPixelsFormat() argument
1307 this->getExternalFormat(surfaceFormat, surfaceColorType, memoryColorType, in getReadPixelsFormat()
1311 void GrGLCaps::getExternalFormat(GrGLFormat surfaceFormat, GrColorType surfaceColorType, in getExternalFormat() argument
1315 *externalFormat = this->getFormatInfo(surfaceFormat).externalFormat( in getExternalFormat()
1317 *externalType = this->getFormatInfo(surfaceFormat).externalType( in getExternalFormat()
4457 const GrBackendFormat& surfaceFormat, in supportedWritePixelsColorType() argument
[all …]
/third_party/flutter/skia/tools/sk_app/
DVulkanWindowContext.cpp230 VkFormat surfaceFormat = VK_FORMAT_UNDEFINED; in createSwapchain() local
235 surfaceFormat = localFormat; in createSwapchain()
244 if (VK_FORMAT_UNDEFINED == surfaceFormat) { in createSwapchain()
249 switch (surfaceFormat) { in createSwapchain()
283 swapchainCreateInfo.imageFormat = surfaceFormat; in createSwapchain()
/third_party/flutter/skia/src/gpu/gl/
DGrGLCaps.h149 void getTexImageFormats(GrGLFormat surfaceFormat, GrColorType surfaceColorType,
153 void getReadPixelsFormat(GrGLFormat surfaceFormat, GrColorType surfaceColorType,
321 const GrBackendFormat& surfaceFormat,
441 void getExternalFormat(GrGLFormat surfaceFormat, GrColorType surfaceColorType,
DGrGLCaps.cpp1251 void GrGLCaps::getTexImageFormats(GrGLFormat surfaceFormat, GrColorType surfaceColorType, in getTexImageFormats() argument
1254 this->getExternalFormat(surfaceFormat, surfaceColorType, memoryColorType, in getTexImageFormats()
1256 *internalFormat = this->getTexImageInternalFormat(surfaceFormat); in getTexImageFormats()
1259 void GrGLCaps::getReadPixelsFormat(GrGLFormat surfaceFormat, GrColorType surfaceColorType, in getReadPixelsFormat() argument
1262 this->getExternalFormat(surfaceFormat, surfaceColorType, memoryColorType, in getReadPixelsFormat()
1266 void GrGLCaps::getExternalFormat(GrGLFormat surfaceFormat, GrColorType surfaceColorType, in getExternalFormat() argument
1270 *externalFormat = this->getFormatInfo(surfaceFormat).externalFormat( in getExternalFormat()
1272 *externalType = this->getFormatInfo(surfaceFormat).externalType( in getExternalFormat()
3724 const GrBackendFormat& surfaceFormat, in supportedWritePixelsColorType() argument
3729 const auto& formatInfo = this->getFormatInfo(surfaceFormat.asGLFormat()); in supportedWritePixelsColorType()
/third_party/skia/tools/sk_app/
DVulkanWindowContext.cpp237 VkFormat surfaceFormat = VK_FORMAT_UNDEFINED; in createSwapchain() local
242 surfaceFormat = localFormat; in createSwapchain()
251 if (VK_FORMAT_UNDEFINED == surfaceFormat) { in createSwapchain()
256 switch (surfaceFormat) { in createSwapchain()
290 swapchainCreateInfo.imageFormat = surfaceFormat; in createSwapchain()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/win32/
DDisplayVkWin32.cpp164 for (const VkSurfaceFormatKHR &surfaceFormat : mSurfaceFormats) in checkConfigSupport() local
166 if (surfaceFormat.format == formatVk.getActualRenderableImageVkFormat()) in checkConfigSupport()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/
DvktWsiColorSpaceTests.cpp280 VkSurfaceFormatKHR surfaceFormat, in getBasicSwapchainParameters() argument
315 surfaceFormat.format, in getBasicSwapchainParameters()
316 (setColorspaceManually ? desiredColorspace : surfaceFormat.colorSpace), in getBasicSwapchainParameters()
482 VkSurfaceFormatKHR surfaceFormat = in colorspaceCompareTest() local
489 const tcu::TextureFormat textureFormat = vk::mapVkFormat(surfaceFormat.format); in colorspaceCompareTest()
503 surfaceFormat, in colorspaceCompareTest()
DvktWsiFullScreenExclusiveTests.cpp260 VkSurfaceFormatKHR surfaceFormat, in getBasicSwapchainParameters() argument
276 surfaceFormat.format, in getBasicSwapchainParameters()
277 surfaceFormat.colorSpace, in getBasicSwapchainParameters()
DvktWsiSurfaceTests.cpp777 extFormats[ndx] = formats[ndx].surfaceFormat; in querySurfaceFormats2Test()
805 formatsClone[ndx].surfaceFormat == formats[ndx].surfaceFormat, in querySurfaceFormats2Test()
/third_party/skia/src/gpu/dawn/
DGrDawnCaps.h33 const GrBackendFormat& surfaceFormat, in supportedWritePixelsColorType() argument
/third_party/flutter/skia/src/gpu/dawn/
DGrDawnCaps.h35 const GrBackendFormat& surfaceFormat, in supportedWritePixelsColorType() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
DvktImageMutableTests.cpp1984 const VkSurfaceFormatKHR surfaceFormat, in makeSwapchain() argument
1994 surfaceFormat.format, in makeSwapchain()
2016 surfaceFormat.format, // VkFormat imageFormat; in makeSwapchain()
2017 surfaceFormat.colorSpace, // VkColorSpaceKHR imageColorSpace; in makeSwapchain()
2082 const VkSurfaceFormatKHR* surfaceFormat = DE_NULL; in testSwapchainMutable() local
2088 surfaceFormat = &surfaceFormats[i]; in testSwapchainMutable()
2094 if (surfaceFormat == DE_NULL) in testSwapchainMutable()
2110 *surfaceFormat, in testSwapchainMutable()
/third_party/skia/src/gpu/d3d/
DGrD3DCaps.h53 const GrBackendFormat& surfaceFormat,
DGrD3DCaps.cpp890 GrColorType surfaceColorType, const GrBackendFormat& surfaceFormat, in supportedWritePixelsColorType() argument
893 if (!surfaceFormat.asDxgiFormat(&dxgiFormat)) { in supportedWritePixelsColorType()
/third_party/flutter/skia/src/gpu/mtl/
DGrMtlCaps.h50 const GrBackendFormat& surfaceFormat,
/third_party/skia/src/gpu/mtl/
DGrMtlCaps.h46 const GrBackendFormat& surfaceFormat,
/third_party/flutter/skia/src/gpu/mock/
DGrMockCaps.h116 const GrBackendFormat& surfaceFormat, in supportedWritePixelsColorType() argument
/third_party/skia/src/gpu/mock/
DGrMockCaps.h120 const GrBackendFormat& surfaceFormat, in supportedWritePixelsColorType() argument
/third_party/flutter/skia/src/gpu/vk/
DGrVkCaps.h57 const GrBackendFormat& surfaceFormat,
/third_party/mesa3d/src/vulkan/wsi/
Dwsi_common_win32.c264 f->surfaceFormat.format = sorted_formats[i]; in wsi_win32_surface_get_formats2()
265 f->surfaceFormat.colorSpace = VK_COLORSPACE_SRGB_NONLINEAR_KHR; in wsi_win32_surface_get_formats2()
/third_party/flutter/skia/src/gpu/
DGrCaps.h240 const GrBackendFormat& surfaceFormat,
/third_party/skia/src/gpu/vk/
DGrVkCaps.h57 const GrBackendFormat& surfaceFormat,
/third_party/skia/src/gpu/
DGrCaps.h294 const GrBackendFormat& surfaceFormat,
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DSurfaceVk.cpp203 if (surfaceFormat2.surfaceFormat.format == format && in DoesSurfaceSupportFormatAndColorspace()
204 surfaceFormat2.surfaceFormat.colorSpace == colorSpace) in DoesSurfaceSupportFormatAndColorspace()
236 for (const VkSurfaceFormatKHR &surfaceFormat : surfaceFormats) in DoesSurfaceSupportFormat() local
238 if (surfaceFormat.format == format) in DoesSurfaceSupportFormat()

12