Home
last modified time | relevance | path

Searched refs:colorBufferView (Results 1 – 7 of 7) sorted by relevance

/third_party/openGLES/extensions/NV/
DWGL_NV_DX_interop2.txt184 ID3D11RenderTargetView *colorBufferView;
187 device->CreateRenderTargetView(dxColorbuffer, &rtd, &colorBufferView);
195 devCtx->OMSetRenderTargets(1, &colorBufferView, depthBufferView);
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
DWGL_NV_DX_interop2.txt184 ID3D11RenderTargetView *colorBufferView;
187 device->CreateRenderTargetView(dxColorbuffer, &rtd, &colorBufferView);
195 devCtx->OMSetRenderTargets(1, &colorBufferView, depthBufferView);
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/
DvktMeshShaderApiTests.cpp412 Move<VkImageView> colorBufferView; in iterate() local
433colorBufferView = makeImageView(vkd, device, colorBuffer->get(), VK_IMAGE_VIEW_TYPE_2D, format, co… in iterate()
493 …const auto framebuffer = makeFramebuffer(vkd, device, renderPass.get(), colorBufferView.get(), ext… in iterate()
DvktMeshShaderSmokeTests.cpp453 …const auto colorBufferView = makeImageView(vkd, device, colorBuffer.get(), VK_IMAGE_VIEW_TYPE_2D, … in iterate() local
459 …const auto framebuffer = makeFramebuffer(vkd, device, renderPass.get(), colorBufferView.get(), col… in iterate()
DvktMeshShaderBuiltinTests.cpp164 Move<VkImageView> colorBufferView; in iterate() local
185 colorBufferView = makeImageView(vkd, device, colorBuffer->get(), viewType, format, colorSRR); in iterate()
197 …const auto framebuffer = makeFramebuffer(vkd, device, renderPass.get(), colorBufferView.get(), ext… in iterate()
DvktMeshShaderSyncTests.cpp736 …const auto colorBufferView = makeImageView(vkd, device, colorBuffer.get(), VK_IMAGE_VIEW_TYPE_2D,… in iterate() local
900 …const auto framebuffer = makeFramebuffer(vkd, device, renderPass.get(), colorBufferView.get(), im… in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
DvktDrawMultiExtTests.cpp744 …const auto colorBufferView = makeImageView(vkd, device, colorBuffer.get(), imageViewType, color… in iterate() local
817 const std::vector<VkImageView> attachments { colorBufferView.get(), dsBufferView.get() }; in iterate()
1037 …beginRendering(vkd, cmdBuffer, *colorBufferView, *dsBufferView, true, scissor, clearValues[0], cle… in iterate()