/external/deqp/modules/gles3/functional/ |
D | es3fFboRenderTest.cpp | 72 , colorFormat (colorFormat_) in FboConfig() 84 , colorFormat (GL_NONE) in FboConfig() 98 GLenum colorFormat; //!< Internal format for color buffer texture or renderbuffer member in deqp::gles3::Functional::FboConfig 124 name << getTypeName(colorType) << "_" << getFormatName(colorFormat); in getName() 259 checkColorFormatSupport(context, config.colorFormat); in Framebuffer() 270 m_colorBuffer = createTex2D(colorBufferName, m_config.colorFormat, width, height); in Framebuffer() 275 m_colorBuffer = createRbo(colorBufferName, m_config.colorFormat, width, height); in Framebuffer() 507 …const tcu::RGBA threshold (tcu::max(getFormatThreshold(m_config.colorFormat), tcu::RGBA(12, 12, 12… in compare() 531 tcu::TextureFormat colorFormat = glu::mapGLInternalFormat(m_config.colorFormat); in render() local 532 glu::DataType fboSamplerType = glu::getSampler2DType(colorFormat); in render() [all …]
|
D | es3fFboDepthbufferTests.cpp | 68 const deUint32 colorFormat = GL_RGBA8; in render() local 89 glRenderbufferStorage(GL_RENDERBUFFER, colorFormat, m_width, m_height); in render() 132 …readPixels(dst, 0, 0, m_width, m_height, glu::mapGLInternalFormat(colorFormat), Vec4(1.0f), Vec4(0… in render() 160 const deUint32 colorFormat = GL_RGBA8; in render() local 179 glRenderbufferStorage(GL_RENDERBUFFER, colorFormat, m_width, m_height); in render() 218 …readPixels(dst, 0, 0, m_width, m_height, glu::mapGLInternalFormat(colorFormat), Vec4(1.0f), Vec4(0… in render() 246 const deUint32 colorFormat = GL_RGBA8; in render() local 265 glRenderbufferStorage(GL_RENDERBUFFER, colorFormat, m_width, m_height); in render() 298 …readPixels(dst, 0, 0, m_width, m_height, glu::mapGLInternalFormat(colorFormat), Vec4(1.0f), Vec4(0… in render()
|
D | es3fFboStencilbufferTests.cpp | 68 const deUint32 colorFormat = GL_RGBA8; in render() local 82 glRenderbufferStorage(GL_RENDERBUFFER, colorFormat, m_size.x(), m_size.y()); in render() 132 …readPixels(dst, 0, 0, m_size.x(), m_size.y(), glu::mapGLInternalFormat(colorFormat), Vec4(1.0f), V… in render() 157 const deUint32 colorFormat = GL_RGBA8; in render() local 176 glRenderbufferStorage(GL_RENDERBUFFER, colorFormat, width, height); in render() 229 …readPixels(dst, 0, 0, width, height, glu::mapGLInternalFormat(colorFormat), Vec4(1.0f), Vec4(0.0f)… in render()
|
/external/webrtc/talk/app/webrtc/java/src/org/webrtc/ |
D | MediaCodecVideoDecoder.java | 102 private int colorFormat; field in MediaCodecVideoDecoder 134 public DecoderProperties(String codecName, int colorFormat) { in DecoderProperties() argument 136 this.colorFormat = colorFormat; in DecoderProperties() 139 public final int colorFormat; // Color format supported by codec. field in MediaCodecVideoDecoder.DecoderProperties 180 for (int colorFormat : capabilities.colorFormats) { in findDecoder() 181 Logging.v(TAG, " Color: 0x" + Integer.toHexString(colorFormat)); in findDecoder() 256 ". Color: 0x" + Integer.toHexString(properties.colorFormat) + in initDecode() 273 format.setInteger(MediaFormat.KEY_COLOR_FORMAT, properties.colorFormat); in initDecode() 284 colorFormat = properties.colorFormat; in initDecode() 551 colorFormat = format.getInteger(MediaFormat.KEY_COLOR_FORMAT); in dequeueOutputBuffer() [all …]
|
D | MediaCodecVideoEncoder.java | 124 private int colorFormat; // Used by native code. field in MediaCodecVideoEncoder 143 public EncoderProperties(String codecName, int colorFormat) { in EncoderProperties() argument 145 this.colorFormat = colorFormat; in EncoderProperties() 148 public final int colorFormat; // Color format supported by codec. field in MediaCodecVideoEncoder.EncoderProperties 198 for (int colorFormat : capabilities.colorFormats) { in findHwEncoder() 199 Logging.v(TAG, " Color: 0x" + Integer.toHexString(colorFormat)); in findHwEncoder() 307 colorFormat = properties.colorFormat; in initEncode() 308 Logging.d(TAG, "Color format: " + colorFormat); in initEncode() 315 format.setInteger(MediaFormat.KEY_COLOR_FORMAT, properties.colorFormat); in initEncode()
|
/external/deqp/external/vulkancts/modules/vulkan/multiview/ |
D | vktMultiViewRenderUtil.cpp | 238 const VkFormat colorFormat, in makeRenderPass() argument 251 colorFormat, // VkFormat format; || VkFormat format; in makeRenderPass() 393 const VkFormat colorFormat, 404 const VkFormat colorFormat, 412 …epth (const DeviceInterface& vk, const VkDevice device, const VkFormat colorFormat, const vector<d… in makeRenderPassWithDepth() argument 414 …achmentRef, SubpassDesc, SubpassDep, RenderPassCreateInfo>(vk, device, colorFormat, viewMasks, VK_… in makeRenderPassWithDepth() 422 const VkFormat colorFormat, 431 const VkFormat colorFormat, 438 const VkFormat colorFormat, in makeRenderPassWithAttachments() argument 449 colorFormat, // VkFormat format; || VkFormat format; in makeRenderPassWithAttachments() [all …]
|
D | vktMultiViewRenderTests.cpp | 103 VkFormat colorFormat; member 112 const VkFormat colorFormat, in makeRenderPass() argument 122 …ssDescription1, SubpassDependency1, RenderPassCreateInfo1>(vk, device, colorFormat, viewMasks, sam… in makeRenderPass() 124 …ssDescription2, SubpassDependency2, RenderPassCreateInfo2>(vk, device, colorFormat, viewMasks, sam… in makeRenderPass() 132 const VkFormat colorFormat, in makeRenderPassWithAttachments() argument 139 …ssDescription1, SubpassDependency1, RenderPassCreateInfo1>(vk, device, colorFormat, viewMasks, ren… in makeRenderPassWithAttachments() 141 …ssDescription2, SubpassDependency2, RenderPassCreateInfo2>(vk, device, colorFormat, viewMasks, ren… in makeRenderPassWithAttachments() 149 const VkFormat colorFormat, in makeRenderPassWithDepth() argument 157 …ssDescription1, SubpassDependency1, RenderPassCreateInfo1>(vk, device, colorFormat, viewMasks, dsF… in makeRenderPassWithDepth() 159 …ssDescription2, SubpassDependency2, RenderPassCreateInfo2>(vk, device, colorFormat, viewMasks, dsF… in makeRenderPassWithDepth() [all …]
|
D | vktMultiViewRenderUtil.hpp | 46 …vk::DeviceInterface& vk, const vk::VkDevice device, const vk::VkFormat colorFormat, const std::vec… 49 …vk::DeviceInterface& vk, const vk::VkDevice device, const vk::VkFormat colorFormat, const std::vec… 52 …vk::DeviceInterface& vk, const vk::VkDevice device, const vk::VkFormat colorFormat, const std::vec…
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineMultisampleImageTests.cpp | 69 VkFormat colorFormat; member 314 const VkFormat colorFormat, in makeMultisampleRenderPass() argument 321 colorFormat, // VkFormat format; in makeMultisampleRenderPass() 381 const VkFormat colorFormat) in makeSimpleRenderPass() argument 386 colorFormat, // VkFormat format; in makeSimpleRenderPass() 712 const int numComponents = tcu::getNumUsedChannels(mapVkFormat(caseDef.colorFormat).order); in addSimpleVertexAndFragmentPrograms() 713 const bool isUint = isUintFormat(caseDef.colorFormat); in addSimpleVertexAndFragmentPrograms() 714 const bool isSint = isIntFormat(caseDef.colorFormat); in addSimpleVertexAndFragmentPrograms() 740 const std::string colorFormat = getColorFormatStr(numComponents, isUint, isSint); in addSimpleVertexAndFragmentPrograms() local 746 << "layout(location = 0) out " << colorFormat << " o_color;\n" in addSimpleVertexAndFragmentPrograms() [all …]
|
D | vktPipelineRenderToImageTests.cpp | 111 VkFormat colorFormat; member 433 const VkFormat colorFormat, in makeRenderPass() argument 442 colorFormat, // VkFormat format; in makeRenderPass() 759 …device, getImageCreateFlags(caseDef.viewType), getImageType(caseDef.viewType), caseDef.colorFormat, in getMemoryTypeNdx() 829 const int numComponents = getNumUsedChannels(mapVkFormat(caseDef.colorFormat).order); in initPrograms() 830 const bool isUint = isUintFormat(caseDef.colorFormat); in initPrograms() 831 const bool isSint = isIntFormat(caseDef.colorFormat); in initPrograms() 859 const std::string colorFormat = getColorFormatStr(numComponents, isUint, isSint); in initPrograms() local 860 …const std::string colorInteger = (isUint || isSint ? " * "+colorFormat+"("+colorValue.str()+")" :"… in initPrograms() 866 << "layout(location = 0) out " << colorFormat << " o_color;\n" in initPrograms() [all …]
|
D | vktPipelineStencilExportTests.cpp | 171 const VkFormat colorFormat, in makeTestRenderPass() argument 178 colorFormat, // VkFormat format; in makeTestRenderPass() 497 const VkFormat colorFormat = VK_FORMAT_R8G8B8A8_UNORM; in testStencilExportReplace() local 499 … colorBufferSize = renderSize.x() * renderSize.y() * tcu::getPixelSize(mapVkFormat(colorFormat)); in testStencilExportReplace() 521 …Move<VkImage> colorImage = makeImage (vk, device, makeImageCreateInfo(colorFormat, rend… in testStencilExportReplace() 523 … = makeImageView (vk, device, *colorImage, VK_IMAGE_VIEW_TYPE_2D, colorFormat, colorSubresour… in testStencilExportReplace() 529 …Move<VkRenderPass> renderPass = makeTestRenderPass (vk, device, colorFormat, stencilFormat); in testStencilExportReplace() 568 …const tcu::ConstPixelBufferAccess resultImage (mapVkFormat(colorFormat), renderSize.x(), renderSi… in testStencilExportReplace() 570 …tcu::TextureLevel referenceImage = generateReferenceImage(mapVkFormat(colorFormat), renderSize… in testStencilExportReplace()
|
/external/deqp/framework/opengl/ |
D | gluFboRenderContext.cpp | 64 static tcu::PixelFormat getPixelFormat (deUint32 colorFormat) in getPixelFormat() argument 66 const tcu::IVec4 bits = tcu::getTextureFormatBitDepth(glu::mapGLInternalFormat(colorFormat)); in getPixelFormat() 215 const deUint32 colorFormat = chooseColorFormat(config); in createFramebuffer() local 226 if (colorFormat == 0) in createFramebuffer() 239 pixelFormat = getPixelFormat(colorFormat); in createFramebuffer() 245 … gl.renderbufferStorageMultisample(GL_RENDERBUFFER, config.numSamples, colorFormat, width, height); in createFramebuffer() 247 gl.renderbufferStorage(GL_RENDERBUFFER, colorFormat, width, height); in createFramebuffer()
|
/external/deqp/external/vulkancts/modules/vulkan/geometry/ |
D | vktGeometryBasicClass.cpp | 77 const VkFormat colorFormat = VK_FORMAT_R8G8B8A8_UNORM; in iterate() local 82 …makeImageCreateInfo(resolution, colorFormat, VK_IMAGE_USAGE_COLOR_ATTACHMENT_BIT | VK_BUFFER_USAGE… in iterate() 85 const Unique<VkRenderPass> renderPass (makeRenderPass(vk, device, colorFormat)); in iterate() 89 …akeImageView(vk, device, *colorAttachmentImage, VK_IMAGE_VIEW_TYPE_2D, colorFormat, colorSubRange)… in iterate() 111 …colorBufferSizeBytes = resolution.x()*resolution.y() * tcu::getPixelSize(mapVkFormat(colorFormat)); in iterate() 180 …const tcu::ConstPixelBufferAccess imagePixelAccess(mapVkFormat(colorFormat), resolution.x(), resol… in iterate()
|
D | vktGeometryInstancedRenderingTests.cpp | 144 const VkFormat colorFormat, in draw() argument 160 …const Unique<VkImage> colorImage (makeImage (vk, device, makeImageCreateInfo(colorFormat, co… in draw() 162 …ment (makeImageView (vk, device, *colorImage, VK_IMAGE_VIEW_TYPE_2D, colorFormat, colorSubresour… in draw() 172 const Unique<VkRenderPass> renderPass (vk::makeRenderPass (vk, device, colorFormat)); in draw() 367 const VkFormat colorFormat = VK_FORMAT_R8G8B8A8_UNORM; in test() local 370 … colorBufferSize = renderSize.x() * renderSize.y() * tcu::getPixelSize(mapVkFormat(colorFormat)); in test() 383 …draw(context, renderSize, colorFormat, clearColor, *colorBuffer, params.numDrawInstances, perInsta… in test() 388 …const tcu::ConstPixelBufferAccess result(mapVkFormat(colorFormat), renderSize.x(), renderSize.y(),… in test() 390 tcu::TextureLevel reference(mapVkFormat(colorFormat), renderSize.x(), renderSize.y()); in test()
|
/external/deqp/external/vulkancts/modules/vulkan/draw/ |
D | vktDrawShaderLayerTests.cpp | 229 const VkFormat colorFormat) in makeRenderPass() argument 234 colorFormat, // VkFormat format; in makeRenderPass() 768 const VkFormat colorFormat, in Renderer() argument 773 , m_colorFormat (colorFormat) in Renderer() 911 const VkFormat colorFormat = VK_FORMAT_R8G8B8A8_UNORM; in testVertexShader() local 917 …rSize = renderSize.x() * renderSize.y() * tcu::getPixelSize(mapVkFormat(colorFormat)) * numLayers; in testVertexShader() 936 …const Renderer renderer (context, renderSize, numLayers, colorFormat, clearColor, vertices, Render… in testVertexShader() 948 …const tcu::ConstPixelBufferAccess resultImage (mapVkFormat(colorFormat), renderSize.x(), renderSi… in testVertexShader() 949 …const tcu::TextureLevel referenceImage = generateReferenceImage(mapVkFormat(colorFormat), rende… in testVertexShader() 973 const VkFormat colorFormat = VK_FORMAT_R8G8B8A8_UNORM; in testTessellationShader() local [all …]
|
D | vktDrawShaderViewportIndexTests.cpp | 685 const VkFormat colorFormat, in Renderer() argument 690 , m_colorFormat (colorFormat) in Renderer() 810 const VkFormat colorFormat = VK_FORMAT_R8G8B8A8_UNORM; in testVertexShader() local 815 … colorBufferSize = renderSize.x() * renderSize.y() * tcu::getPixelSize(mapVkFormat(colorFormat)); in testVertexShader() 834 …const Renderer renderer (context, renderSize, numViewports, cells, colorFormat, clearColor, colors… in testVertexShader() 843 …const tcu::ConstPixelBufferAccess resultImage (mapVkFormat(colorFormat), renderSize.x(), renderSi… in testVertexShader() 844 …const tcu::TextureLevel referenceImage = generateReferenceImage(mapVkFormat(colorFormat), rende… in testVertexShader() 867 const VkFormat colorFormat = VK_FORMAT_R8G8B8A8_UNORM; in testTessellationShader() local 872 … colorBufferSize = renderSize.x() * renderSize.y() * tcu::getPixelSize(mapVkFormat(colorFormat)); in testTessellationShader() 891 …const Renderer renderer (context, renderSize, numViewports, cells, colorFormat, clearColor, colors… in testTessellationShader() [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/tessellation/ |
D | vktTessellationGeometryPassthroughTests.cpp | 354 const VkFormat colorFormat, in getPixelBufferAccess() argument 360 …return tcu::ConstPixelBufferAccess(mapVkFormat(colorFormat), renderSize.x(), renderSize.y(), 1, al… in getPixelBufferAccess() 475 const VkFormat colorFormat = VK_FORMAT_R8G8B8A8_UNORM; in iterate() local 478 …makeImageCreateInfo(renderSize, colorFormat, VK_IMAGE_USAGE_COLOR_ATTACHMENT_BIT | VK_IMAGE_USAGE_… in iterate() 484 …olorBufferSizeBytes = renderSize.x()*renderSize.y() * tcu::getPixelSize(mapVkFormat(colorFormat)); in iterate() 491 …akeImageView(vk, device, *colorAttachmentImage, VK_IMAGE_VIEW_TYPE_2D, colorFormat, colorImageSubr… in iterate() 492 const Unique<VkRenderPass> renderPass (makeRenderPass(vk, device, colorFormat)); in iterate() 580 …tcu::ConstPixelBufferAccess image0 = getPixelBufferAccess(vk, device, *colorBuffer[0], colorFormat… in iterate() 581 …tcu::ConstPixelBufferAccess image1 = getPixelBufferAccess(vk, device, *colorBuffer[1], colorFormat… in iterate()
|
D | vktTessellationGeometryPointSizeTests.cpp | 319 const VkFormat colorFormat = VK_FORMAT_R8G8B8A8_UNORM; in test() local 322 …makeImageCreateInfo(renderSize, colorFormat, VK_IMAGE_USAGE_COLOR_ATTACHMENT_BIT | VK_IMAGE_USAGE_… in test() 327 …colorBufferSizeBytes = renderSize.x()*renderSize.y() * tcu::getPixelSize(mapVkFormat(colorFormat)); in test() 332 …geView (vk, device, *colorAttachmentImage, VK_IMAGE_VIEW_TYPE_2D, colorFormat, colorImageSubr… in test() 333 const Unique<VkRenderPass> renderPass (makeRenderPass (vk, device, colorFormat)); in test() 396 …tcu::ConstPixelBufferAccess image(mapVkFormat(colorFormat), renderSize.x(), renderSize.y(), 1, all… in test()
|
D | vktTessellationCommonEdgeTests.cpp | 354 const VkFormat colorFormat = VK_FORMAT_R8G8B8A8_UNORM; in test() local 357 …makeImageCreateInfo(renderSize, colorFormat, VK_IMAGE_USAGE_COLOR_ATTACHMENT_BIT | VK_IMAGE_USAGE_… in test() 362 …colorBufferSizeBytes = renderSize.x()*renderSize.y() * tcu::getPixelSize(mapVkFormat(colorFormat)); in test() 367 …eView (vk, device, *colorAttachmentImage, VK_IMAGE_VIEW_TYPE_2D, colorFormat, colorImageSubr… in test() 368 const Unique<VkRenderPass> renderPass (makeRenderPass (vk, device, colorFormat)); in test() 434 …const tcu::ConstPixelBufferAccess imagePixelAccess(mapVkFormat(colorFormat), renderSize.x(), rende… in test()
|
D | vktTessellationGeometryGridRenderTests.cpp | 544 const VkFormat colorFormat = VK_FORMAT_R8G8B8A8_UNORM; in iterate() local 546 …const VkImageCreateInfo colorImageCreateInfo = makeImageCreateInfo(renderSize, colorFormat, … in iterate() 552 …= renderSize.x()*renderSize.y() * m_params.numLayers * tcu::getPixelSize(mapVkFormat(colorFormat)); in iterate() 557 …View (vk, device, *colorAttachmentImage, colorAttachmentViewType, colorFormat, colorImageAllL… in iterate() 558 const Unique<VkRenderPass> renderPass (makeRenderPass (vk, device, colorFormat)); in iterate() 610 …const tcu::ConstPixelBufferAccess imageAllLayers(mapVkFormat(colorFormat), renderSize.x(), renderS… in iterate()
|
D | vktTessellationMiscDrawTests.cpp | 165 const VkFormat colorFormat = VK_FORMAT_R8G8B8A8_UNORM; in runTest() local 168 …makeImageCreateInfo(renderSize, colorFormat, VK_IMAGE_USAGE_COLOR_ATTACHMENT_BIT | VK_IMAGE_USAGE_… in runTest() 173 …colorBufferSizeBytes = renderSize.x()*renderSize.y() * tcu::getPixelSize(mapVkFormat(colorFormat)); in runTest() 201 …akeImageView(vk, device, *colorAttachmentImage, VK_IMAGE_VIEW_TYPE_2D, colorFormat, colorImageSubr… in runTest() 202 const Unique<VkRenderPass> renderPass (makeRenderPass(vk, device, colorFormat)); in runTest() 285 …const tcu::ConstPixelBufferAccess resultImageAccess(mapVkFormat(colorFormat), renderSize.x(), rend… in runTest()
|
/external/deqp/external/vulkancts/modules/vulkan/fragment_ops/ |
D | vktFragmentOperationsEarlyFragmentTests.cpp | 86 const VkFormat colorFormat, in makeRenderPass() argument 90 …return makeRenderPass(vk, device, colorFormat, useDepthStencilAttachment ? depthStencilFormat : VK… in makeRenderPass() 341 const VkFormat colorFormat = VK_FORMAT_R8G8B8A8_UNORM; in iterate() local 343 … colorImage (makeImage(vk, device, makeImageCreateInfo(renderSize, colorFormat, VK_IMAGE_USAGE… in iterate() 345 …geView (makeImageView(vk, device, *colorImage, VK_IMAGE_VIEW_TYPE_2D, colorFormat, colorSubresour… in iterate() 409 …const VkDeviceSize colorBufferSizeBytes = tcu::getPixelSize(mapVkFormat(colorFormat)) * renderS… in iterate() 434 …const Unique<VkRenderPass> renderPass (makeRenderPass(vk, device, colorFormat, m_useTestAttachm… in iterate() 494 …const tcu::ConstPixelBufferAccess imagePixelAccess(mapVkFormat(colorFormat), renderSize.x(), rende… in iterate()
|
D | vktFragmentOperationsScissorMultiViewportTests.cpp | 328 const VkFormat colorFormat, in ScissorRenderer() argument 332 , m_colorFormat (colorFormat) in ScissorRenderer() 429 const VkFormat colorFormat = VK_FORMAT_R8G8B8A8_UNORM; in test() local 434 … colorBufferSize = renderSize.x() * renderSize.y() * tcu::getPixelSize(mapVkFormat(colorFormat)); in test() 448 …const ScissorRenderer renderer (context, renderSize, numViewports, scissors, colorFormat, clearCol… in test() 456 …const tcu::ConstPixelBufferAccess resultImage (mapVkFormat(colorFormat), renderSize.x(), renderSi… in test() 457 …const tcu::TextureLevel referenceImage = generateReferenceImage(mapVkFormat(colorFormat), rende… in test()
|
D | vktFragmentOperationsScissorTests.cpp | 349 …ontext, const CaseDef caseDef, const IVec2& renderSize, const VkFormat colorFormat, const Vec4& pr… in ScissorRenderer() argument 351 , m_colorFormat (colorFormat) in ScissorRenderer() 451 const VkFormat colorFormat = VK_FORMAT_R8G8B8A8_UNORM; in test() local 456 …colorBufferSize = renderSize.x() * renderSize.y() * tcu::getPixelSize(mapVkFormat(colorFormat)); in test() 468 …const ScissorRenderer renderer (context, caseDef, renderSize, colorFormat, primitiveColor, clearCo… in test() 479 …const tcu::ConstPixelBufferAccess resultImage (mapVkFormat(colorFormat), renderSize.x(), renderSi… in test() 480 …tcu::PixelBufferAccess referenceImage (mapVkFormat(colorFormat), renderSize.x(), renderSize.y()… in test()
|
/external/deqp/external/vulkancts/modules/vulkan/util/ |
D | vktDrawUtil.cpp | 223 , colorFormat (VK_FORMAT_R8G8B8A8_UNORM) in DrawState() 245 …m_refImage.setStorage(vk::mapVkFormat(m_drawState.colorFormat), m_drawState.renderSize.x(), m_draw… in draw() 309 m_drawState.colorFormat, // VkFormat format; in VulkanDrawContext() 323 …ageView(vk, device, **m_colorImage, VK_IMAGE_VIEW_TYPE_2D, m_drawState.colorFormat, colorSubresour… in VulkanDrawContext() 327 …const VkDeviceSize bitmapSize = tcu::getPixelSize(mapVkFormat(m_drawState.colorFormat)) * m_drawSt… in VulkanDrawContext() 364 m_drawState.colorFormat, // VkFormat format; in VulkanDrawContext() 663 m_drawState.colorFormat, // VkFormat format in VulkanDrawContext() 745 …return tcu::ConstPixelBufferAccess(mapVkFormat(m_drawState.colorFormat), m_drawState.renderSize.x(… in getColorPixels()
|